Searched refs:doopen (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | mktemp.c | 79 _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 D | mktemp.c | 75 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 D | copyback.c | 61 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 D | printmail.c | 169 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 D | goback.c | 74 tmpf = doopen(lettmp, "r+", E_TMP); 118 tmpf = doopen(lettmp, "r+", E_TMP);
|
H A D | doopen.c | 37 doopen(file, type, errnum) in doopen() function
|
H A D | Makefile | 41 done.o doopen.o dumpaff.o dumprcv.o \
|
H A D | gethead.c | 90 file = doopen(lettmp, "r", E_TMP); in gethead()
|
H A D | mail.h | 295 extern FILE *doopen(char *file, char *type, int errnum);
|
H A D | sendmail.c | 431 tmpf = doopen(lettmp, "r+", E_TMP);
|