Lines Matching refs:dir
214 char **dir; in test_dir() local
217 dir = xs_directory(xsh, XBT_NULL, path, &num); in test_dir()
218 if ( !dir ) in test_dir()
221 free(dir); in test_dir()
227 char **dir; in test_dir_deinit() local
231 dir = xs_directory(xsh, XBT_NULL, path, &num); in test_dir_deinit()
232 if ( !dir ) in test_dir_deinit()
238 if ( dir[i][0] == 'a' + j && dir[i][1] == 0 ) in test_dir_deinit()
245 free(dir); in test_dir_deinit()
426 char **dir; in cleanup() local
437 dir = xs_directory(xsh, t, TEST_PATH, &num); in cleanup()
438 if ( dir && !num ) in cleanup()
440 free(dir); in cleanup()