Searched defs:STREQN (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.bin/m4/
H A Dstdd.h53 #define STREQN(a, b, n) ((a)[0] == (b)[0] && strncmp(a, b, n) == 0) macro
/freebsd-10-stable/contrib/libreadline/
H A Dhistlib.h33 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
H A Drldefs.h145 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
/freebsd-10-stable/libexec/rbootd/
H A Ddefs.h73 #define STREQN(s1,s2) ((*s1 == *s2) && (strcmp(s1,s2) == 0)) macro

Completed in 63 milliseconds