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

/illumos-gate/usr/src/cmd/refer/
H A Dsortbib.c32 static void deliver(FILE *[], FILE *);
89 deliver(fp, tfp); /* do disk seeks and read from biblio files */
165 /* deliver sorted entries out of database(s) */
167 deliver(FILE *fp[], FILE *tfp) function
/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c406 char **namelist, *deliver; local
564 if ((deliver = value("sendmail")) == NOSTR)
566 deliver = SENDMAIL;
568 deliver = MAIL;
570 execvp(safeexpand(deliver), namelist);
571 perror(deliver);
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmail.local.c102 static void deliver(int, int, char *, bool);
214 deliver(hfd, bfd, *argv, bouncequota);
394 deliver(hfd, bfd, rcpt_addr[i],
733 deliver(hfd, bfd, name, bouncequota) function
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c17 SM_RCSID("@(#)$Id: deliver.c,v 8.1020 2009/12/18 17:08:01 ca Exp $")
31 static int deliver __P((ENVELOPE *, ADDRESS *));
639 syserr("deliver: fork 1");
718 syserr("deliver: fork 2");
814 ** or if deliver-by time is exceeded.
918 (void) deliver(e, q);
1231 ** that it will deliver to all these addresses however -- so
1232 ** deliver should be called once for each address on the
1266 ** So deliver attempts coattail piggybacking when possible. If the
1269 ** cannot deliver t
1287 deliver(e, firstto) function
[all...]

Completed in 147 milliseconds