Home
last modified time | relevance | path

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

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