_gettemp           38 usr/lib/libc/stdio/mktemp.c static int _gettemp(char *, int *);
_gettemp           46 usr/lib/libc/stdio/mktemp.c 	return (_gettemp(path, &fd) ? fd : -1);
_gettemp           53 usr/lib/libc/stdio/mktemp.c 	return(_gettemp(path, (int *)NULL) ? path : (char *)NULL);