Searched refs:strpbrk (Results 1 - 14 of 14) sorted by relevance

/sendmail/smrsh/
H A Dsmrsh.c248 p = strpbrk(q, " \t");
371 r = strpbrk(p, specialbuf);
/sendmail/praliases/
H A Dpraliases.c173 p = strpbrk(p, DELIMITERS);
/sendmail/libmilter/
H A Dsmfi.c595 if (strpbrk(message, "\r\n") != NULL)
698 if (strpbrk(txt, "\r\n") != NULL)
/sendmail/sendmail/
H A Dalias.c177 if (strpbrk(owner, ",:/|\"") != NULL)
304 p = strpbrk(p, ALIAS_SPEC_SEPARATORS);
H A Ddeliver.c2028 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 Dmain.c4250 p = strpbrk(line, " \t");
4374 q = strpbrk(p, " \t");
4494 q = strpbrk(p, " \t");
H A Dutil.c2243 if ((begin = strpbrk(begin, delimbuf)) == NULL)
2253 end = strpbrk(begin, delimbuf);
H A Dconf.c981 p = strpbrk(buf, "#\n");
987 p = strpbrk(buf, SM_NSSWITCH_DELIMS);
1022 p = strpbrk(p, " \t");
1149 else if (strpbrk(myname, ",;:/|\"\\") != NULL)
H A Dusersmtp.c442 p = strpbrk(line, " =");
1471 s = strpbrk(s, delim);
H A Dheaders.c1053 p = strpbrk(p, ";/");
H A Dreadcf.c3707 val = strpbrk(val, ", \t");
3861 val = strpbrk(val, ", \t");
H A Dmap.c2855 vp = strpbrk(host_record, "#\n");
5916 char *p = strpbrk(linebuf, "#\n");
H A Dmilter.c1381 p = strpbrk(p, ";,");
H A Dsrvrsmtp.c4962 p = strpbrk(buf, " \t");

Completed in 3444 milliseconds