Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mailx/
H A Dquit.c172 if ((fd = open(tempQuit, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 || in quit()
174 perror(tempQuit); in quit()
177 if ((ibuf = fopen(tempQuit, "r")) == NULL) { in quit()
178 perror(tempQuit); in quit()
179 removefile(tempQuit); in quit()
183 removefile(tempQuit); in quit()
191 perror(tempQuit); in quit()
H A Dtemp.c67 snprintf(tempQuit, TMPSIZ, "/tmp/Rm%-ld", pid); in tinit()
H A Dinit.c151 char tempQuit[TMPSIZ]; variable
/titanic_50/usr/src/cmd/mailx/hdr/
H A Dglob.h129 extern char tempQuit[]; /* ???? */