Searched refs:xtempfile (Results 1 – 4 of 4) sorted by relevance
149 int xtempfile(char *name, char **tempname);
451 int xtempfile(char *name, char **tempname) in xtempfile() function
796 int fd = xtempfile(name, tempname), ignored __attribute__((__unused__)); in copy_tempfile()
186 int tmpfd = xtempfile("stdin", &tmp_name); in read_stdin()