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

/illumos-gate/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
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c52 extern CELL *execute(), *nodetoobj(), *fieldel(), *dopa2(), *gettemp();
162 x = gettemp();
319 gettemp(void) function
331 error(FATAL, "out of temporaries in gettemp");
370 x = gettemp();
393 x = gettemp();
418 x = gettemp();
585 x = gettemp();
606 z = gettemp();
654 z = gettemp();
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c50 static Cell *gettemp(char *), *copycell(Cell *);
235 args[i] = gettemp("nullargs");
250 fp->retval = gettemp("retval");
294 y = gettemp("copycell");
370 r = gettemp("");
576 x = gettemp("");
667 gettemp(char *s) function
727 x = gettemp("");
747 y = gettemp("");
769 z = gettemp("");
[all...]

Completed in 67 milliseconds