Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dsystem.h112 # define _D_EXACT_NAMLEN(dp) strlen ((dp)->d_name) argument
121 # define D_INO(dp) (dp)->d_ino argument
124 # define D_INO(dp) NOT_AN_INODE_NUMBER argument
286 struct dirent const *dp = readdir (dirp); in readdir_ignoring_dot_and_dotdot() local
Dpwd.c181 struct dirent const *dp; in find_dir_entry() local
Dls.c150 # define RELIABLE_D_INO(dp) NOT_AN_INODE_NUMBER argument
152 # define RELIABLE_D_INO(dp) D_INO (dp) argument