Home
last modified time | relevance | path

Searched refs:doopen (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c70 static int gettemp(char *path, int *doopen);
88 gettemp(char *path, int *doopen) { in gettemp() argument
121 if (doopen) { in gettemp()
122 if ((*doopen = in gettemp()
/illumos-gate/usr/src/cmd/mail/
H A Dcopyback.c59 malf = doopen(mailfile, "r", E_FILE); in copyback()
62 tmpf = doopen(lettmp, "a", E_TMP); in copyback()
73 tmpf = doopen(lettmp, "r+", E_TMP); in copyback()
H A Dprintmail.c167 tmpf = doopen(lettmp, "r+", E_TMP); in printmail()
219 malf = doopen(mailfile, "r", E_FILE); in printmail()
221 tmpf = doopen(lettmp, "a", E_TMP); in printmail()
228 tmpf = doopen(lettmp, "r+", E_TMP); in printmail()
H A Dgoback.c71 tmpf = doopen(lettmp, "r+", E_TMP);
115 tmpf = doopen(lettmp, "r+", E_TMP);
H A Ddoopen.c35 doopen(char *file, char *type, int errnum) in doopen() function
H A DMakefile40 done.o doopen.o dumpaff.o dumprcv.o \
H A Dgethead.c90 file = doopen(lettmp, "r", E_TMP); in gethead()
H A Dmail.h295 extern FILE *doopen(char *file, char *type, int errnum);
H A Dsendmail.c430 tmpf = doopen(lettmp, "r+", E_TMP); in sendmail()