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

/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dmktemp.c95 static int gettemp(char *path, apr_file_t **doopen, apr_int32_t flags, apr_pool_t *p) function
184 return gettemp(template, fp, flags, p);
200 * xthread and inherit bits appropriately. Since gettemp() above
/freebsd-13-stable/contrib/one-true-awk/
H A Drun.c270 args[i] = gettemp();
285 fp->retval = gettemp();
333 y = gettemp();
414 r = gettemp();
622 x = gettemp();
712 Cell *gettemp(void) /* get a tempcell */ function
771 x = gettemp();
791 y = gettemp();
811 z = gettemp();
1001 x = gettemp();
[all...]
H A Dproto.h162 extern Cell *gettemp(void);
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dfile.c48 gettemp(char *path, int *doopen) { function
114 return (gettemp(path, &fd) ? fd : -1);

Completed in 100 milliseconds