Searched refs:open_tmpfile (Results 1 – 4 of 4) sorted by relevance
430 extern FILE *open_tmpfile PARAMS ((char **, const char *));
484 outfile = open_tmpfile (&comname, "sys$scratch:CMDXXXXXX.COM"); in child_execute_job()
848 open_tmpfile(char **name, const char *template) in open_tmpfile() function1503 outfile = open_tmpfile (&stdin_nm, template); in main()
565 (open_tmpfile): Declare fd only if HAVE_FDOPEN is defined.