Home
last modified time | relevance | path

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

/sysdeps/posix/
A Dgetcwd.c82 # define MATCHING_INO(dp, ino) ((dp)->d_ino == (ino)) macro
84 # define MATCHING_INO(dp, ino) true macro
348 bool match = (MATCHING_INO (d, thisino) || mount_point); in __getcwd_generic()

Completed in 3 milliseconds