Searched refs:tbuffer (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/refer/ |
H A D | tick.c | 21 struct tbuffer { struct 32 struct tbuffer tx; in tick() argument 44 struct tbuffer tx; in tock()
|
/titanic_50/usr/src/cmd/make/bin/ |
H A D | doname.cc | 213 wchar_t tbuffer[MAXPATHLEN]; in find_dyntarget() local 224 tbuffer[i] = nul_char; in find_dyntarget() 226 if (wcb.equal(tbuffer)) { in find_dyntarget() 235 tbuffer[i] = *pp; in find_dyntarget() 239 tbuffer[i] = nul_char; in find_dyntarget() 241 if (wcb.equal(tbuffer)) { in find_dyntarget()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSCommon.c | 3681 char tbuffer[64], sbuffer[64], dbuffer[64] = ""; in DumpPacket() local 3682 …if (!status) tbuffer[mDNS_snprintf(tbuffer, sizeof(tbuffer), sent ? "Sent" : "Received" … in DumpPacket() 3683 …else tbuffer[mDNS_snprintf(tbuffer, sizeof(tbuffer), "ERROR %d %sing", status, sent ? "Send" : "Re… in DumpPacket() 3690 tbuffer, transport, in DumpPacket()
|