Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dmktemp.c79 _gettemp(path, doopen, domkdir, slen) in _gettemp() argument
81 register int *doopen;
90 if (doopen && domkdir) {
125 if (doopen || domkdir) {
145 if (doopen) {
146 if ((*doopen =
/titanic_41/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c75 static int gettemp(char *path, int *doopen);
93 gettemp(char *path, int *doopen) { in gettemp() argument
126 if (doopen) { in gettemp()
127 if ((*doopen = in gettemp()
/titanic_41/usr/src/cmd/mail/
H A Dcopyback.c61 malf = doopen(mailfile, "r", E_FILE); in copyback()
64 tmpf = doopen(lettmp, "a", E_TMP); in copyback()
75 tmpf = doopen(lettmp, "r+", E_TMP); in copyback()
H A Dprintmail.c169 tmpf = doopen(lettmp, "r+", E_TMP); in printmail()
221 malf = doopen(mailfile, "r", E_FILE); in printmail()
223 tmpf = doopen(lettmp, "a", E_TMP); in printmail()
230 tmpf = doopen(lettmp, "r+", E_TMP); in printmail()
H A Dgoback.c74 tmpf = doopen(lettmp, "r+", E_TMP);
118 tmpf = doopen(lettmp, "r+", E_TMP);
H A Ddoopen.c37 doopen(file, type, errnum) in doopen() function
H A DMakefile41 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.c431 tmpf = doopen(lettmp, "r+", E_TMP);