Searched defs:dp (Results 1 – 5 of 5) sorted by relevance
16 #define CCP_CODE(dp) ((dp)[0]) argument17 #define CCP_ID(dp) ((dp)[1]) argument18 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument20 #define CCP_OPT_CODE(dp) ((dp)[0]) argument21 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
78 #define DIRSIZ(dp) ((sizeof(struct venus_dirent) - (CODA_MAXNAMLEN + 1)) + (((dp)->d_namlen + 1 + 3… argument
210 const char *dp = NULL; in matcher() local656 const char *dp; in backref() local
548 struct dirent *dp; in fts_build() local
720 struct dirent *dp; in glob3() local