Searched refs:sep (Results 1 - 4 of 4) sorted by relevance

/sendmail/makemap/
H A Dmakemap.c53 #define ISSEP(c) (sep == '\0' ? isascii(c) && isspace(c) : (c) == sep)
87 char sep = '\0'; local
199 sep = *optarg;
388 (sep != '\0') ? sep : '\t',
424 if (sep == '\0' && isascii(ibuf[0]) && isspace(ibuf[0]))
/sendmail/libsm/
H A Dmbdb.c447 char *sep; local
455 sep = strrchr(new, '@');
456 if (sep != NULL)
458 *sep++ = '\0';
459 LDAPLMAP.ldap_host = sep;
/sendmail/sendmail/
H A Dmci.c615 char *sep; local
618 sep = logit ? " " : "\n\t";
658 sep, mci->mci_errno, mci->mci_herrno,
659 mci->mci_exitstat, mci->mci_state, (int) mci->mci_pid, sep);
665 sep);
669 mci->mci_status, mci->mci_rstatus, sep);
H A Ddeliver.c2018 char sep = ':'; local
2037 sep = *endp;
2064 *endp = sep;
2071 *endp = sep;
5705 char sep = ':'; local
5801 sep = *endp;
5906 *endp++ = sep;
5907 prevsep = sep;
5958 char sep = ':'; local
5974 sep
[all...]

Completed in 17 milliseconds