Searched refs:_gettemp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/lib/libc/stdio/ |
| HD | mktemp.c | 50 static int _gettemp(int, char *, int *, int, int, int); 60 return (_gettemp(dfd, path, &fd, 0, slen, oflags) ? fd : -1); in mkostempsat() 68 return (_gettemp(AT_FDCWD, path, &fd, 0, slen, oflags) ? fd : -1); in mkostemps() 76 return (_gettemp(AT_FDCWD, path, &fd, 0, slen, 0) ? fd : -1); in mkstemps() 84 return (_gettemp(AT_FDCWD, path, &fd, 0, 0, oflags) ? fd : -1); in mkostemp() 92 return (_gettemp(AT_FDCWD, path, &fd, 0, 0, 0) ? fd : -1); in mkstemp() 98 return (_gettemp(AT_FDCWD, path, (int *)NULL, 1, 0, 0) ? path : (char *)NULL); in mkdtemp() 104 return (_gettemp(AT_FDCWD, path, (int *)NULL, 0, 0, 0) ? path : (char *)NULL); in _mktemp() 117 _gettemp(int dfd, char *path, int *doopen, int domkdir, int slen, int oflags) in _gettemp() function
|
| /freebsd-13-stable/contrib/sendmail/mail.local/ |
| HD | mail.local.c | 1912 static int _gettemp(); 1919 return (_gettemp(path, &fd) ? fd : -1); 1923 _gettemp(path, doopen) in _gettemp() function
|