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

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c1384 int num_to_alloc; local
1392 num_to_alloc = 1;
1394 (num_to_alloc * sizeof(struct yy_buffer_state*)
1399 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1401 (yy_buffer_stack_max) = num_to_alloc;
1411 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1414 num_to_alloc * sizeof(struct yy_buffer_state*)
1421 (yy_buffer_stack_max) = num_to_alloc;
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c4773 yy_size_t num_to_alloc; local
4781 num_to_alloc = 1;
4783 (num_to_alloc * sizeof(struct yy_buffer_state*)
4788 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4790 (yy_buffer_stack_max) = num_to_alloc;
4800 num_to_alloc = (yy_buffer_stack_max) + grow_size;
4803 num_to_alloc * sizeof(struct yy_buffer_state*)
4810 (yy_buffer_stack_max) = num_to_alloc;

Completed in 130 milliseconds