Searched refs:st (Results 1 – 2 of 2) sorted by relevance
142 struct stat64 st; in do_test() local143 xstat (_PATH_BSHELL, &st); in do_test()144 mode_t mode = st.st_mode; in do_test()154 xchmod (_PATH_BSHELL, st.st_mode); in do_test()
102 struct stat st; in file_accessible()103 return __stat (file, &st) == 0 || errno == EOVERFLOW; in file_accessible()
Completed in 5 milliseconds