Searched refs:tlength (Results 1 – 5 of 5) sorted by relevance
43 extern size_t tlength;
1449 size_t tlength = 0; variable1541 for (bp1 = tcache, bp2 = tcache + tlength; bp1 < bp2;) { in gettilde()1562 tcache[tlength].user = Strsave(us); in gettilde()1563 tcache[tlength].home = hd; in gettilde()1564 tcache[tlength++].hlen = Strlen(hd); in gettilde()1566 qsort(tcache, tlength, sizeof(struct tildecache), tildecompare); in gettilde()1568 if (tlength == tsize) { in gettilde()1589 for (i = 0; i < tlength; i++) { in getusername()1594 tlength = 0; in getusername()1606 for (i = 0; i < tlength; i++) in getusername()
359 if (tlength == 0 || olddir != z) { in tprintf()
170 bit8 tlength : 2; member
17670 ataPassThroughHdr.tlength = scsiCmnd->cdb[2] & 0x3; in smsatPassthrough()17705 if((ataPassThroughHdr.tlength == 0) && (agRequestType != AGSA_SATA_PROTOCOL_NON_DATA)) in smsatPassthrough()