Home
last modified time | relevance | path

Searched refs:tempEdit (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c856 perror(tempEdit); in mesedit()
866 perror(tempEdit); in mesedit()
867 removefile(tempEdit); in mesedit()
883 removefile(tempEdit); in mesedit()
919 perror(tempEdit); in mesedit()
920 removefile(tempEdit); in mesedit()
923 removefile(tempEdit); in mesedit()
1008 perror(tempEdit); in mespipe()
1012 perror(tempEdit); in mespipe()
1014 removefile(tempEdit); in mespipe()
[all …]
H A Dnames.c235 fd = open(tempEdit, O_CREAT|O_EXCL|O_APPEND|O_WRONLY, in outof()
238 if ((fd = open(tempEdit, O_APPEND|O_WRONLY, in outof()
240 perror(tempEdit); in outof()
246 perror(tempEdit); in outof()
250 image = open(tempEdit, O_RDWR); in outof()
251 unlink(tempEdit); in outof()
253 perror(tempEdit); in outof()
266 perror(tempEdit); in outof()
H A Dtemp.c66 snprintf(tempEdit, TMPSIZ, "/tmp/Re%-ld", pid); in tinit()
H A Dinit.c146 char tempEdit[TMPSIZ]; variable
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h126 extern char tempEdit[]; /* ???? */