Searched defs:strcasecmp (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | spam.c | 81 #define strcasecmp(s,p) (!strgrpmatch(s,p,NiL,0,STR_ICASE|STR_MAXIMAL|STR_LEFT|STR_RIGHT)) macro 203 if (!strcasecmp(ap, bp)) 265 if (!strcasecmp(ap, bp)) 269 if (!strcasecmp(ad, bp)) 274 if (!strcasecmp(ad, bp)) 404 if (!strcasecmp(++td, bp)) 407 else if (!strcasecmp(ap, bp)) 412 if (to && !strcasecmp(ap, state.var.user)) 419 if (!strcasecmp(ap, bp) || strchr(ap, '!')) 541 if (!strcasecmp( [all...] |
Completed in 11 milliseconds