Searched refs:_gettemp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dmktemp.c50 static int _gettemp(char *, int *, int, int, int);
60 return (_gettemp(path, &fd, 0, slen, oflags) ? fd : -1);
68 return (_gettemp(path, &fd, 0, slen, 0) ? fd : -1);
76 return (_gettemp(path, &fd, 0, 0, oflags) ? fd : -1);
84 return (_gettemp(path, &fd, 0, 0, 0) ? fd : -1);
90 return (_gettemp(path, (int *)NULL, 1, 0, 0) ? path : (char *)NULL);
96 return (_gettemp(path, (int *)NULL, 0, 0, 0) ? path : (char *)NULL);
109 _gettemp(char *path, int *doopen, int domkdir, int slen, int oflags) function
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c1876 static int _gettemp();
1883 return (_gettemp(path, &fd) ? fd : -1);
1887 _gettemp(path, doopen) function

Completed in 67 milliseconds