Home
last modified time | relevance | path

Searched defs:STREQ (Results 1 – 25 of 67) sorted by relevance

123

/netbsd/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dfreebsd-atomic.c98 #define SYNC_VAL_CAS_N(N, TYPE, LDR, STREQ) \ argument
202 #define EMIT_ALL_OPS_N(N, TYPE, LDR, STR, STREQ) \ argument
/netbsd/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dfreebsd-atomic.c98 #define SYNC_VAL_CAS_N(N, TYPE, LDR, STREQ) \ argument
202 #define EMIT_ALL_OPS_N(N, TYPE, LDR, STR, STREQ) \ argument
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dhtable.c248 #define STREQ(x,y) (x == y || (x[0] == y[0] && strcmp(x,y) == 0)) in htable_find() macro
263 #define STREQ(x,y) (x == y || (x[0] == y[0] && strcmp(x,y) == 0)) in htable_locate() macro
280 #define STREQ(x,y) (x == y || (x[0] == y[0] && strcmp(x,y) == 0)) in htable_delete() macro
H A Dscan_dir.c185 #define STREQ(x,y) (strcmp((x),(y)) == 0) in scan_dir_next() macro
/netbsd/external/ibm-public/postfix/dist/src/local/
H A Dunknown.c89 #define STREQ(x,y) (strcasecmp((x),(y)) == 0) macro
H A Dlocal_expand.c120 #define STREQ(x,y) (*(x) == *(y) && strcmp((x), (y)) == 0) in local_expand_lookup() macro
/netbsd/usr.bin/m4/
H A Dstdd.h50 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
/netbsd/external/gpl3/gdb/dist/readline/readline/examples/
H A Dhist_erasedups.c37 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
H A Dhist_purgecmd.c40 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
/netbsd/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_expand.c105 #define STREQ(x,y) (*(x) == *(y) && strcmp((x), (y)) == 0) in psc_expand_lookup() macro
/netbsd/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Dhist_erasedups.c37 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
H A Dhist_purgecmd.c40 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) macro
/netbsd/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out_recipient.c156 #define STREQ(x, y) (strcmp((x), (y)) == 0) in cleanup_out_recipient() macro
H A Dcleanup_envelope.c85 #define STREQ(x,y) (strcmp((x), (y)) == 0) macro
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dhistlib.h32 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
H A Drldefs.h146 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistlib.h32 #define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0)) macro
/netbsd/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_expand.c137 #define STREQ(x,y) (*(x) == *(y) && strcmp((x), (y)) == 0) in smtpd_expand_addr() macro
H A Dsmtpd_token.c127 #define STREQ(x,y,l) (strncasecmp((x), (y), (l)) == 0) in smtp_next_token() macro
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dbounce_log.c127 #define STREQ(x,y) (strcmp((x),(y)) == 0) in bounce_log_open() macro
H A Dserver_acl.c129 #define STREQ(x,y) (strcasecmp((x), (y)) == 0) in server_acl_parse() macro
/netbsd/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c536 #define STREQ(x,y) (strcmp(x,y) == 0) in main() macro
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dsetenv.c356 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dsetenv.c356 # define STREQ(a, b) (strcmp (a, b) == 0) macro
/netbsd/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dresolve.c488 #define STREQ(x,y) (strcmp((x), (y)) == 0) in resolve_addr() macro

123