Home
last modified time | relevance | path

Searched refs:tempQuit (Results 1 – 3 of 3) sorted by relevance

/dports/mail/mailx/mail-2.2.8/
H A Dquit.c75 extern char tempQuit[], tempResid[]; in quit()
201 if ((obuf = Fopen(tempQuit, "w")) == NULL) { in quit()
202 perror(tempQuit); in quit()
206 if ((ibuf = Fopen(tempQuit, "r")) == NULL) { in quit()
207 perror(tempQuit); in quit()
208 rm(tempQuit); in quit()
213 rm(tempQuit); in quit()
220 perror(tempQuit); in quit()
H A Dtemp.c53 char tempQuit[24]; variable
81 strcpy(tempQuit, tmpdir); in tinit()
82 mktemp(strcat(tempQuit, "RmXXXXXX")); in tinit()
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dquit.c364 char *mbox, *tempQuit; in makembox() local
372 if ((obuf = Ftemp(&tempQuit, "Rm", "w", 0600, 1)) == NULL) { in makembox()
377 if ((ibuf = Fopen(tempQuit, "r")) == NULL) { in makembox()
378 perror(tempQuit); in makembox()
379 rm(tempQuit); in makembox()
380 Ftfree(&tempQuit); in makembox()
384 rm(tempQuit); in makembox()
385 Ftfree(&tempQuit); in makembox()