Searched refs:buffer_limit (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | read.c | 165 static char *buffer_limit; /*->1 + last char in buffer. */ variable 474 if (input_line_pointer == buffer_limit) \ 523 while ((buffer_limit = input_scrub_next_buffer (&input_line_pointer)) != 0) in read_a_source_file() 525 know (buffer_limit[-1] == '\n'); /* Must have a sentinel. */ in read_a_source_file() 527 while (input_line_pointer < buffer_limit) in read_a_source_file() 866 buffer_limit = in read_a_source_file() 971 tmp_len = buffer_limit - s; in read_a_source_file() 980 buffer_limit = new_tmp; in read_a_source_file() 986 num = buffer_limit - buffer; in read_a_source_file() 1043 buffer_limit = input_scrub_next_buffer (&input_line_pointer); in read_a_source_file() [all …]
|
| H A D | ChangeLog-9295 | 694 * read.c (get_line_sb): Don't look past buffer_limit.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | read.c | 160 static char *buffer_limit; /*->1 + last char in buffer. */ variable 522 input_line_pointer = (input_line_pointer <= buffer_limit \ 523 && eol >= buffer_limit) \ 524 ? buffer_limit \ 564 buffer_limit = in try_macro() 599 while ((buffer_limit = input_scrub_next_buffer (&input_line_pointer)) != 0) in read_a_source_file() 608 know (buffer_limit[-1] == '\n'); /* Must have a sentinel. */ in read_a_source_file() 610 while (input_line_pointer < buffer_limit) in read_a_source_file() 1029 tmp_len = buffer_limit - s; in read_a_source_file() 1038 buffer_limit = new_tmp; in read_a_source_file() [all …]
|
| H A D | ChangeLog-9295 | 694 * read.c (get_line_sb): Don't look past buffer_limit.
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | dname.c | 112 if(sizeof(visited)<(buffer_limit(packet)+7)/8) in dname_make_wire_from_packet() 114 else memset(visited, 0, (buffer_limit(packet)+7)/8); in dname_make_wire_from_packet() 139 if (pointer >= buffer_limit(packet)) { in dname_make_wire_from_packet()
|
| H A D | xfr-inspect.c | 196 if(buffer_limit(pkt) < QHEADERSZ) { in inspect_packet() 396 if(buffer_limit(pkt) < QHEADERSZ) { in list_packet()
|
| H A D | query.c | 403 tsig_update(&q->tsig, q->packet, buffer_limit(q->packet)); in process_tsig() 487 sz = buffer_limit(query->packet); in answer_notify() 488 if(buffer_limit(query->packet) > MAX_PACKET_SIZE) in answer_notify() 496 buffer_limit(query->packet)) || in answer_notify() 1544 buffer_set_position(q->packet, buffer_limit(q->packet)); in query_prepare_response() 1574 if (buffer_limit(q->packet) < QHEADERSZ) { in query_process() 1618 buffer_limit(q->packet) >= QHEADERSZ+OPT_LEN+ in query_process()
|
| H A D | axfr.c | 273 q->qname->name_size <= buffer_limit(q->packet)) { in answer_axfr_ixfr()
|
| H A D | buffer.h | 130 buffer_limit(buffer_type *buffer) in buffer_limit() function
|
| H A D | server.c | 3798 if(size > buffer_limit(buf)) { in consume_pp2_header() 3859 memmove(header, ((char*)header)+size, buffer_limit(buf)-size); in consume_pp2_header() 3860 buffer_set_limit(buf, buffer_limit(buf)-size); in consume_pp2_header() 4236 buffer_limit(data->query->packet)); in handle_tcp_reading() 4244 if(buffer_limit(data->query->packet) < in handle_tcp_reading() 4479 iov[1].iov_len = buffer_limit(q->packet); in handle_tcp_writing() 4811 buffer_limit(data->query->packet)); in handle_tls_reading() 4819 if(buffer_limit(data->query->packet) < in handle_tls_reading()
|
| H A D | tsig.c | 489 assert(length <= buffer_limit(packet)); in tsig_update()
|
| H A D | difffile.c | 1770 + buffer_limit(buffer), NULL)) { in task_new_add_pattern() 1776 TASKLIST(&e)->yesno = buffer_limit(buffer); in task_new_add_pattern() 1778 buffer_limit(buffer)); in task_new_add_pattern()
|
| H A D | xfrd-tcp.c | 1002 tcp->msglen = buffer_limit(tcp->packet); in xfrd_tcp_setup_write_packet() 1098 iov[1].iov_len = buffer_limit(tcp->packet); in conn_write()
|
| H A D | xfrd-catalog-zones.c | 1145 , buffer_begin(&xw->packet), buffer_limit(&xw->packet) in xfr_writer_write_packet()
|
| H A D | xfrd.c | 2091 tsig_update(&zone->latest_xfr->tsig, packet, buffer_limit(packet)); in xfrd_xfr_process_tsig() 2468 buffer_begin(packet), buffer_limit(packet), xfrd->nsd, in xfrd_handle_received_xfr_packet()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | lex.c | 925 register char *buffer_limit; in ffelex_get_directive_line_() local 935 buffer_limit = &directive_buffer[buffer_length]; in ffelex_get_directive_line_() 942 if (p >= buffer_limit) in ffelex_get_directive_line_() 950 buffer_limit = &directive_buffer[buffer_length]; in ffelex_get_directive_line_()
|