Searched refs:path (Results 1 – 1 of 1) sorted by relevance
54 narrow (const char *path) in narrow() argument57 stdin = xfopen (path, "r"); in narrow()79 wide (const char *path) in wide() argument82 stdin = xfopen (path, "r"); in wide()99 char *path; in do_test() local101 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