Lines Matching refs:tbuf

1056 	char tbuf[256];  in interpret_negprot()  local
1086 tbuf[0] = '\0'; in interpret_negprot()
1090 length = strlcpy(tbuf, (char *)protodata, in interpret_negprot()
1091 sizeof (tbuf)); in interpret_negprot()
1095 i, tbuf); in interpret_negprot()
1104 snprintf(xtra, xsz, " Dialect[%d]=%s", last, tbuf); in interpret_negprot()
1164 tbuf[0] = '\0'; in interpret_negprot()
1166 (void) unicode2ascii(tbuf, sizeof (tbuf), in interpret_negprot()
1167 protodata, 2 * sizeof (tbuf)); in interpret_negprot()
1169 (void) strlcpy(tbuf, (char *)protodata, in interpret_negprot()
1170 sizeof (tbuf)); in interpret_negprot()
1172 show_printf("Server Domain = %s", tbuf); in interpret_negprot()
1510 char tbuf[256]; in interpret_tconX() local
1591 GET_STRING(tbuf, tcondata, isunicode); in interpret_tconX()
1592 show_printf("NativeFS = %s", tbuf); in interpret_tconX()
1612 char tbuf[256]; in interpret_sesssetupX() local
1643 GET_STRING(tbuf, setupdata, isunicode); in interpret_sesssetupX()
1644 snprintf(xtra, xsz, " Username=%s", tbuf); in interpret_sesssetupX()
1719 GET_STRING(tbuf, setupdata, isunicode); in interpret_sesssetupX()
1720 show_printf("AccountName = %s", tbuf); in interpret_sesssetupX()
1723 GET_STRING(tbuf, setupdata, isunicode); in interpret_sesssetupX()
1724 show_printf("DomainName = %s", tbuf); in interpret_sesssetupX()
1731 GET_STRING(tbuf, setupdata, isunicode); in interpret_sesssetupX()
1732 show_printf("NativeOS = %s", tbuf); in interpret_sesssetupX()
1734 GET_STRING(tbuf, setupdata, isunicode); in interpret_sesssetupX()
1735 show_printf("NativeLanman = %s", tbuf); in interpret_sesssetupX()
1786 GET_STRING(tbuf, setupdata, isunicode); in interpret_sesssetupX()
1787 show_printf("NativeOS = %s", tbuf); in interpret_sesssetupX()
1789 GET_STRING(tbuf, setupdata, isunicode); in interpret_sesssetupX()
1790 show_printf("NativeLanman = %s", tbuf); in interpret_sesssetupX()
1793 GET_STRING(tbuf, setupdata, isunicode); in interpret_sesssetupX()
1794 show_printf("DomainName = %s", tbuf); in interpret_sesssetupX()