Searched refs:YY_MALLOC (Results 1 – 8 of 8) sorted by relevance
/dports/sysutils/cfengine-devel/core-d08ae9eff/3rdparty/peg-0.1.15/src/ |
H A D | leg.c | 49 #ifndef YY_MALLOC 50 #define YY_MALLOC(C, N) malloc(N) macro 1244 yyctx->__buf= (char *)YY_MALLOC(yyctx, yyctx->__buflen); in YYPARSEFROM() 1246 yyctx->__text= (char *)YY_MALLOC(yyctx, yyctx->__textlen); in YYPARSEFROM() 1248 yyctx->__thunks= (yythunk *)YY_MALLOC(yyctx, sizeof(yythunk) * yyctx->__thunkslen); in YYPARSEFROM() 1250 yyctx->__vals= (YYSTYPE *)YY_MALLOC(yyctx, sizeof(YYSTYPE) * yyctx->__valslen); in YYPARSEFROM()
|
H A D | peg.peg-c | 7 #ifndef YY_MALLOC 8 #define YY_MALLOC(C, N) malloc(N) 1032 yyctx->__buf= (char *)YY_MALLOC(yyctx, yyctx->__buflen); 1034 yyctx->__text= (char *)YY_MALLOC(yyctx, yyctx->__textlen); 1036 yyctx->__thunks= (yythunk *)YY_MALLOC(yyctx, sizeof(yythunk) * yyctx->__thunkslen); 1038 yyctx->__vals= (YYSTYPE *)YY_MALLOC(yyctx, sizeof(YYSTYPE) * yyctx->__valslen);
|
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/ |
H A D | math.pc | 7 #ifndef YY_MALLOC 8 #define YY_MALLOC(C, N) malloc(N) 1102 yyctx->__buf= (char *)YY_MALLOC(yyctx, yyctx->__buflen); 1104 yyctx->__text= (char *)YY_MALLOC(yyctx, yyctx->__textlen); 1106 yyctx->__thunks= (yythunk *)YY_MALLOC(yyctx, sizeof(yythunk) * yyctx->__thunkslen); 1108 yyctx->__vals= (YYSTYPE *)YY_MALLOC(yyctx, sizeof(YYSTYPE) * yyctx->__valslen);
|
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/ |
H A D | math.pc | 7 #ifndef YY_MALLOC 8 #define YY_MALLOC(C, N) malloc(N) 1102 yyctx->__buf= (char *)YY_MALLOC(yyctx, yyctx->__buflen); 1104 yyctx->__text= (char *)YY_MALLOC(yyctx, yyctx->__textlen); 1106 yyctx->__thunks= (yythunk *)YY_MALLOC(yyctx, sizeof(yythunk) * yyctx->__thunkslen); 1108 yyctx->__vals= (YYSTYPE *)YY_MALLOC(yyctx, sizeof(YYSTYPE) * yyctx->__valslen);
|
/dports/sysutils/cfengine316/cfengine-3.16.0/libpromises/ |
H A D | math.pc | 7 #ifndef YY_MALLOC 8 #define YY_MALLOC(C, N) malloc(N) 1102 yyctx->__buf= (char *)YY_MALLOC(yyctx, yyctx->__buflen); 1104 yyctx->__text= (char *)YY_MALLOC(yyctx, yyctx->__textlen); 1106 yyctx->__thunks= (yythunk *)YY_MALLOC(yyctx, sizeof(yythunk) * yyctx->__thunkslen); 1108 yyctx->__vals= (YYSTYPE *)YY_MALLOC(yyctx, sizeof(YYSTYPE) * yyctx->__valslen);
|
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/ |
H A D | math.pc | 7 #ifndef YY_MALLOC 8 #define YY_MALLOC(C, N) malloc(N) 1102 yyctx->__buf= (char *)YY_MALLOC(yyctx, yyctx->__buflen); 1104 yyctx->__text= (char *)YY_MALLOC(yyctx, yyctx->__textlen); 1106 yyctx->__thunks= (yythunk *)YY_MALLOC(yyctx, sizeof(yythunk) * yyctx->__thunkslen); 1108 yyctx->__vals= (YYSTYPE *)YY_MALLOC(yyctx, sizeof(YYSTYPE) * yyctx->__valslen);
|
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/ |
H A D | math.pc | 7 #ifndef YY_MALLOC 8 #define YY_MALLOC(C, N) malloc(N) 1102 yyctx->__buf= (char *)YY_MALLOC(yyctx, yyctx->__buflen); 1104 yyctx->__text= (char *)YY_MALLOC(yyctx, yyctx->__textlen); 1106 yyctx->__thunks= (yythunk *)YY_MALLOC(yyctx, sizeof(yythunk) * yyctx->__thunkslen); 1108 yyctx->__vals= (YYSTYPE *)YY_MALLOC(yyctx, sizeof(YYSTYPE) * yyctx->__valslen);
|
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/ |
H A D | math.pc | 7 #ifndef YY_MALLOC 8 #define YY_MALLOC(C, N) malloc(N) 1102 yyctx->__buf= (char *)YY_MALLOC(yyctx, yyctx->__buflen); 1104 yyctx->__text= (char *)YY_MALLOC(yyctx, yyctx->__textlen); 1106 yyctx->__thunks= (yythunk *)YY_MALLOC(yyctx, sizeof(yythunk) * yyctx->__thunkslen); 1108 yyctx->__vals= (YYSTYPE *)YY_MALLOC(yyctx, sizeof(YYSTYPE) * yyctx->__valslen);
|