Searched refs:tmpname (Results 1 – 4 of 4) sorted by relevance
28 char tmpname[] = "fifoXXXXXX"; variable38 dirp = opendir (tmpname); in real_test()65 if (mktemp (tmpname) == NULL) in do_test()72 if (mknod (tmpname, 0600 | S_IFIFO, 0) < 0) in do_test()81 remove (tmpname); in do_test()90 remove (tmpname); in do_cleanup()
33 static char *tmpname; variable39 fd = create_temp_file ("tst-fopenloc2", &tmpname); in prepare()79 FILE *fp = fopen (tmpname, ccs); in do_test()
582 buffers instead. In some cases, such as @code{tmpname}, the variant is
5159 * stdio-common/tmpname.c (tmpbuf): Don't define as array of