Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c70 static int gettemp(char *path, int *doopen);
76 return (gettemp(path, &fd) ? fd : -1); in mkstemp()
83 return(gettemp(path, (int *)NULL) ? path : (char *)NULL); in mktemp()
88 gettemp(char *path, int *doopen) { in gettemp() function
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c162 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()
902 x = gettemp(); in split()
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c368 y = gettemp(); in copycell()
456 r = gettemp(); in awkgetline()
694 x = gettemp(); in matchop()
871 y = gettemp(); in substr()
893 z = gettemp(); in sindex()
1111 x = gettemp(); in awksprintf()
1167 z = gettemp(); in arith()
1235 z = gettemp(); in incrdecr()
1333 z = gettemp(); in cat()
1560 x = gettemp(); in split()
[all …]