Searched refs:getcanonname (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/sendmail/src/
H A Ddomain.c553 getcanonname(mxhosts[0], sizeof(MXHostBuf) - 2, false, pttl))
H A Ddaemon.c3288 !getcanonname(hostbuf, size, true, NULL))
3296 if (!getcanonname(hostbuf, size, true, NULL))
4027 if (getcanonname(hbuf, sizeof(hbuf) - 1, !HasWildcardMX, &ttl))
H A Dmain.c4354 (void) getcanonname(host, sizeof(host), !HasWildcardMX,
4357 "getcanonname(%s) returns %s\n",
H A Dsendmail.h1259 extern bool getcanonname __P((char *, int, bool, int *));
H A Dmap.c124 ** This file also includes the implementation for getcanonname.
737 getcanonname(host, hbsize, trymx, pttl) function
763 sm_dprintf("getcanonname(%s), trying %s\n",
844 sm_dprintf("getcanonname(%s), found\n", host);
893 sm_dprintf("getcanonname(%s), failed, status=%d\n", host,

Completed in 81 milliseconds