Searched refs:gettemp (Results 1 – 3 of 3) sorted by relevance
75 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
52 extern CELL *execute(), *nodetoobj(), *fieldel(), *dopa2(), *gettemp();162 x = gettemp(); in getaline()319 gettemp(void) in gettemp() function370 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 …]
50 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() function727 x = gettemp(""); in substr()747 y = gettemp(""); in substr()769 z = gettemp(""); in sindex()[all …]