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

/illumos-gate/usr/src/cmd/mailx/
H A Dtemp.c69 snprintf(tempMesg, TMPSIZ, "/tmp/Rx%-ld", pid);
H A Dinit.c150 char tempMesg[TMPSIZ]; variable
H A Dlex.c200 if ((fd = open(tempMesg, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 ||
202 perror(tempMesg);
207 if ((itf = fopen(tempMesg, "r")) == NULL) {
208 perror(tempMesg);
213 removefile(tempMesg);
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h128 extern char tempMesg[]; /* ???? */

Completed in 59 milliseconds