Home
last modified time | relevance | path

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

/stdlib/
A Dtst-system.c142 struct stat64 st; in do_test() local
143 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()
A Dcanonicalize.c102 struct stat st; in file_accessible()
103 return __stat (file, &st) == 0 || errno == EOVERFLOW; in file_accessible()

Completed in 5 milliseconds