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

/haiku/src/system/libroot/posix/stdlib/
H A Dmktemp.c49 static int _gettemp(char *, int *, int, int);
58 return _gettemp(path, &fd, 0, slen) ? fd : -1;
66 if (_gettemp(path, &fd, 0, 0))
77 return (_gettemp(path, (int *)NULL, 1, 0) ? path : (char *)NULL);
84 if (_gettemp(path, (int *)NULL, 0, 0))
92 _gettemp(char *path, int *doopen, int domkdir, int slen) function

Completed in 75 milliseconds