Home
last modified time | relevance | path

Searched refs:tlength (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.h43 extern size_t tlength;
H A Dtc.func.c1449 size_t tlength = 0; variable
1541 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()
H A Dtc.prompt.c359 if (tlength == 0 || olddir != z) { in tprintf()
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmtypes.h170 bit8 tlength : 2; member
H A Dsmsat.c17670 ataPassThroughHdr.tlength = scsiCmnd->cdb[2] & 0x3; in smsatPassthrough()
17705 if((ataPassThroughHdr.tlength == 0) && (agRequestType != AGSA_SATA_PROTOCOL_NON_DATA)) in smsatPassthrough()