Searched refs:yyintsuffix (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1862 (void) strncpy(yyintsuffix, p,
1863 sizeof (yyintsuffix));
1924 yyintsuffix[0] = '\0';
1972 (void) strncpy(yyintsuffix, p, sizeof (yyintsuffix));
2056 yyintsuffix[0] = '\0';
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_impl.h632 extern char yyintsuffix[4]; /* int token suffix ([uUlL]*) */
H A Ddt_decl.c784 yyintsuffix[0] = '\0';
H A Ddt_parser.c124 char yyintsuffix[4]; /* int token suffix string [uU][lL] */ variable
1202 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1;
1211 for (p = yyintsuffix; (c = *p) != '\0'; p++) {

Completed in 1395 milliseconds