Searched refs:strpbrk (Results 1 - 14 of 14) sorted by relevance
| /sendmail/smrsh/ |
| H A D | smrsh.c | 248 p = strpbrk(q, " \t"); 371 r = strpbrk(p, specialbuf);
|
| /sendmail/praliases/ |
| H A D | praliases.c | 173 p = strpbrk(p, DELIMITERS);
|
| /sendmail/libmilter/ |
| H A D | smfi.c | 595 if (strpbrk(message, "\r\n") != NULL) 698 if (strpbrk(txt, "\r\n") != NULL)
|
| /sendmail/sendmail/ |
| H A D | alias.c | 177 if (strpbrk(owner, ",:/|\"") != NULL) 304 p = strpbrk(p, ALIAS_SPEC_SEPARATORS);
|
| H A D | deliver.c | 2028 endp = strpbrk(endp + 1, ":,"); 2031 endp = strpbrk(mxhosts[hostnum], ":,"); 2033 endp = strpbrk(mxhosts[hostnum], ":,"); 5792 endp = strpbrk(endp + 1, ":,"); 5795 endp = strpbrk(hp, ":,"); 5797 endp = strpbrk(hp, ":,"); 5965 endp = strpbrk(endp + 1, ":,"); 5968 endp = strpbrk(hp, ":,"); 5970 endp = strpbrk(hp, ":,");
|
| H A D | main.c | 4250 p = strpbrk(line, " \t"); 4374 q = strpbrk(p, " \t"); 4494 q = strpbrk(p, " \t");
|
| H A D | util.c | 2243 if ((begin = strpbrk(begin, delimbuf)) == NULL) 2253 end = strpbrk(begin, delimbuf);
|
| H A D | conf.c | 981 p = strpbrk(buf, "#\n"); 987 p = strpbrk(buf, SM_NSSWITCH_DELIMS); 1022 p = strpbrk(p, " \t"); 1149 else if (strpbrk(myname, ",;:/|\"\\") != NULL)
|
| H A D | usersmtp.c | 442 p = strpbrk(line, " ="); 1471 s = strpbrk(s, delim);
|
| H A D | headers.c | 1053 p = strpbrk(p, ";/");
|
| H A D | readcf.c | 3707 val = strpbrk(val, ", \t"); 3861 val = strpbrk(val, ", \t");
|
| H A D | map.c | 2855 vp = strpbrk(host_record, "#\n"); 5916 char *p = strpbrk(linebuf, "#\n");
|
| H A D | milter.c | 1381 p = strpbrk(p, ";,");
|
| H A D | srvrsmtp.c | 4962 p = strpbrk(buf, " \t");
|
Completed in 3444 milliseconds