Home
last modified time | relevance | path

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

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