Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_lex.l291 (void) strncpy(yyintsuffix, p,
292 sizeof (yyintsuffix));
344 yyintsuffix[0] = '\0';
374 (void) strncpy(yyintsuffix, p, sizeof (yyintsuffix));
Ddt_impl.h680 extern char yyintsuffix[4]; /* int token suffix ([uUlL]*) */
Ddt_decl.c778 yyintsuffix[0] = '\0'; in dt_decl_enumerator()
Ddt_parser.c124 char yyintsuffix[4]; /* int token suffix string [uU][lL] */ variable
1209 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1; in dt_node_int()
1218 for (p = yyintsuffix; (c = *p) != '\0'; p++) { in dt_node_int()