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

/sendmail/sendmail/
H A Dsavemail.c768 char actual[MAXLINE]; local
1199 /* Figure out actual recipient */
1200 actual[0] = '\0';
1212 (void) sm_snprintf(actual,
1213 sizeof(actual),
1220 (void) sm_snprintf(actual,
1221 sizeof(actual),
1234 /* try to fall back to the actual recipient */
1235 if (actual[0] != '\0')
1237 actual);
[all...]

Completed in 1690 milliseconds