Home
last modified time | relevance | path

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

/sysdeps/posix/
A Dgetcwd.c182 dev_t rootdev, thisdev; in __getcwd_generic() local
254 thisdev = st.st_dev; in __getcwd_generic()
262 while (!(thisdev == rootdev && thisino == rootino)) in __getcwd_generic()
298 mount_point = dotdev != thisdev; in __getcwd_generic()
402 && st.st_dev == thisdev && st.st_ino == thisino) in __getcwd_generic()
439 thisdev = dotdev; in __getcwd_generic()

Completed in 3 milliseconds