Searched defs:dp (Results 1 – 5 of 5) sorted by relevance
28 #define CCP_CODE(dp) ((dp)[0]) argument29 #define CCP_ID(dp) ((dp)[1]) argument30 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument32 #define CCP_OPT_CODE(dp) ((dp)[0]) argument33 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
90 #define DIRSIZ(dp) ((sizeof(struct venus_dirent) - (CODA_MAXNAMLEN + 1)) + (((dp)->d_namlen + 1 + 3… argument
187 const char *dp; in matcher() local373 const char *dp; in dissect() local576 const char *dp; in backref() local
539 struct dirent *dp; in fts_build() local
720 struct dirent *dp; in glob3() local