Home
last modified time | relevance | path

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

/libio/
A Dtst-bz24153.c54 narrow (const char *path) in narrow() argument
57 stdin = xfopen (path, "r"); in narrow()
79 wide (const char *path) in wide() argument
82 stdin = xfopen (path, "r"); in wide()
99 char *path; in do_test() local
101 int fd = create_temp_file ("tst-bz24153-", &path); in do_test()
107 narrow (path); in do_test()
108 wide (path); in do_test()
110 free (path); in do_test()

Completed in 3 milliseconds