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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dihex.c853 bfd_byte startbuf[4]; local
859 startbuf[0] = (bfd_byte)((start & 0xf0000) >> 12) & 0xff;
860 startbuf[1] = 0;
861 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
862 startbuf[3] = (bfd_byte)start & 0xff;
863 if (! ihex_write_record (abfd, 4, 0, 3, startbuf))
868 startbuf[0] = (bfd_byte)(start >> 24) & 0xff;
869 startbuf[1] = (bfd_byte)(start >> 16) & 0xff;
870 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
871 startbuf[
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-smb.c28 const u_char *startbuf = NULL; variable
814 startbuf = buf;
955 startbuf = data;
1126 startbuf = data;
1264 startbuf = data;
1297 startbuf = data;
1400 startbuf = data;
1492 startbuf = data;
H A Dsmbutil.c24 extern const u_char *startbuf;
354 if (((s - startbuf) % 2) != 0) {
704 name_type = name_extract(ndo, startbuf, PTR_DIFF(buf, startbuf),
/freebsd-11-stable/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,
2078 startbuf, stdoff != 0, startttisstd,
2159 doabbr(startbuf, zp->z_format,
2165 if (*startbuf == '\0' &&
2168 doabbr(startbuf,
2187 if (*startbuf == '\0' &&
2191 (void) strcpy(startbuf, z
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c445 file_pipe2file(struct magic_set *ms, int fd, const void *startbuf, argument
478 if (swrite(tfd, startbuf, nbytes) != CAST(ssize_t, nbytes))

Completed in 130 milliseconds