Home
last modified time | relevance | path

Searched refs:open_tmpfile (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmake.h430 extern FILE *open_tmpfile PARAMS ((char **, const char *));
Dvmsjobs.c484 outfile = open_tmpfile (&comname, "sys$scratch:CMDXXXXXX.COM"); in child_execute_job()
Dmain.c848 open_tmpfile(char **name, const char *template) in open_tmpfile() function
1503 outfile = open_tmpfile (&stdin_nm, template); in main()
DChangeLog565 (open_tmpfile): Declare fd only if HAVE_FDOPEN is defined.