Searched refs:globfile (Results 1 – 1 of 1) sorted by relevance
236 const char *globfile[] = { "one", "two", "three" }; in do_test() local256 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()