Home
last modified time | relevance | path

Searched refs:startbuf (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/tcpdump/
H A Dprint-smb.c28 const u_char *startbuf = NULL; variable
814 startbuf = buf; in print_smb()
955 startbuf = data; in nbt_tcp_print()
1126 startbuf = data; in nbt_udp137_print()
1264 startbuf = data; in smb_tcp_print()
1297 startbuf = data; in nbt_udp138_print()
1400 startbuf = data; in netbeui_print()
1492 startbuf = data; in ipx_netbios_print()
H A Dsmbutil.c24 extern const u_char *startbuf;
354 if (((s - startbuf) % 2) != 0) { in unistr()
704 name_type = name_extract(ndo, startbuf, PTR_DIFF(buf, startbuf), in smb_fdata1()
/freebsd-13.1/contrib/tzcode/zic/
H A Dzic.c1988 register char * startbuf; local
1996 startbuf = emalloc(max_abbr_len + 1);
2071 *startbuf = '\0';
2075 doabbr(startbuf, zp->z_format,
2159 doabbr(startbuf, zp->z_format,
2165 if (*startbuf == '\0' &&
2168 doabbr(startbuf,
2187 if (*startbuf == '\0' &&
2193 if (*startbuf == '\0')
2196 addtype(startoff, startbuf,
[all …]
/freebsd-13.1/contrib/file/src/
H A Dcompress.c445 file_pipe2file(struct magic_set *ms, int fd, const void *startbuf, in file_pipe2file() argument
478 if (swrite(tfd, startbuf, nbytes) != CAST(ssize_t, nbytes)) in file_pipe2file()