Home
last modified time | relevance | path

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

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