Home | History | Annotate | Download | only in include

Lines Matching full:strncmp

64    the arguments to the strncmp() macro.  Hence this alternative
65 definition of strncmp is provided here.
68 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)