Searched refs:_gettemp (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | mktemp.c | 50 static int _gettemp(char *, int *, int, int); 59 return (_gettemp(path, &fd, 0, slen) ? fd : -1); 68 return (_gettemp(path, &fd, 0, 0) ? fd : -1); 75 return(_gettemp(path, (int *)NULL, 1, 0) ? path : (char *)NULL); 79 _gettemp(path, doopen, domkdir, slen) in _gettemp() function
|