Searched refs:startbuf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-smb.c | 25 extern const u_char *startbuf; 27 const u_char *startbuf = NULL; variable 795 startbuf = buf; in print_smb() 928 startbuf = data; in nbt_tcp_print() 1098 startbuf = data; in nbt_udp137_print() 1239 startbuf = data; in smb_tcp_print() 1273 startbuf = data; in nbt_udp138_print() 1376 startbuf = data; in netbeui_print() 1466 startbuf = data; in ipx_netbios_print()
|
| H A D | smbutil.c | 25 extern const u_char *startbuf; 358 if (((s - startbuf) % 2) != 0) { in unistr() 743 name_type = name_extract(ndo, startbuf, in smb_fdata1() 744 ND_BYTES_BETWEEN(startbuf, buf), in smb_fdata1()
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | zic.c | 3171 register char * startbuf; in outzone() local 3190 startbuf = emalloc(max_abbr_len + 1); in outzone() 3279 *startbuf = '\0'; in outzone() 3285 startbuf, zp->z_isdst, startttisstd, in outzone() 3382 if (!*startbuf in outzone() 3397 doabbr(startbuf, zp, in outzone() 3404 if (*startbuf == '\0' in outzone() 3407 doabbr(startbuf, in outzone() 3435 if (*startbuf == '\0' && zp->z_format) in outzone() 3439 if (*startbuf == '\0') in outzone() [all …]
|
| /freebsd-14.2/contrib/file/src/ |
| H A D | compress.c | 472 file_pipe2file(struct magic_set *ms, int fd, const void *startbuf, in file_pipe2file() argument 519 if (swrite(tfd, startbuf, nbytes) != CAST(ssize_t, nbytes)) in file_pipe2file()
|