Searched refs:first (Results 1 - 7 of 7) sorted by relevance
/sendmail/sendmail/ |
H A D | trace.c | 71 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 D | envelope.c | 1280 bool first = true; local 1287 if (first) 1291 first = false; 1293 if (!first)
|
H A D | srvrsmtp.c | 571 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 D | daemon.c | 196 /* 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 D | map.c | 675 ** 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...] |
/sendmail/libsm/ |
H A D | config.c | 45 static bool first = true; local 78 ** If this is our first time through, use malloc(), else realloc(). 81 if (first) 87 first = false;
|
/sendmail/contrib/ |
H A D | expn.pl | 663 # first, separate out the address part. 788 # The first try must always be to cut the domain part out of 853 # return the first non-empty element of an array 1028 # first place then there is a chance of 1252 It will first look up the addresses you provide on the command line.
|
Completed in 50 milliseconds