Searched defs:STREQ (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A Dstdd.h50 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/local/
H A Dunknown.c154 #define STREQ(x,y) (strcasecmp(x,y) == 0) macro
H A Dlocal_expand.c119 #define STREQ(x,y) (*(x) == *(y) && strcmp((x), (y)) == 0) macro
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out_recipient.c138 #define STREQ(x, y) (strcmp((x), (y)) == 0) macro
H A Dcleanup_envelope.c77 #define STREQ(x,y) (strcmp((x), (y)) == 0) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_expand.c105 #define STREQ(x,y) (*(x) == *(y) && strcmp((x), (y)) == 0) macro
H A Dpostscreen_access.c104 #define STREQ(x,y) (strcasecmp((x), (y)) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dhistlib.h32 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
H A Drldefs.h144 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dscan_dir.c179 #define STREQ(x,y) (strcmp((x),(y)) == 0) macro
H A Dhtable.c233 #define STREQ(x,y) (x == y || (x[0] == y[0] && strcmp(x,y) == 0)) macro
248 #define STREQ(x,y) (x == y || (x[0] == y[0] && strcmp(x,y) == 0)) macro
265 #define STREQ(x,y) (x == y || (x[0] == y[0] && strcmp(x,y) == 0)) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dbounce_log.c122 #define STREQ(x,y) (strcmp((x),(y)) == 0) macro
[all...]
H A Drecord.c334 #define STREQ(x,y) ((x) == (y) && strcmp((x), (y)) == 0) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_expand.c137 #define STREQ(x,y) (*(x) == *(y) && strcmp((x), (y)) == 0) macro
[all...]
H A Dsmtpd_token.c127 #define STREQ(x,y,l) (strncasecmp((x), (y), (l)) == 0) macro
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dsystem.h282 #define STREQ(s1,s2) (strcmp (s1, s2) == 0) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/glob/
H A Dfnmatch.c89 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c430 #define STREQ(x,y) (strcmp(x,y) == 0) macro
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dresolve.c427 #define STREQ(x,y) (strcmp((x), (y)) == 0) macro
H A Dtransport.c267 #define STREQ(x,y) (strcmp((x), (y)) == 0) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/clockstuff/
H A Dclktest.c11 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdate/
H A Dntptime_config.c121 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/util/
H A Dtickadj.c215 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dfnmatch.c117 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dfnmatch.c117 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) macro
[all...]

Completed in 222 milliseconds

123