| /src/external/bsd/tcpdump/dist/ |
| smbutil.c | 351 unistr(netdissect_options *ndo, char (*buf)[MAX_UNISTR_SIZE+1], function 666 /*XXX unistr() */ 667 buf = unistr(ndo, &strbuf, buf, 0, 1, (*fmt == 'R') ? 0 : unicodestr); 681 buf = unistr(ndo, &strbuf, buf + 1, 0, 1, (*fmt == 'Y') ? 0 : unicodestr); 719 buf = unistr(ndo, &strbuf, buf, stringlen, 0, unicodestr);
|
| smbutil.c | 351 unistr(netdissect_options *ndo, char (*buf)[MAX_UNISTR_SIZE+1], function 666 /*XXX unistr() */ 667 buf = unistr(ndo, &strbuf, buf, 0, 1, (*fmt == 'R') ? 0 : unicodestr); 681 buf = unistr(ndo, &strbuf, buf + 1, 0, 1, (*fmt == 'Y') ? 0 : unicodestr); 719 buf = unistr(ndo, &strbuf, buf, stringlen, 0, unicodestr);
|
| smbutil.c | 351 unistr(netdissect_options *ndo, char (*buf)[MAX_UNISTR_SIZE+1], function 666 /*XXX unistr() */ 667 buf = unistr(ndo, &strbuf, buf, 0, 1, (*fmt == 'R') ? 0 : unicodestr); 681 buf = unistr(ndo, &strbuf, buf + 1, 0, 1, (*fmt == 'Y') ? 0 : unicodestr); 719 buf = unistr(ndo, &strbuf, buf, stringlen, 0, unicodestr);
|