Home
last modified time | relevance | path

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

/external/bison/data/
Dyacc.c249 #ifndef YYSIZE_T
251 # define YYSIZE_T __SIZE_TYPE__
253 # define YYSIZE_T size_t
254 # elif ! defined YYSIZE_T && ]b4_c_modern[
256 # define YYSIZE_T size_t
258 # define YYSIZE_T unsigned int
262 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
347 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
397 YYSIZE_T yyi; \
413 YYSIZE_T yynewbytes; \
[all …]
/external/e2fsprogs/intl/
Dplural.c362 # define YYSIZE_T size_t macro
409 register YYSIZE_T yyi; \
425 YYSIZE_T yynewbytes; \
436 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
437 # define YYSIZE_T __SIZE_TYPE__ macro
439 #if ! defined (YYSIZE_T) && defined (size_t)
440 # define YYSIZE_T size_t macro
442 #if ! defined (YYSIZE_T)
445 # define YYSIZE_T size_t macro
448 #if ! defined (YYSIZE_T)
[all …]
/external/bison/src/
Dparse-gram.c347 #ifndef YYSIZE_T
349 # define YYSIZE_T __SIZE_TYPE__ macro
351 # define YYSIZE_T size_t macro
352 # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
355 # define YYSIZE_T size_t macro
357 # define YYSIZE_T unsigned int macro
361 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
456 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
502 YYSIZE_T yyi; \
518 YYSIZE_T yynewbytes; \
[all …]
/external/libpcap/
Dgrammar.c465 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
466 # define YYSIZE_T __SIZE_TYPE__ macro
468 #if ! defined (YYSIZE_T) && defined (size_t)
469 # define YYSIZE_T size_t macro
471 #if ! defined (YYSIZE_T) && (defined (__STDC__) || defined (__cplusplus))
473 # define YYSIZE_T size_t macro
475 #if ! defined (YYSIZE_T)
476 # define YYSIZE_T unsigned int macro
523 # define YYSTACK_ALLOC_MAXIMUM ((YYSIZE_T) -1)
532 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
[all …]
/external/elfutils/src/
Dldscript.c257 # define YYSIZE_T size_t macro
295 register YYSIZE_T yyi; \
311 YYSIZE_T yynewbytes; \
627 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
628 # define YYSIZE_T __SIZE_TYPE__ macro
630 #if ! defined (YYSIZE_T) && defined (size_t)
631 # define YYSIZE_T size_t macro
633 #if ! defined (YYSIZE_T)
636 # define YYSIZE_T size_t macro
639 #if ! defined (YYSIZE_T)
[all …]
/external/bison/
DChangeLog116 YYSIZE_T, not size_t.
1721 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
2581 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
2779 (YYSIZE_T): Define to unsigned long int when using an older compiler.
10449 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
10576 * src/bison.simple (YYSIZE_T): Do not define merely because
11093 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
11557 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
12088 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
12109 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy