Searched refs:hdr_buf (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
H A D | dwarf.c | 2315 struct dwarf_buf *hdr_buf, struct line_header *hdr) in read_v2_paths() argument 2323 p = hdr_buf->buf; in read_v2_paths() 2324 pend = p + hdr_buf->left; in read_v2_paths() 2337 hdr_buf->error_callback, in read_v2_paths() 2338 hdr_buf->data)); in read_v2_paths() 2344 while (*hdr_buf->buf != '\0') in read_v2_paths() 2346 if (hdr_buf->reported_underflow) in read_v2_paths() 2349 hdr->dirs[i] = read_string (hdr_buf); in read_v2_paths() 2354 if (!advance (hdr_buf, 1)) in read_v2_paths() 2359 p = hdr_buf->buf; in read_v2_paths() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | dwarf.c | 2345 struct dwarf_buf *hdr_buf, struct line_header *hdr) in read_v2_paths() argument 2353 p = hdr_buf->buf; in read_v2_paths() 2354 pend = p + hdr_buf->left; in read_v2_paths() 2368 hdr_buf->error_callback, in read_v2_paths() 2369 hdr_buf->data)); in read_v2_paths() 2375 while (*hdr_buf->buf != '\0') in read_v2_paths() 2377 if (hdr_buf->reported_underflow) in read_v2_paths() 2380 hdr->dirs[i] = read_string (hdr_buf); in read_v2_paths() 2385 if (!advance (hdr_buf, 1)) in read_v2_paths() 2390 p = hdr_buf->buf; in read_v2_paths() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
H A D | decode_msblob2key.c | 101 unsigned char hdr_buf[16], *buf = NULL; in msblob2key_decode() local 111 if (BIO_read(in, hdr_buf, 16) != 16) { in msblob2key_decode() 116 p = hdr_buf; in msblob2key_decode()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pem/ |
H A D | pvkfmt.c | 206 unsigned char hdr_buf[16], *buf = NULL; in do_b2i_bio() local 210 if (BIO_read(in, hdr_buf, 16) != 16) { in do_b2i_bio() 214 p = hdr_buf; in do_b2i_bio()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/ |
H A D | pvkfmt.c | 324 unsigned char hdr_buf[16], *buf = NULL; in ossl_b2i_bio() local 330 if (BIO_read(in, hdr_buf, 16) != 16) { in ossl_b2i_bio() 334 p = hdr_buf; in ossl_b2i_bio()
|