Searched refs:num_to_read (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c1889 yy_size_t num_to_read = local
1892 while ( num_to_read <= 0 )
1924 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1929 if ( num_to_read > YY_READ_BUF_SIZE )
1930 num_to_read = YY_READ_BUF_SIZE;
1934 (yy_n_chars), num_to_read );
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c1061 yy_size_t num_to_read = local
1064 while ( num_to_read <= 0 )
1096 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1101 if ( num_to_read > YY_READ_BUF_SIZE )
1102 num_to_read = YY_READ_BUF_SIZE;
1106 (yy_n_chars), num_to_read );
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c998 yy_size_t num_to_read = local
1001 while ( num_to_read <= 0 )
1033 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1038 if ( num_to_read > YY_READ_BUF_SIZE )
1039 num_to_read = YY_READ_BUF_SIZE;
1043 (yy_n_chars), num_to_read );
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c1040 int num_to_read = local
1043 while ( num_to_read <= 0 )
1076 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1081 if ( num_to_read > YY_READ_BUF_SIZE )
1082 num_to_read = YY_READ_BUF_SIZE;
1086 (yy_n_chars), num_to_read );
/freebsd-current/usr.bin/lex/
H A Dinitscan.c4337 int num_to_read = local
4340 while ( num_to_read <= 0 )
4373 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
4378 if ( num_to_read > YY_READ_BUF_SIZE )
4379 num_to_read = YY_READ_BUF_SIZE;
4383 (yy_n_chars), num_to_read );
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c6965 int num_to_read = local
6968 while ( num_to_read <= 0 )
7001 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
7006 if ( num_to_read > YY_READ_BUF_SIZE )
7007 num_to_read = YY_READ_BUF_SIZE;
7011 (yy_n_chars), num_to_read );

Completed in 293 milliseconds