Searched defs:at (Results 1 - 5 of 5) sorted by relevance

/sendmail/libmilter/
H A Dlistener.c6 * forth in the LICENSE file which can be found at the top level of
134 char *at; local
241 at = colon;
284 at = strchr(colon, '@');
285 if (at == NULL)
303 *at = '\0';
327 if (at != NULL)
329 *at++ = '@';
330 if (*at == '[')
334 end = strchr(at, ']');
[all...]
/sendmail/sendmail/
H A Dsavemail.c9 * forth in the LICENSE file which can be found at the top level of
138 /* no need to return anything at all */
830 "The original message was received at %s",
1750 char *start, *at, *comma; local
1783 at = strrchr(addr, '@');
1784 if (at == NULL || at < start)
1788 i = strlen(at + 1);
1791 (void) sm_strlcpy(hostbuf, at + 1, sizeof(hostbuf));
H A Ddeliver.c9 * forth in the LICENSE file which can be found at the top level of
83 ** the message at all.
101 ** the message at all if we are in SMTP mode. Local errors
801 ** the message at all if we are in SMTP mode. Local errors
847 ** been take care of before (or at some other place).
1238 ** be used to send the same message to more than one recipient at the
1320 bool anyok; /* at least one address was OK */
1321 SM_NONVOLATILE bool goodmxfound = false; /* at least one MX was OK */
1504 if (!QS_IS_OK(to->q_state)) /* already sent; look at next */
1526 ** same host at lowes
4516 char *at; local
[all...]
H A Dmilter.c6 * forth in the LICENSE file which can be found at the top level of
660 char *at; local
760 at = colon;
832 at = strchr(colon, '@');
833 if (at == NULL)
848 *at = '\0';
890 *at++ = '@';
891 if (*at == '[')
895 end = strchr(at, ']');
909 (hid = inet_addr(&at[
[all...]
H A Dmap.c9 * forth in the LICENSE file which can be found at the top level of
677 ** Finally, force there to be at least one dot in the domain name
2245 /* try to make sure that at least the database header is on disk */
3519 ** This only makes sense at Stanford University.
6430 ** at a system-dependent configuration file such as
6496 ** This looks at the system-dependent configuration and builds
7184 /* if we are looking at a NULL ns_map_list_t, then create a new one */
7295 /* operator and (at least) two operands given? */
7474 char *at; local
7604 at
[all...]

Completed in 33 milliseconds