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

/freebsd-13-stable/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
1260 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1520 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/freebsd-13-stable/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
1652 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2602 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/freebsd-13-stable/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
1234 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1449 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/freebsd-13-stable/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
1645 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2808 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c716 # define YYSTACK_ALLOC __builtin_alloca macro
720 # define YYSTACK_ALLOC __alloca macro
725 # define YYSTACK_ALLOC alloca macro
737 # ifdef YYSTACK_ALLOC
748 # define YYSTACK_ALLOC YYMALLOC macro
2053 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
3676 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);

Completed in 82 milliseconds