Searched refs:extbuf (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp259 char extbuf[TGA_EXT_LEN]; local
260 if (file.ReadAt(extoffset, extbuf, TGA_EXT_LEN) == TGA_EXT_LEN) {
266 uint16 extsize = tga_uint16(extbuf, 0);
275 strncpy(strbuffer, extbuf + 2, 41);
281 strcpy(strbuffer, extbuf + 43 + (i * 81));
289 tga_uint16(extbuf, 367), tga_uint16(extbuf, 369),
290 tga_uint16(extbuf, 371), tga_uint16(extbuf, 373),
291 tga_uint16(extbuf, 37
[all...]
/haiku/src/bin/network/ping/
H A Dping6.c1890 pr_ip6opt(void *extbuf, size_t bufsize) argument
1901 ext = (struct ip6_hbh *)extbuf;
1919 currentlen = inet6_opt_next(extbuf, extlen, currentlen,
1952 pr_ip6opt(void *extbuf, size_t bufsize) argument
1961 pr_rthdr(void *extbuf, size_t bufsize) argument
1965 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf;
1971 if ((segments = inet6_rth_segments(extbuf)) >= 0) {
2000 in6 = inet6_rth_getaddr(extbuf, i);
2016 pr_rthdr(void *extbuf, size_t bufsize) argument

Completed in 37 milliseconds