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

/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c75 static int gettemp(char *path, int *doopen);
81 return (gettemp(path, &fd) ? fd : -1);
88 return(gettemp(path, (int *)NULL) ? path : (char *)NULL);
93 gettemp(char *path, int *doopen) { function

Completed in 19 milliseconds