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

/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen_expand.c104 #define STREQN(x,y,n) (*(x) == *(y) && strncmp((x), (y), (n)) == 0) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
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
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_expand.c187 #define STREQN(x,y,n) (*(x) == *(y) && strncmp((x), (y), (n)) == 0) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dgeneral.h149 #define STREQN(a, b, n) ((n == 0) ? (1) \ macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dsmatch.c42 #undef STREQN macro
44 #define STREQN(a, b, n) ((a)[0] == (b)[0] && strncmp(a, b, n) == 0) macro
240 # undef STREQN macro
242 # define STREQN(a, b, n) ((a)[0] == (b)[0] && wcsncmp(a, b, n) == 0) macro

Completed in 318 milliseconds