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

/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c2369 yy_size_t num_to_alloc; local
2377 num_to_alloc = 1;
2379 (num_to_alloc * sizeof(struct yy_buffer_state*)
2384 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2386 (yy_buffer_stack_max) = num_to_alloc;
2396 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2399 num_to_alloc * sizeof(struct yy_buffer_state*)
2406 (yy_buffer_stack_max) = num_to_alloc;
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c1504 yy_size_t num_to_alloc; local
1512 num_to_alloc = 1;
1514 (num_to_alloc * sizeof(struct yy_buffer_state*)
1519 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1521 (yy_buffer_stack_max) = num_to_alloc;
1531 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1534 num_to_alloc * sizeof(struct yy_buffer_state*)
1541 (yy_buffer_stack_max) = num_to_alloc;
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c1441 yy_size_t num_to_alloc; local
1449 num_to_alloc = 1;
1451 (num_to_alloc * sizeof(struct yy_buffer_state*)
1456 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1458 (yy_buffer_stack_max) = num_to_alloc;
1468 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1471 num_to_alloc * sizeof(struct yy_buffer_state*)
1478 (yy_buffer_stack_max) = num_to_alloc;
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c1487 yy_size_t num_to_alloc; local
1495 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1497 (num_to_alloc * sizeof(struct yy_buffer_state*)
1502 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1504 (yy_buffer_stack_max) = num_to_alloc;
1514 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1517 num_to_alloc * sizeof(struct yy_buffer_state*)
1524 (yy_buffer_stack_max) = num_to_alloc;
/freebsd-current/usr.bin/lex/
H A Dinitscan.c4828 yy_size_t num_to_alloc; local
4836 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
4838 (num_to_alloc * sizeof(struct yy_buffer_state*)
4843 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4845 (yy_buffer_stack_max) = num_to_alloc;
4855 num_to_alloc = (yy_buffer_stack_max) + grow_size;
4858 num_to_alloc * sizeof(struct yy_buffer_state*)
4865 (yy_buffer_stack_max) = num_to_alloc;
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c7412 yy_size_t num_to_alloc; local
7420 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
7422 (num_to_alloc * sizeof(struct yy_buffer_state*)
7427 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
7429 (yy_buffer_stack_max) = num_to_alloc;
7439 num_to_alloc = (yy_buffer_stack_max) + grow_size;
7442 num_to_alloc * sizeof(struct yy_buffer_state*)
7449 (yy_buffer_stack_max) = num_to_alloc;

Completed in 122 milliseconds