Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dihex.c854 bfd_byte startbuf[4]; in ihex_write_object_contents() local
860 startbuf[0] = (bfd_byte)((start & 0xf0000) >> 12) & 0xff; in ihex_write_object_contents()
861 startbuf[1] = 0; in ihex_write_object_contents()
862 startbuf[2] = (bfd_byte)(start >> 8) & 0xff; in ihex_write_object_contents()
863 startbuf[3] = (bfd_byte)start & 0xff; in ihex_write_object_contents()
864 if (! ihex_write_record (abfd, 4, 0, 3, startbuf)) in ihex_write_object_contents()
869 startbuf[0] = (bfd_byte)(start >> 24) & 0xff; in ihex_write_object_contents()
870 startbuf[1] = (bfd_byte)(start >> 16) & 0xff; in ihex_write_object_contents()
871 startbuf[2] = (bfd_byte)(start >> 8) & 0xff; in ihex_write_object_contents()
872 startbuf[3] = (bfd_byte)start & 0xff; in ihex_write_object_contents()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dihex.c902 bfd_byte startbuf[4]; local
908 startbuf[0] = (bfd_byte)((start & 0xf0000) >> 12) & 0xff;
909 startbuf[1] = 0;
910 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
911 startbuf[3] = (bfd_byte)start & 0xff;
912 if (! ihex_write_record (abfd, 4, 0, 3, startbuf))
917 startbuf[0] = (bfd_byte)(start >> 24) & 0xff;
918 startbuf[1] = (bfd_byte)(start >> 16) & 0xff;
919 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
920 startbuf[3] = (bfd_byte)start & 0xff;
[all …]
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-smb.c23 const uchar *startbuf=NULL; variable
589 startbuf = data; in nbt_tcp_print()
672 startbuf = data; in nbt_udp137_print()
783 startbuf = data; in nbt_udp138_print()
812 startbuf = data; in netbeui_print()
892 startbuf = data; in ipx_netbios_print()
H A Dsmbutil.c30 extern const uchar *startbuf;
446 name_type = name_extract(startbuf,PTR_DIFF(buf,startbuf),maxbuf, in fdata1()
/openbsd-src/usr.sbin/zic/
H A Dzic.c1917 char *startbuf, *ab, *envvar; in outzone()
1923 startbuf = emalloc(max_abbr_len + 1); in outzone()
2009 *startbuf = '\0'; in outzone()
2013 doabbr(startbuf, max_abbr_len + 1, zp, NULL, in outzone()
2016 startbuf, stdoff != 0, startttisstd, in outzone()
2095 doabbr(startbuf, in outzone()
2103 if (*startbuf == '\0' && in outzone()
2106 doabbr(startbuf, in addtt()
2125 if (*startbuf == '\0' && in addtt()
2129 strlcpy(startbuf, z in addtt()
1864 char *startbuf, *ab, *envvar; outzone() local
[all...]