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

/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c75 static int gettemp(char *path, int *doopen);
93 gettemp(char *path, int *doopen) { argument
126 if (doopen) {
127 if ((*doopen =
/illumos-gate/usr/src/cmd/mail/
H A Ddoopen.c37 doopen(file, type, errnum) function
40 static char pn[] = "doopen";
H A Dcopyback.c61 malf = doopen(mailfile, "r", E_FILE);
64 tmpf = doopen(lettmp, "a", E_TMP);
75 tmpf = doopen(lettmp, "r+", E_TMP);
H A Dgoback.c74 tmpf = doopen(lettmp, "r+", E_TMP);
118 tmpf = doopen(lettmp, "r+", E_TMP);
H A Dprintmail.c169 tmpf = doopen(lettmp, "r+", E_TMP);
221 malf = doopen(mailfile, "r", E_FILE);
223 tmpf = doopen(lettmp, "a", E_TMP);
230 tmpf = doopen(lettmp, "r+", E_TMP);
H A DMakefile41 done.o doopen.o dumpaff.o dumprcv.o \
H A Dgethead.c90 file = doopen(lettmp, "r", E_TMP);
H A Dmail.h295 extern FILE *doopen(char *file, char *type, int errnum);
H A Dsendmail.c431 tmpf = doopen(lettmp, "r+", E_TMP);

Completed in 76 milliseconds