Home
last modified time | relevance | path

Searched refs:yyalloc (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/com_err/
H A Dparse.c347 union yyalloc union
354 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1256 union yyalloc *yyptr =
1257 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1512 YYSIZE_T yyalloc = 2 * yysize; local
1513 if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
1514 yyalloc = YYSTACK_ALLOC_MAXIMUM;
1517 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
1519 yymsg_alloc = yyalloc;
H A Dlex.c304 void *yyalloc (yy_size_t );
1349 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_create_buffer()
1358 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); in yy_create_buffer()
1513 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
1561 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_scan_buffer()
1609 buf = (char *) yyalloc(n ); in yy_scan_bytes()
1811 void *yyalloc (yy_size_t size ) in yyalloc() function
/freebsd-12.1/crypto/heimdal/lib/sl/
H A Dslc-lex.c304 void *yyalloc (yy_size_t );
1286 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_create_buffer()
1295 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); in yy_create_buffer()
1450 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
1498 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_scan_buffer()
1546 buf = (char *) yyalloc(n ); in yy_scan_bytes()
1748 void *yyalloc (yy_size_t size ) in yyalloc() function
H A Dslc-gram.c338 union yyalloc union
345 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1230 union yyalloc *yyptr =
1231 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1441 YYSIZE_T yyalloc = 2 * yysize; local
1442 if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
1443 yyalloc = YYSTACK_ALLOC_MAXIMUM;
1446 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
1448 yymsg_alloc = yyalloc;
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dlex.c304 void *yyalloc (yy_size_t );
2214 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_create_buffer()
2223 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); in yy_create_buffer()
2378 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
2426 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_scan_buffer()
2474 buf = (char *) yyalloc(n ); in yy_scan_bytes()
2676 void *yyalloc (yy_size_t size ) in yyalloc() function
H A Dasn1parse.c495 union yyalloc union
502 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1648 union yyalloc *yyptr =
1649 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2594 YYSIZE_T yyalloc = 2 * yysize; local
2595 if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
2596 yyalloc = YYSTACK_ALLOC_MAXIMUM;
2599 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
2601 yymsg_alloc = yyalloc;
/freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c485 union yyalloc union
492 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1641 union yyalloc *yyptr = in yyparse()
1642 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
2800 YYSIZE_T yyalloc = 2 * yysize; in yyparse()
2801 if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) in yyparse()
2802 yyalloc = YYSTACK_ALLOC_MAXIMUM; in yyparse()
2805 yymsg = (char *) YYSTACK_ALLOC (yyalloc); in yyparse()
2807 yymsg_alloc = yyalloc; in yyparse()
/freebsd-12.1/contrib/amd/fsinfo/
H A Dnull_gram.c309 union yyalloc union
316 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1059 union yyalloc *yyptr = in yyparse()
1060 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
H A Dnull_lex.c23 #define yyalloc null_alloc macro
/freebsd-12.1/usr.bin/lex/
H A Dinitscan.c318 void *yyalloc (yy_size_t );
2231 (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
4622 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_create_buffer()
4631 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); in yy_create_buffer()
4782 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
4830 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_scan_buffer()
4879 buf = (char *) yyalloc(n ); in yy_scan_bytes()
4910 (yy_start_stack) = (int *) yyalloc(new_size ); in yy_push_state()
5129 void *yyalloc (yy_size_t size ) in yyalloc() function
/freebsd-12.1/contrib/unbound/util/
H A Dconfigyyrename.h71 #define yyalloc ub_c_alloc macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dm2-exp.c327 union yyalloc union
334 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1318 union yyalloc *yyptr =
1319 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dada-exp.c337 union yyalloc union
344 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1383 union yyalloc *yyptr =
1384 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Df-exp.c306 union yyalloc union
313 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1198 union yyalloc *yyptr =
1199 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Djv-exp.c297 union yyalloc union
304 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1257 union yyalloc *yyptr =
1258 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dp-exp.c310 union yyalloc union
317 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1172 union yyalloc *yyptr =
1173 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dobjc-exp.c324 union yyalloc union
331 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1362 union yyalloc *yyptr =
1363 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dc-exp.c320 union yyalloc union
327 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1380 union yyalloc *yyptr =
1381 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/freebsd-12.1/contrib/flex/
H A Dflex.skl77 #define yyalloc M4_YY_PREFIX[[alloc]]
699 void *yyalloc M4_YY_PARAMS( yy_size_t M4_YY_PROTO_LAST_ARG );
2058 b->yy_ch_buf = (char *) yyalloc( b->yy_buf_size + 2 M4_YY_CALL_LAST_ARG );
2269 YY_G(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
2389 buf = (char *) yyalloc( n M4_YY_CALL_LAST_ARG );
2431 YY_G(yy_start_stack) = (int *) yyalloc( new_size M4_YY_CALL_LAST_ARG );
2793 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
2811 * The user defined value in the first argument will be available to yyalloc in
2993 void *yyalloc YYFARGS1( yy_size_t ,size)
3087 th->th_version = (char *) yyalloc (bytes M4_YY_CALL_LAST_ARG);
[all …]
H A DNEWS57 ** better checking after yyalloc/yyrealloc (resolves bug #1595967)
H A DChangeLog555 * NEWS, flex.skl: Better checking after yyalloc/yyrealloc (resolves
1774 size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really
1947 Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner. Removed
2467 uses yyalloc/yyfree. Changed yytables_load to yytables_fload.
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_parser.c782 union yyalloc union
789 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
2052 union yyalloc *yyptr = in yyparse()
2053 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
/freebsd-12.1/contrib/amd/
H A DChangeLog1596 (since we rename 'yyalloc' to 'sun_map_alloc').