Searched refs:deliver (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/refer/ |
| H A D | sortbib.c | 32 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 D | send.c | 406 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/src/ |
| H A D | Makefile | 37 deliver.o domain.o envelope.o err.o headers.o macro.o main.o map.o \
|
| H A D | deliver.c | 17 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...] |
| /illumos-gate/usr/src/cmd/sendmail/aux/ |
| H A D | mail.local.c | 102 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/uts/common/io/sfxge/common/ |
| H A D | ef10_ev.c | 560 goto deliver; 566 goto deliver; 575 goto deliver; 632 deliver:
|
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | icmp.c | 2698 goto deliver; 2831 deliver:
|
Completed in 118 milliseconds