Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c75 static int gettemp(char *path, int *doopen);
81 return (gettemp(path, &fd) ? fd : -1); in mkstemp()
88 return(gettemp(path, (int *)NULL) ? path : (char *)NULL); in mktemp()
93 gettemp(char *path, int *doopen) { in gettemp() function
/titanic_44/usr/src/cmd/oawk/
H A Drun.c52 extern CELL *execute(), *nodetoobj(), *fieldel(), *dopa2(), *gettemp();
162 x = gettemp(); in getaline()
319 gettemp(void) in gettemp() function
370 x = gettemp(); in substr()
393 x = gettemp(); in substr()
418 x = gettemp(); in sindex()
585 x = gettemp(); in a_sprintf()
606 z = gettemp(); in arith()
654 z = gettemp(); in incrdecr()
742 z = gettemp(); in cat()
[all …]
/titanic_44/usr/src/cmd/awk/
H A Drun.c50 static Cell *gettemp(char *), *copycell(Cell *);
235 args[i] = gettemp("nullargs"); in call()
250 fp->retval = gettemp("retval"); in call()
294 y = gettemp("copycell"); in copycell()
370 r = gettemp(""); in getaline()
576 x = gettemp(""); in matchop()
667 gettemp(char *s) in gettemp() function
727 x = gettemp(""); in substr()
747 y = gettemp(""); in substr()
769 z = gettemp(""); in sindex()
[all …]