Searched refs:collect (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | Makefile | 32 cmd4.o cmdtab.o collect.o config.o edit.o \
|
H A D | send.c | 420 if ((mtf = collect(hp)) == NULL)
|
H A D | collect.c | 93 collect(struct header *hp) function
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | Makefile | 36 OBJS= alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o \
|
H A D | mime.c | 350 collect(e->e_dfp, false, &hdr, e, false); 352 putline("+++after collect", mci); 412 collect(e->e_dfp, false, &hdr, e, false); 414 putline("+++after collect", mci);
|
H A D | collect.c | 16 SM_RCSID("@(#)$Id: collect.c,v 8.284 2008/08/06 05:26:24 ca Exp $") 24 ** COLLECT_EOH -- end-of-header processing in collect() 26 ** Called by collect() when it encounters the blank line 59 sm_dprintf("collect: rscheck(\"check_eoh\", \"%s $| %s\")\n", 74 ** COLLECT_DOHEADER -- process header in collect() 76 ** Called by collect() after it has finished parsing the header, 173 ** Called by collect() after it has finished processing the header. 182 ** into which the message body will be written by collect(). 243 ** style message to say we are ready to collect 261 ** - collect() return 279 collect(fp, smtpmode, hdrp, e, rsetsize) function [all...] |
H A D | main.c | 2741 /* collect body for UUCP return */ 2743 collect(InChannel, false, NULL, &MainEnvelope, true); 2803 collect(InChannel, false, NULL, &MainEnvelope, true);
|
H A D | sendmail.h | 1559 #define MD_VERIFY 'v' /* verify: don't collect or deliver */ 2516 extern void collect __P((SM_FILE_T *, bool, HDR **, ENVELOPE *, bool));
|
H A D | srvrsmtp.c | 2492 ** queue directory is selected, in collect. 3474 /* collect the text of the message */ 3475 SmtpPhase = "collect"; 3478 collect(InChannel, true, NULL, e, true); 3574 ** XXX This is almost a copy of the code in collect(): put it into 3600 syserr("@collect: bfcommit(%s): already on disk, size=%ld",
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 88 static void collect(char *as); 142 collect(v); 164 collect(char *as) function
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.glob.c | 40 void collect(tchar *); 78 collect(*v++); 99 collect(tchar *as) function 104 tprintf("TRACE- collect()\n");
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_stats.c | 549 } // fw collect enabled 645 * collect stats from hw using dmae 1424 /* enable hw collect with mstat only if it's not fpga and not a 4-domain emulation compile... */ 1800 lm_stats_fw_assign_fcoe_xstorm(IN const struct fcoe_statistics_params* collect, argument 1804 LM_SIGN_EXTEND_VALUE_32(collect->tx_stat.fcoe_tx_byte_cnt, mirror->fcoe_tx_byte_cnt); 1805 LM_SIGN_EXTEND_VALUE_32(collect->tx_stat.fcoe_tx_pkt_cnt, mirror->fcoe_tx_pkt_cnt); 1806 LM_SIGN_EXTEND_VALUE_32(collect->tx_stat.fcp_tx_pkt_cnt, mirror->fcp_tx_pkt_cnt); 1811 lm_stats_fw_assign_fcoe_tstorm(IN const struct fcoe_statistics_params* collect, argument 1815 LM_SIGN_EXTEND_VALUE_32(collect->rx_stat0.fcoe_rx_byte_cnt, mirror->fcoe_rx_byte_cnt); 1816 LM_SIGN_EXTEND_VALUE_32(collect 1824 lm_stats_fw_assign_fcoe_ustorm(IN const struct fcoe_statistics_params* collect, OUT lm_fcoe_stats_t* mirror) argument [all...] |
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 198 #define R 04000 /* Cannot be called from collect */ 445 extern FILE *collect(struct header *hp);
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n1.c | 686 collect();
|
H A D | n3.c | 750 collect() function
|
Completed in 176 milliseconds