Searched refs:startbuf (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-smb.c | 28 const u_char *startbuf = NULL; variable 809 startbuf = buf; in print_smb() 948 startbuf = data; in nbt_tcp_print() 1119 startbuf = data; in nbt_udp137_print() 1257 startbuf = data; in smb_tcp_print() 1290 startbuf = data; in nbt_udp138_print() 1393 startbuf = data; in netbeui_print() 1485 startbuf = data; in ipx_netbios_print()
|
D | smbutil.c | 24 extern const u_char *startbuf; 354 if (((s - startbuf) % 2) != 0) { in unistr() 703 name_type = name_extract(ndo, startbuf, PTR_DIFF(buf, startbuf), in smb_fdata1()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 2231 register char * startbuf; in outzone() local 2248 startbuf = emalloc(max_abbr_len + 1); in outzone() 2366 *startbuf = '\0'; in outzone() 2456 doabbr(startbuf, zp->z_format, in outzone() 2462 startbuf, stdoff != 0, startttisstd, in outzone() 2543 doabbr(startbuf, zp->z_format, in outzone() 2549 if (*startbuf == '\0' && in outzone() 2552 doabbr(startbuf, in outzone() 2598 if (*startbuf == '\0' && in outzone() 2602 (void) strcpy(startbuf, zp->z_format); in outzone() [all …]
|