Home
last modified time | relevance | path

Searched refs:YYSTACK_ALLOC (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.c279 # define YYSTACK_ALLOC __builtin_alloca macro
283 # define YYSTACK_ALLOC __alloca macro
288 # define YYSTACK_ALLOC alloca macro
300 # ifdef YYSTACK_ALLOC
311 # define YYSTACK_ALLOC YYMALLOC macro
1257 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1517 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.c270 # define YYSTACK_ALLOC __builtin_alloca macro
274 # define YYSTACK_ALLOC __alloca macro
279 # define YYSTACK_ALLOC alloca macro
291 # ifdef YYSTACK_ALLOC
302 # define YYSTACK_ALLOC YYMALLOC macro
1231 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1446 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c427 # define YYSTACK_ALLOC __builtin_alloca macro
431 # define YYSTACK_ALLOC __alloca macro
436 # define YYSTACK_ALLOC alloca macro
448 # ifdef YYSTACK_ALLOC
459 # define YYSTACK_ALLOC YYMALLOC macro
1649 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2599 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c417 # define YYSTACK_ALLOC __builtin_alloca macro
421 # define YYSTACK_ALLOC __alloca macro
426 # define YYSTACK_ALLOC alloca macro
438 # ifdef YYSTACK_ALLOC
449 # define YYSTACK_ALLOC YYMALLOC macro
1642 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
2805 yymsg = (char *) YYSTACK_ALLOC (yyalloc); in yyparse()
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c1169 # define YYSTACK_ALLOC __builtin_alloca macro
1173 # define YYSTACK_ALLOC __alloca macro
1178 # define YYSTACK_ALLOC alloca macro
1190 # ifdef YYSTACK_ALLOC
1201 # define YYSTACK_ALLOC YYMALLOC macro
2271 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
/freebsd/contrib/unbound/util/
H A Dconfigparser.c1066 # define YYSTACK_ALLOC __builtin_alloca macro
1070 # define YYSTACK_ALLOC __alloca macro
1075 # define YYSTACK_ALLOC alloca macro
1087 # ifdef YYSTACK_ALLOC
1098 # define YYSTACK_ALLOC YYMALLOC macro
2827 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()