Home
last modified time | relevance | path

Searched refs:name (Results 1 – 6 of 6) sorted by relevance

/libio/
A Dtst-freopen.c28 static char *name; variable
33 fd = create_temp_file ("tst-freopen.", &name); in do_prepare()
53 f = fopen (name, "r"); in do_test_basic()
65 f = freopen (name, "r+", f); in do_test_basic()
97 FILE *f1 = fopen (name, "r"); in do_test_return_stream()
101 FILE *f2 = freopen (name, "r+", f1); in do_test_return_stream()
126 FILE *f = freopen (name, "r", stdin); in do_test_bz21398()
A Dtst-mmap-setvbuf.c26 char name[] = "/tmp/tst-mmap-setvbuf.XXXXXX"; in main() local
30 int fd = mkstemp (name); in main()
49 f = fopen (name, "rm"); in main()
78 unlink (name); in main()
A Dtst_wprintf2.c16 char name[] = "/tmp/wprintf.out.XXXXXX"; in main() local
22 fd = mkstemp (name); in main()
26 unlink (name); in main()
A Dtst-widetext.c36 char name[] = "/tmp/widetext.out.XXXXXX"; in do_test() local
120 fd = mkstemp (name); in do_test()
127 unlink (name); in do_test()
234 fd = mkstemp (strcpy (name, "/tmp/widetext.out.XXXXXX")); in do_test()
241 unlink (name); in do_test()
A Dtst-vtables-common.c92 log_method (FILE *fp, const char *name) in log_method() argument
95 printf ("info: %s (%p) called\n", name, fp); in log_method()
384 check_for_termination (const char *name, void (*callback) (void *)) in check_for_termination() argument
392 support_capture_subprocess_check (&proc, name, -SIGABRT, in check_for_termination()
449 check_call (const char *name, void (*callback) (void *), in check_call() argument
464 printf ("info: calling test %s\n", name); in check_call()
A DVersions43 # variables in normal name space

Completed in 11 milliseconds