Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdio/
H A Dgettemp.c54 GETTEMP(char *path, int *doopen, int domkdir, int slen, int oflags) in GETTEMP() argument
65 if ((doopen != NULL && domkdir) || slen < 0 || in GETTEMP()
100 if (doopen != NULL || domkdir) { in GETTEMP()
118 if (doopen) { in GETTEMP()
119 if ((*doopen = open(path, O_CREAT|O_EXCL|O_RDWR|oflags, in GETTEMP()
/netbsd-src/external/bsd/nvi/dist/clib/
H A Dmkstemp.c50 static int _gettemp(char *path, register int *doopen);
71 _gettemp(char *path, register int *doopen) in _gettemp() argument
106 if (doopen) { in _gettemp()
107 if ((*doopen = in _gettemp()
/netbsd-src/external/bsd/libbind/dist/bsd/
H A Dmktemp.c77 static int gettemp(char *path, int *doopen);
95 gettemp(char *path, int *doopen) { in gettemp() argument
128 if (doopen) { in gettemp()
129 if ((*doopen = in gettemp()