Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dgetdents.c27 # ifndef DIRENT_SET_DP_INO
28 # define DIRENT_SET_DP_INO(dp, value) (dp)->d_ino = (value) macro
87 DIRENT_SET_DP_INO (&outp->u, d_ino); in __getdents()
115 # undef DIRENT_SET_DP_INO
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dgetdents.c9 #define DIRENT_SET_DP_INO(dp, value) \ macro