Lines Matching refs:lth
212 static int replaceusa(struct BUFFER *buffer, unsigned int lth) in replaceusa() argument
230 && ((xusa + 1) < lth) in replaceusa()
231 && ((nusa - 1)*NTFSBLKLTH == lth)) { in replaceusa()
254 struct ATTR *getattrentry(unsigned int key, unsigned int lth) in getattrentry() argument
278 if (pa->namelen < lth) { in getattrentry()
280 sizeof(struct ATTR) + lth); in getattrentry()
287 pa = (struct ATTR*)malloc(sizeof(struct ATTR) + lth); in getattrentry()
389 void hexdump(const char *buf, unsigned int lth) in hexdump() argument
393 for (i=0; i<lth; i+=16) { in hexdump()
395 k = ((lth - i) < 16 ? lth : 16 + i); in hexdump()
1313 int lth; in fixup() local
1386 lth = getle32(buf, base + 4); in fixup()
1387 if ((lth <= 0) || (lth & 7)) in fixup()
1390 base += lth; in fixup()
1594 lth = buf[base + 80] & 255; in fixup()
1596 if (getle16(buf,10) == (u32)(2*lth + 66)) { in fixup()