Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dwordexp-test.c236 const char *globfile[] = { "one", "two", "three" }; in do_test() local
256 for (int i = 0; i < array_length (globfile); ++i) in do_test()
258 int fd = xopen (globfile[i], O_WRONLY|O_CREAT|O_TRUNC, in do_test()
325 for (int i = 0; i < array_length (globfile); ++i) in do_test()
326 remove (globfile[i]); in do_test()