Searched defs:d_namlen (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddir.h81 u_short d_namlen; /* length of string in d_name */ member in struct:direct
89 * null byte (dp->d_namlen+1), rounded up to a 4 byte boundary.
93 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
H A Dufs2.h177 grub_u_int8_t d_namlen; /* length of string in d_name */ member in struct:direct

Completed in 31 milliseconds