_gettemp
static int _gettemp(char *, int *, int, int, int);
return (_gettemp(path, &fd, 0, slen, 0) ? fd : -1);
return (_gettemp(path, &fd, 0, slen, oflags) ? fd : -1);
return (_gettemp(path, &fd, 0, 0, 0) ? fd : -1);
return (_gettemp(path, &fd, 0, 0, oflags) ? fd : -1);
return (_gettemp(path, NULL, 1, 0, 0) ? path : NULL);
return (_gettemp(path, NULL, 0, 0, 0) ? path : NULL);