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

/macosx-10.9.5/cxxfilt-11/cxxfilt/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...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-smb.c30 const u_char *startbuf = NULL; variable
812 startbuf = buf;
946 startbuf = data;
1109 startbuf = data;
1269 startbuf = data;
1301 startbuf = data;
1404 startbuf = data;
1496 startbuf = data;
H A Dsmbutil.c29 extern const u_char *startbuf;
351 if (((s - startbuf) % 2) != 0) {
699 name_type = name_extract(startbuf, PTR_DIFF(buf, startbuf),
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c1575 char startbuf[BUFSIZ]; local
1603 *startbuf = '\0';
1607 doabbr(startbuf, zp->z_format,
1610 startbuf, stdoff != 0, startttisstd,
1692 doabbr(startbuf, zp->z_format,
1697 if (*startbuf == '\0' &&
1700 doabbr(startbuf, zp->z_format,
1716 if (*startbuf == '\0' &&
1720 (void) strcpy(startbuf, zp->z_format);
1722 if (*startbuf
[all...]
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c1575 char startbuf[BUFSIZ]; local
1603 *startbuf = '\0';
1607 doabbr(startbuf, zp->z_format,
1610 startbuf, stdoff != 0, startttisstd,
1692 doabbr(startbuf, zp->z_format,
1697 if (*startbuf == '\0' &&
1700 doabbr(startbuf, zp->z_format,
1716 if (*startbuf == '\0' &&
1720 (void) strcpy(startbuf, zp->z_format);
1722 if (*startbuf
[all...]
/macosx-10.9.5/file-46/file/src/
H A Dcompress.c234 file_pipe2file(struct magic_set *ms, int fd, const void *startbuf, argument
262 if (swrite(tfd, startbuf, nbytes) != (ssize_t)nbytes)
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzic.c2112 register char * startbuf; local
2125 startbuf = emalloc(max_abbr_len + 1);
2200 *startbuf = '\0';
2290 doabbr(startbuf, zp->z_format,
2296 startbuf, stdoff != 0, startttisstd,
2377 doabbr(startbuf, zp->z_format,
2383 if (*startbuf == '\0' &&
2386 doabbr(startbuf,
2432 if (*startbuf == '\0' &&
2436 (void) strcpy(startbuf, z
[all...]

Completed in 120 milliseconds