Home
last modified time | relevance | path

Searched refs:arpadate (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Darpadate.c56 arpadate(ud)
H A DMakefile36 OBJS= alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o \
H A Dsavemail.c821 arpadate(ctime(&e->e_parent->e_ctime)));
1104 arpadate(ctime(&e->e_parent->e_ctime)));
1116 arpadate(ctime(&dbyd)));
1290 arpadate(ctime(&q->q_statdate)));
1303 arpadate(ctime(&xdate)));
H A DREAD_ME35 arpadate.c A subroutine which creates ARPANET standard dates.
H A Dcollect.c1101 q = arpadate(buf);
H A Denvelope.c847 macdefine(&e->e_macro, A_TEMP, 'b', arpadate(buf));
H A Dsendmail.h2492 extern char *arpadate __P((char *));
H A Dmain.c808 macdefine(&BlankEnvelope.e_macro, A_TEMP, 'b', arpadate((char *) NULL));
H A Dqueue.c1398 arpadate(ctime(&Queue[qgrp]->qg_nextrun)), in checkqueuerunner()