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

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

Completed in 362 milliseconds