Home
last modified time | relevance | path

Searched refs:hdrbuf (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/audio/snd/snd-21.2/
H A Dheaders.c1044 (hdrbuf[0] == 0) && (hdrbuf[1] == 0) && (hdrbuf[2] == 0) && (hdrbuf[3] == 0)) in read_aiff_header()
1986 (hdrbuf[0] == 0) && (hdrbuf[1] == 0) && (hdrbuf[2] == 0) && (hdrbuf[3] == 0)) in read_riff_header()
2219 (hdrbuf[0] == 0) && (hdrbuf[1] == 0) && (hdrbuf[2] == 0) && (hdrbuf[3] == 0)) in read_soundforge_header()
2322 (hdrbuf[0] == 0) && (hdrbuf[1] == 0) && (hdrbuf[2] == 0) && (hdrbuf[3] == 0)) in read_rf64_header()
2514 (hdrbuf[0] == 0) && (hdrbuf[1] == 0) && (hdrbuf[2] == 0) && (hdrbuf[3] == 0)) in read_avi_header()
2692 (hdrbuf[0] == 0) && (hdrbuf[1] == 0) && (hdrbuf[2] == 0) && (hdrbuf[3] == 0)) in read_soundfont_header()
3276 (hdrbuf[0] == 0) && (hdrbuf[1] == 0) && (hdrbuf[2] == 0) && (hdrbuf[3] == 0)) in read_8svx_header()
4068 (hdrbuf[0] == 0) && (hdrbuf[1] == 0) && (hdrbuf[2] == 0) && (hdrbuf[3] == 0)) in read_maud_header()
4171 (hdrbuf[0] == 0) && (hdrbuf[1] == 0) && (hdrbuf[2] == 0) && (hdrbuf[3] == 0)) in read_csl_header()
4600 if ((hdrbuf[4] != 1) || (hdrbuf[5] > 128) || (hdrbuf[6] > 128) || (hdrbuf[7] > 128)) in read_delusion_header()
[all …]
/dports/www/gatling/gatling-0.15/
H A Dftp.c151 if (!h->hdrbuf) { in ftp_retrstor()
173 h->hdrbuf[i]=0; in ftp_retrstor()
188 if (!h->hdrbuf) { in ftp_mdtm()
201 h->hdrbuf[i]=0; in ftp_mdtm()
219 h->hdrbuf[i]=0; in ftp_size()
626 c=h->hdrbuf+fmt_str(h->hdrbuf,"227 Passive Mode OK ("); in ftpresponse()
639 c=h->hdrbuf+fmt_str(h->hdrbuf,"229 Passive Mode OK (|||"); in ftpresponse()
653 free(h->hdrbuf); in ftpresponse()
822 c=h->hdrbuf; in ftpresponse()
850 iob_addbuf(&h->iob,h->hdrbuf,str_len(h->hdrbuf)); in ftpresponse()
[all …]
/dports/x11/xloadimage/xloadimage.4.1/jpeg/
H A Djrdgif.c382 if (hdrbuf[0] != 'G' || hdrbuf[1] != 'I' || hdrbuf[2] != 'F') in input_init()
388 if ((hdrbuf[3] != '8' || hdrbuf[4] != '7' || hdrbuf[5] != 'a') && in input_init()
389 (hdrbuf[3] != '8' || hdrbuf[4] != '9' || hdrbuf[5] != 'a')) in input_init()
392 hdrbuf[3], hdrbuf[4], hdrbuf[5]); in input_init()
397 width = LM_to_uint(hdrbuf[0],hdrbuf[1]); in input_init()
398 height = LM_to_uint(hdrbuf[2],hdrbuf[3]); in input_init()
399 colormaplen = 2 << (hdrbuf[4] & 0x07); in input_init()
401 aspectRatio = hdrbuf[6] & 0xFF; in input_init()
406 if (BitSet(hdrbuf[4], COLORMAPFLAG)) in input_init()
432 width = LM_to_uint(hdrbuf[4],hdrbuf[5]); in input_init()
[all …]
/dports/mail/courier/courier-0.65.3/courier/
H A Dsubmit3.C44 std::string hdrbuf("Message-ID: <courier."); in mkmessageidheader()
46 hdrbuf += timebuf; in mkmessageidheader()
47 hdrbuf += '.'; in mkmessageidheader()
48 hdrbuf += pidbuf; in mkmessageidheader()
49 hdrbuf += '@'; in mkmessageidheader()
50 hdrbuf += config_msgidhost(); in mkmessageidheader()
51 hdrbuf += ">\n"; in mkmessageidheader()
52 return (hdrbuf); in mkmessageidheader()
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Drdgif.c398 if (hdrbuf[0] != 'G' || hdrbuf[1] != 'I' || hdrbuf[2] != 'F') in start_input_gif()
404 if ((hdrbuf[3] != '8' || hdrbuf[4] != '7' || hdrbuf[5] != 'a') && in start_input_gif()
405 (hdrbuf[3] != '8' || hdrbuf[4] != '9' || hdrbuf[5] != 'a')) in start_input_gif()
406 TRACEMS3(cinfo, 1, JTRC_GIF_BADVERSION, hdrbuf[3], hdrbuf[4], hdrbuf[5]); in start_input_gif()
411 width = LM_to_uint(hdrbuf[0],hdrbuf[1]); in start_input_gif()
412 height = LM_to_uint(hdrbuf[2],hdrbuf[3]); in start_input_gif()
413 colormaplen = 2 << (hdrbuf[4] & 0x07); in start_input_gif()
415 aspectRatio = hdrbuf[6] & 0xFF; in start_input_gif()
420 if (BitSet(hdrbuf[4], COLORMAPFLAG)) in start_input_gif()
446 width = LM_to_uint(hdrbuf[4],hdrbuf[5]); in start_input_gif()
[all …]
/dports/japanese/xv/xv-3.10a/jpeg/
H A Drdgif.c403 if (hdrbuf[0] != 'G' || hdrbuf[1] != 'I' || hdrbuf[2] != 'F') in start_input_gif()
409 if ((hdrbuf[3] != '8' || hdrbuf[4] != '7' || hdrbuf[5] != 'a') && in start_input_gif()
410 (hdrbuf[3] != '8' || hdrbuf[4] != '9' || hdrbuf[5] != 'a')) in start_input_gif()
411 TRACEMS3(cinfo, 1, JTRC_GIF_BADVERSION, hdrbuf[3], hdrbuf[4], hdrbuf[5]); in start_input_gif()
416 width = LM_to_uint(hdrbuf[0],hdrbuf[1]); in start_input_gif()
417 height = LM_to_uint(hdrbuf[2],hdrbuf[3]); in start_input_gif()
418 colormaplen = 2 << (hdrbuf[4] & 0x07); in start_input_gif()
420 aspectRatio = hdrbuf[6] & 0xFF; in start_input_gif()
425 if (BitSet(hdrbuf[4], COLORMAPFLAG)) in start_input_gif()
451 width = LM_to_uint(hdrbuf[4],hdrbuf[5]); in start_input_gif()
[all …]
/dports/graphics/xv/xv-3.10a/jpeg/
H A Drdgif.c403 if (hdrbuf[0] != 'G' || hdrbuf[1] != 'I' || hdrbuf[2] != 'F') in start_input_gif()
409 if ((hdrbuf[3] != '8' || hdrbuf[4] != '7' || hdrbuf[5] != 'a') && in start_input_gif()
410 (hdrbuf[3] != '8' || hdrbuf[4] != '9' || hdrbuf[5] != 'a')) in start_input_gif()
411 TRACEMS3(cinfo, 1, JTRC_GIF_BADVERSION, hdrbuf[3], hdrbuf[4], hdrbuf[5]); in start_input_gif()
416 width = LM_to_uint(hdrbuf[0],hdrbuf[1]); in start_input_gif()
417 height = LM_to_uint(hdrbuf[2],hdrbuf[3]); in start_input_gif()
418 colormaplen = 2 << (hdrbuf[4] & 0x07); in start_input_gif()
420 aspectRatio = hdrbuf[6] & 0xFF; in start_input_gif()
425 if (BitSet(hdrbuf[4], COLORMAPFLAG)) in start_input_gif()
451 width = LM_to_uint(hdrbuf[4],hdrbuf[5]); in start_input_gif()
[all …]
/dports/graphics/xv-m17n/xv-3.10a/jpeg/
H A Drdgif.c403 if (hdrbuf[0] != 'G' || hdrbuf[1] != 'I' || hdrbuf[2] != 'F') in start_input_gif()
409 if ((hdrbuf[3] != '8' || hdrbuf[4] != '7' || hdrbuf[5] != 'a') && in start_input_gif()
410 (hdrbuf[3] != '8' || hdrbuf[4] != '9' || hdrbuf[5] != 'a')) in start_input_gif()
411 TRACEMS3(cinfo, 1, JTRC_GIF_BADVERSION, hdrbuf[3], hdrbuf[4], hdrbuf[5]); in start_input_gif()
416 width = LM_to_uint(hdrbuf[0],hdrbuf[1]); in start_input_gif()
417 height = LM_to_uint(hdrbuf[2],hdrbuf[3]); in start_input_gif()
418 colormaplen = 2 << (hdrbuf[4] & 0x07); in start_input_gif()
420 aspectRatio = hdrbuf[6] & 0xFF; in start_input_gif()
425 if (BitSet(hdrbuf[4], COLORMAPFLAG)) in start_input_gif()
451 width = LM_to_uint(hdrbuf[4],hdrbuf[5]); in start_input_gif()
[all …]
/dports/graphics/seejpeg/seejpeg-1.10/jpeglib/
H A Drdgif.c408 if (hdrbuf[0] != 'G' || hdrbuf[1] != 'I' || hdrbuf[2] != 'F') in start_input_gif()
414 if ((hdrbuf[3] != '8' || hdrbuf[4] != '7' || hdrbuf[5] != 'a') && in start_input_gif()
415 (hdrbuf[3] != '8' || hdrbuf[4] != '9' || hdrbuf[5] != 'a')) in start_input_gif()
416 TRACEMS3(cinfo, 1, JTRC_GIF_BADVERSION, hdrbuf[3], hdrbuf[4], hdrbuf[5]); in start_input_gif()
421 width = LM_to_uint(hdrbuf[0],hdrbuf[1]); in start_input_gif()
422 height = LM_to_uint(hdrbuf[2],hdrbuf[3]); in start_input_gif()
423 colormaplen = 2 << (hdrbuf[4] & 0x07); in start_input_gif()
425 aspectRatio = hdrbuf[6] & 0xFF; in start_input_gif()
430 if (BitSet(hdrbuf[4], COLORMAPFLAG)) in start_input_gif()
456 width = LM_to_uint(hdrbuf[4],hdrbuf[5]); in start_input_gif()
[all …]
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/fru/
H A Dipmi-fru-common.c86 char hdrbuf[DEBUG_UTIL_HDR_BUFLEN + 1]; in fru_dump_hex() local
88 memset (hdrbuf, '\0', DEBUG_UTIL_HDR_BUFLEN + 1); in fru_dump_hex()
94 hdrbuf, in fru_dump_hex()
99 hdrbuf, in fru_dump_hex()
124 char hdrbuf[DEBUG_UTIL_HDR_BUFLEN + 1]; in fru_dump_obj() local
126 memset (hdrbuf, '\0', DEBUG_UTIL_HDR_BUFLEN + 1); in fru_dump_obj()
132 hdrbuf, in fru_dump_obj()
137 hdrbuf, in fru_dump_obj()
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/
H A Drdgif.c394 if (hdrbuf[0] != 'G' || hdrbuf[1] != 'I' || hdrbuf[2] != 'F') in start_input_gif()
400 if ((hdrbuf[3] != '8' || hdrbuf[4] != '7' || hdrbuf[5] != 'a') && in start_input_gif()
401 (hdrbuf[3] != '8' || hdrbuf[4] != '9' || hdrbuf[5] != 'a')) in start_input_gif()
402 TRACEMS3(cinfo, 1, JTRC_GIF_BADVERSION, hdrbuf[3], hdrbuf[4], hdrbuf[5]); in start_input_gif()
407 width = LM_to_uint(hdrbuf, 0); in start_input_gif()
408 height = LM_to_uint(hdrbuf, 2); in start_input_gif()
417 aspectRatio = UCH(hdrbuf[6]); in start_input_gif()
428 if (BitSet(hdrbuf[4], COLORMAPFLAG)) { in start_input_gif()
429 colormaplen = 2 << (hdrbuf[4] & 0x07); in start_input_gif()
456 width = LM_to_uint(hdrbuf, 4); in start_input_gif()
[all …]
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/
H A Drdgif.c394 if (hdrbuf[0] != 'G' || hdrbuf[1] != 'I' || hdrbuf[2] != 'F') in start_input_gif()
400 if ((hdrbuf[3] != '8' || hdrbuf[4] != '7' || hdrbuf[5] != 'a') && in start_input_gif()
401 (hdrbuf[3] != '8' || hdrbuf[4] != '9' || hdrbuf[5] != 'a')) in start_input_gif()
402 TRACEMS3(cinfo, 1, JTRC_GIF_BADVERSION, hdrbuf[3], hdrbuf[4], hdrbuf[5]); in start_input_gif()
407 width = LM_to_uint(hdrbuf, 0); in start_input_gif()
408 height = LM_to_uint(hdrbuf, 2); in start_input_gif()
417 aspectRatio = UCH(hdrbuf[6]); in start_input_gif()
428 if (BitSet(hdrbuf[4], COLORMAPFLAG)) { in start_input_gif()
429 colormaplen = 2 << (hdrbuf[4] & 0x07); in start_input_gif()
456 width = LM_to_uint(hdrbuf, 4); in start_input_gif()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/jpg/lib/
H A Drdgif.c401 if (hdrbuf[0] != 'G' || hdrbuf[1] != 'I' || hdrbuf[2] != 'F') in start_input_gif()
407 if ((hdrbuf[3] != '8' || hdrbuf[4] != '7' || hdrbuf[5] != 'a') && in start_input_gif()
408 (hdrbuf[3] != '8' || hdrbuf[4] != '9' || hdrbuf[5] != 'a')) in start_input_gif()
409 TRACEMS3(cinfo, 1, JTRC_GIF_BADVERSION, hdrbuf[3], hdrbuf[4], hdrbuf[5]); in start_input_gif()
414 width = LM_to_uint(hdrbuf, 0); in start_input_gif()
415 height = LM_to_uint(hdrbuf, 2); in start_input_gif()
417 aspectRatio = UCH(hdrbuf[6]); in start_input_gif()
427 if (BitSet(hdrbuf[4], COLORMAPFLAG)) { in start_input_gif()
428 colormaplen = 2 << (hdrbuf[4] & 0x07); in start_input_gif()
455 width = LM_to_uint(hdrbuf, 4); in start_input_gif()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/
H A Drdgif.c394 if (hdrbuf[0] != 'G' || hdrbuf[1] != 'I' || hdrbuf[2] != 'F') in start_input_gif()
400 if ((hdrbuf[3] != '8' || hdrbuf[4] != '7' || hdrbuf[5] != 'a') && in start_input_gif()
401 (hdrbuf[3] != '8' || hdrbuf[4] != '9' || hdrbuf[5] != 'a')) in start_input_gif()
402 TRACEMS3(cinfo, 1, JTRC_GIF_BADVERSION, hdrbuf[3], hdrbuf[4], hdrbuf[5]); in start_input_gif()
407 width = LM_to_uint(hdrbuf, 0); in start_input_gif()
408 height = LM_to_uint(hdrbuf, 2); in start_input_gif()
417 aspectRatio = UCH(hdrbuf[6]); in start_input_gif()
428 if (BitSet(hdrbuf[4], COLORMAPFLAG)) { in start_input_gif()
429 colormaplen = 2 << (hdrbuf[4] & 0x07); in start_input_gif()
456 width = LM_to_uint(hdrbuf, 4); in start_input_gif()
[all …]
/dports/devel/libowfat/libowfat-0.32/test/
H A Dhttpd.c32 char* hdrbuf; member
54 c=r->hdrbuf=(char*)malloc(strlen(message)+strlen(title)+200); in httperror()
57 r->hlen=strlen(r->hdrbuf); in httperror()
69 r->hlen=c - r->hdrbuf; in httperror()
71 iob_addbuf(&r->iob,r->hdrbuf,r->hlen); in httperror()
168 c=h->hdrbuf=(char*)malloc(500); in httpresponse()
178 iob_addbuf(&h->iob,h->hdrbuf,c - h->hdrbuf); in httpresponse()
191 free(x->hdrbuf); in cleanup()
249 free(h->hdrbuf); h->hdrbuf=0; in main()
262 free(h->hdrbuf); h->hdrbuf=0; in main()
[all …]
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmipower/
H A Dipmipower_ping.c232 char hdrbuf[DEBUG_UTIL_HDR_BUFLEN + 1]; in ipmipower_ping_process_pings() local
243 hdrbuf, in ipmipower_ping_process_pings()
248 hdrbuf, in ipmipower_ping_process_pings()
307 char hdrbuf[DEBUG_UTIL_HDR_BUFLEN + 1]; in ipmipower_ping_process_pings() local
315 hdrbuf, in ipmipower_ping_process_pings()
320 hdrbuf, in ipmipower_ping_process_pings()
412 char hdrbuf[DEBUG_UTIL_HDR_BUFLEN + 1]; in ipmipower_ping_process_pings() local
423 hdrbuf, in ipmipower_ping_process_pings()
428 hdrbuf, in ipmipower_ping_process_pings()
514 hdrbuf, in ipmipower_ping_process_pings()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/sca/
H A Dsca_notify.c147 sca_subscription *sub, char *hdrbuf, int maxlen) in sca_notify_append_subscription_state_header() argument
172 len = snprintf(hdrbuf + total, maxlen - total, "%s", CRLF); in sca_notify_append_subscription_state_header()
183 sca_subscription *sub, char *hdrbuf, int maxlen) in sca_notify_append_contact_header() argument
199 memcpy(hdrbuf, "Contact: ", len); in sca_notify_append_contact_header()
200 memcpy(hdrbuf + len, orig->s, orig->len); in sca_notify_append_contact_header()
202 memcpy(hdrbuf + len, CRLF, strlen(CRLF)); in sca_notify_append_contact_header()
320 char hdrbuf[SCA_HEADERS_MAX_LEN]; in sca_notify_subscriber() local
324 headers.s = hdrbuf; in sca_notify_subscriber()
326 &headers, sizeof(hdrbuf), scam, sub, app_idx) in sca_notify_subscriber()
345 char hdrbuf[SCA_HEADERS_MAX_LEN]; in sca_notify_call_info_subscribers() local
[all …]
/dports/sysutils/freeipmi/freeipmi-1.6.8/rmcpping/
H A Drmcpping.c94 char hdrbuf[DEBUG_UTIL_HDR_BUFLEN + 1]; in createpacket() local
96 memset (hdrbuf, '\0', DEBUG_UTIL_HDR_BUFLEN + 1); in createpacket()
102 hdrbuf, in createpacket()
107 hdrbuf, in createpacket()
150 char hdrbuf[DEBUG_UTIL_HDR_BUFLEN + 1]; in parsepacket() local
152 memset (hdrbuf, '\0', DEBUG_UTIL_HDR_BUFLEN + 1); in parsepacket()
158 hdrbuf, in parsepacket()
163 hdrbuf, in parsepacket()
/dports/sysutils/freeipmi/freeipmi-1.6.8/common/debugutil/
H A Ddebug-util.c42 char *hdrbuf,
65 assert (hdrbuf);
86 len = snprintf (hdrbuf,
101 len = snprintf (hdrbuf,
122 char *hdrbuf,
153 hdrbuf,
/dports/security/openconnect/openconnect-8.10/
H A Ddigest.c81 struct oc_text_buf *hdrbuf) in digest_authorization() argument
234 buf_append(hdrbuf, "%sAuthorization: Digest username=\"", proxy ? "Proxy-" : ""); in digest_authorization()
235 buf_append_unq(hdrbuf, user); in digest_authorization()
236 buf_append(hdrbuf, "\", realm=\"%s\", nonce=\"%s\", uri=\"%s:%d\", ", in digest_authorization()
239 buf_append(hdrbuf, "cnonce=\"%s\", nc=%08x, qop=auth, ", in digest_authorization()
242 buf_append(hdrbuf, "opaque=\"%s\", ", opaque->data); in digest_authorization()
243 buf_append(hdrbuf, "response=\""); in digest_authorization()
244 buf_append_md5(hdrbuf, kd->data, kd->pos); in digest_authorization()
245 buf_append(hdrbuf, "\"\r\n"); in digest_authorization()
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dsimple-object-xcoff.c301 unsigned char hdrbuf[sizeof (struct external_filehdr)]; in simple_object_xcoff_match() local
318 if (!simple_object_internal_read (descriptor, offset, hdrbuf, sizeof hdrbuf, in simple_object_xcoff_match()
329 ocr->symptr = fetch_64 (hdrbuf in simple_object_xcoff_match()
335 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
341 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
347 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
579 unsigned char hdrbuf[sizeof (struct external_filehdr)]; in simple_object_xcoff_write_filehdr() local
585 hdr = &hdrbuf[0]; in simple_object_xcoff_write_filehdr()
637 unsigned char hdrbuf[sizeof (struct external_scnhdr)]; in simple_object_xcoff_write_scnhdr() local
645 memset (hdrbuf, 0, sizeof hdrbuf); in simple_object_xcoff_write_scnhdr()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dsimple-object-xcoff.c301 unsigned char hdrbuf[sizeof (struct external_filehdr)]; in simple_object_xcoff_match() local
318 if (!simple_object_internal_read (descriptor, offset, hdrbuf, sizeof hdrbuf, in simple_object_xcoff_match()
329 ocr->symptr = fetch_64 (hdrbuf in simple_object_xcoff_match()
335 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
341 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
347 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
579 unsigned char hdrbuf[sizeof (struct external_filehdr)]; in simple_object_xcoff_write_filehdr() local
585 hdr = &hdrbuf[0]; in simple_object_xcoff_write_filehdr()
637 unsigned char hdrbuf[sizeof (struct external_scnhdr)]; in simple_object_xcoff_write_scnhdr() local
645 memset (hdrbuf, 0, sizeof hdrbuf); in simple_object_xcoff_write_scnhdr()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dsimple-object-xcoff.c301 unsigned char hdrbuf[sizeof (struct external_filehdr)]; in simple_object_xcoff_match() local
318 if (!simple_object_internal_read (descriptor, offset, hdrbuf, sizeof hdrbuf, in simple_object_xcoff_match()
329 ocr->symptr = fetch_64 (hdrbuf in simple_object_xcoff_match()
335 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
341 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
347 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
579 unsigned char hdrbuf[sizeof (struct external_filehdr)]; in simple_object_xcoff_write_filehdr() local
585 hdr = &hdrbuf[0]; in simple_object_xcoff_write_filehdr()
637 unsigned char hdrbuf[sizeof (struct external_scnhdr)]; in simple_object_xcoff_write_scnhdr() local
645 memset (hdrbuf, 0, sizeof hdrbuf); in simple_object_xcoff_write_scnhdr()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/libiberty/
H A Dsimple-object-xcoff.c301 unsigned char hdrbuf[sizeof (struct external_filehdr)]; in simple_object_xcoff_match() local
318 if (!simple_object_internal_read (descriptor, offset, hdrbuf, sizeof hdrbuf, in simple_object_xcoff_match()
329 ocr->symptr = fetch_64 (hdrbuf in simple_object_xcoff_match()
335 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
341 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
347 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
579 unsigned char hdrbuf[sizeof (struct external_filehdr)]; in simple_object_xcoff_write_filehdr() local
585 hdr = &hdrbuf[0]; in simple_object_xcoff_write_filehdr()
637 unsigned char hdrbuf[sizeof (struct external_scnhdr)]; in simple_object_xcoff_write_scnhdr() local
645 memset (hdrbuf, 0, sizeof hdrbuf); in simple_object_xcoff_write_scnhdr()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libiberty/
H A Dsimple-object-xcoff.c301 unsigned char hdrbuf[sizeof (struct external_filehdr)]; in simple_object_xcoff_match() local
318 if (!simple_object_internal_read (descriptor, offset, hdrbuf, sizeof hdrbuf, in simple_object_xcoff_match()
329 ocr->symptr = fetch_64 (hdrbuf in simple_object_xcoff_match()
335 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
341 ocr->symptr = fetch_32 (hdrbuf in simple_object_xcoff_match()
347 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
579 unsigned char hdrbuf[sizeof (struct external_filehdr)]; in simple_object_xcoff_write_filehdr() local
585 hdr = &hdrbuf[0]; in simple_object_xcoff_write_filehdr()
637 unsigned char hdrbuf[sizeof (struct external_scnhdr)]; in simple_object_xcoff_write_scnhdr() local
645 memset (hdrbuf, 0, sizeof hdrbuf); in simple_object_xcoff_write_scnhdr()
[all …]

12345678910>>...18