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

/macosx-10.10/apr-32/apr/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
/macosx-10.10/awk-20/src/
H A Drun.c267 args[i] = gettemp();
282 fp->retval = gettemp();
328 y = gettemp();
407 r = gettemp();
604 x = gettemp();
694 Cell *gettemp(void) /* get a tempcell */ function
753 x = gettemp();
773 y = gettemp();
793 z = gettemp();
959 x = gettemp();
[all...]
H A Dproto.h161 extern Cell *gettemp(void);
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dfile.c46 gettemp(char *path, int *doopen) { function
112 return (gettemp(path, &fd) ? fd : -1);
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dfile.c48 gettemp(char *path, int *doopen) { function
114 return (gettemp(path, &fd) ? fd : -1);

Completed in 189 milliseconds