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

/illumos-gate/usr/src/cmd/mailx/
H A Dquit.c295 snprintf(tempResid, PATHSIZE, "%s/:saved/%s", maildir, myname);
296 PRIV(rbuf = fopen(tempResid, "w+"));
298 snprintf(tempResid, PATHSIZE, "/tmp/Rq%-ld", mypid);
299 fd = open(tempResid,O_RDWR|O_CREAT|O_EXCL, 0600);
302 snprintf(tempResid, PATHSIZE,
305 perror(tempResid);
380 PRIV(removefile(tempResid));
H A Dinit.c152 char tempResid[PATHSIZE]; /* temp file in :saved */ variable
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h130 extern char tempResid[]; /* temp file in :saved */

Completed in 271 milliseconds