Home
last modified time | relevance | path

Searched refs:num_to_alloc (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/tools/build/bootstrap-m4/
H A Dinittokenizer.c1487 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1495 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1497 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1502 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1504 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1514 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1517 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1524 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/freebsd-src/crypto/heimdal/lib/sl/
H A Dslc-lex.c1441 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1449 num_to_alloc = 1; in yyensure_buffer_stack()
1451 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1456 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1458 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1468 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1471 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1478 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/freebsd-src/crypto/heimdal/lib/com_err/
H A Dlex.c1504 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1512 num_to_alloc = 1; in yyensure_buffer_stack()
1514 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1519 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1521 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1531 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1534 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1541 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dlex.c2369 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2377 num_to_alloc = 1; in yyensure_buffer_stack()
2379 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2384 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2386 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2396 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2399 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2406 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/freebsd-src/usr.bin/lex/
H A Dinitscan.c4828 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
4836 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
4838 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
4843 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
4845 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
4855 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
4858 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
4865 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/freebsd-src/contrib/unbound/util/
H A Dconfiglexer.c7581 yy_size_t num_to_alloc; in yyget_in()
7589 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyget_out()
7591 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyget_out()
7596 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyget_leng()
7598 (yy_buffer_stack_max) = num_to_alloc; in yyget_leng()
7608 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyget_text()
7611 num_to_alloc * sizeof(struct yy_buffer_state*)
7618 (yy_buffer_stack_max) = num_to_alloc; in yyset_lineno()
7412 yy_size_t num_to_alloc; yyensure_buffer_stack() local
/freebsd-src/contrib/flex/src/
H A Dflex.skl2238 yy_size_t num_to_alloc;
2247 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
2249 (num_to_alloc * sizeof(struct yy_buffer_state*)
2255 memset(YY_G(yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2257 YY_G(yy_buffer_stack_max) = num_to_alloc;
2267 num_to_alloc = YY_G(yy_buffer_stack_max) + grow_size;
2270 num_to_alloc * sizeof(struct yy_buffer_state*)
2277 YY_G(yy_buffer_stack_max) = num_to_alloc;
/freebsd-src/contrib/flex/
H A DChangeLog838 type of local `num_to_alloc' which is exclusively used in yy_size_t context