Searched defs:first (Results 1 - 6 of 6) sorted by relevance

/sendmail/libsm/
H A Dconfig.c45 static bool first = true; local
78 ** If this is our first time through, use malloc(), else realloc().
81 if (first)
87 first = false;
/sendmail/sendmail/
H A Dtrace.c71 unsigned int first, last; local
74 /* find first flag to set */
86 first = i;
111 if (first >= tTsize)
112 first = tTsize - 1;
117 while (first <= last)
118 tTvect[first++] = (unsigned char) i;
H A Denvelope.c1280 bool first = true; local
1287 if (first)
1291 first = false;
1293 if (!first)
H A Ddaemon.c196 /* Add parent process as first item */
629 ** has closed it first.
721 /* Add parent process as first child item */
1853 bool first = true; local
1859 if (first)
1863 first = false;
1865 if (!first)
2392 ** Try v6 first, then fall back to v4.
3310 ** hp -- hostent structure for the first address
3311 ** ha -- actual first addres
[all...]
H A Dsrvrsmtp.c571 volatile bool first; local
1098 /* output the first line, inserting "ESMTP" as second word */
1148 first = true;
1232 if (first)
1257 first = false;
1533 /* avoid information leak; take first two words? */
2296 usrerr("503 5.0.0 Polite people say HELO first");
2383 /* must parse sender first */
2952 usrerr("503 5.0.0 I demand that you introduce yourself first");
4902 bool first local
[all...]
H A Dmap.c675 ** the first component. Since leading dots are funny Unix
797 ** problems if /etc/hosts has no FQDN but is listed first
808 /* but don't break, as we need to try all methods first */
1334 /* Only care about the first match */
3207 /* multi token -- take only first token in nbuf */
3239 sm_dprintf("nisplus_getcanonname(%s), got %d entries, all but first ignored\n",
4415 ** the first line as the password.
5671 /* Only want the first machine name */
6424 ** implicit. Stores go to the first map in the list that can
7049 bool first local
[all...]

Completed in 39 milliseconds