Home
last modified time | relevance | path

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

/sysdeps/posix/
A Dgetcwd.c183 ino_t rootino, thisino; in __getcwd_generic() local
255 thisino = st.st_ino; in __getcwd_generic()
262 while (!(thisdev == rootdev && thisino == rootino)) in __getcwd_generic()
348 bool match = (MATCHING_INO (d, thisino) || mount_point); in __getcwd_generic()
402 && st.st_dev == thisdev && st.st_ino == thisino) in __getcwd_generic()
440 thisino = dotino; in __getcwd_generic()
/sysdeps/mach/hurd/
A Dgetcwd.c46 ino64_t rootino, thisino; in __hurd_canonicalize_directory_name_internal() local
101 if (err = __io_identity (thisdir, &thisid, &thisdevid, &thisino)) in __hurd_canonicalize_directory_name_internal()
186 if (mount_point || d->d_ino == thisino) in __hurd_canonicalize_directory_name_internal()
261 thisino = dotino; in __hurd_canonicalize_directory_name_internal()

Completed in 4 milliseconds