gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:RECLEN_DIRENT (0.01 seconds)
t2ex
t2ex_source/include/t2ex/dirent.h - 3.2KB - 91 lines
73: /* Directory entry record length = d_reclen (align INT) */  
74: #define RECLEN_DIRENT(len)      \
75:         ( (offsetof(struct dirent, d_name) + (len) + 1 + sizeof(INT) - 1) \