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

/illumos-gate/usr/src/cmd/mailx/
H A Dedit.c125 if (!access(tempZedit, 2)) {
126 printf(gettext("%s: file exists\n"), tempZedit);
134 if ((fd = open(tempZedit, O_RDWR|O_CREAT|
137 perror(tempZedit);
141 perror(tempZedit);
143 removefile(tempZedit);
148 perror(tempZedit);
150 removefile(tempZedit);
161 chmod(tempZedit, 0400);
167 if (stat(tempZedit,
[all...]
H A Dtemp.c70 snprintf(tempZedit, TMPSIZ, "/tmp/Rz%-ld", pid);
H A Dinit.c153 char tempZedit[TMPSIZ]; variable
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h131 extern char tempZedit[]; /* ???? */

Completed in 66 milliseconds