Home
last modified time | relevance | path

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

/dports/mail/mailx/mail-2.2.8/
H A Dtemp.c55 char tempResid[24]; variable
79 strcpy(tempResid, tmpdir); in tinit()
80 mktemp(strcat(tempResid, "RqXXXXXX")); in tinit()
H A Dquit.c75 extern char tempQuit[], tempResid[]; in quit()
111 rbuf = Fopen(tempResid, "w"); in quit()
128 if ((rbuf = Fopen(tempResid, "r")) == NULL) in quit()
130 rm(tempResid); in quit()
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dquit.c144 char *tempResid; in quit() local
207 rbuf = Ftemp(&tempResid, "Rq", "w", 0600, 1); in quit()
224 if ((rbuf = Fopen(tempResid, "r")) == NULL) in quit()
226 rm(tempResid); in quit()
227 Ftfree(&tempResid); in quit()