Home
last modified time | relevance | path

Searched refs:num_to_read (Results 1 – 7 of 7) sorted by relevance

/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c1040 int num_to_read = in yy_get_next_buffer() local
1043 while ( num_to_read <= 0 ) in yy_get_next_buffer()
1076 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1081 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1082 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
1086 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c1061 yy_size_t num_to_read = in yy_get_next_buffer() local
1064 while ( num_to_read <= 0 ) in yy_get_next_buffer()
1096 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1101 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1102 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
1106 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c998 yy_size_t num_to_read = in yy_get_next_buffer() local
1001 while ( num_to_read <= 0 ) in yy_get_next_buffer()
1033 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1038 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1039 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
1043 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c1889 yy_size_t num_to_read = in yy_get_next_buffer() local
1892 while ( num_to_read <= 0 ) in yy_get_next_buffer()
1924 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1929 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1930 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
1934 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
/freebsd/usr.bin/lex/
H A Dinitscan.c4337 int num_to_read = in yy_get_next_buffer() local
4340 while ( num_to_read <= 0 ) in yy_get_next_buffer()
4373 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
4378 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
4379 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
4383 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c7134 int num_to_read = in yy_get_next_buffer() local
7137 while ( num_to_read <= 0 ) in yy_get_next_buffer()
7170 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
7175 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
7176 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
7180 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
/freebsd/contrib/flex/src/
H A Dflex.skl1606 int num_to_read =
1609 while ( num_to_read <= 0 )
1647 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1652 if ( num_to_read > YY_READ_BUF_SIZE )
1653 num_to_read = YY_READ_BUF_SIZE;
1657 YY_G(yy_n_chars), num_to_read );