| /src/sys/external/bsd/acpica/dist/compiler/ |
| prscan.c | 319 char *Token; 344 Token = PrGetNextToken (AslGbl_MainTokenBuffer, PR_TOKEN_SEPARATORS, &Next); 349 if (Token && (*Token == '#')) 351 if (strlen (Token) == 1) 353 Token = PrGetNextToken (NULL, PR_TOKEN_SEPARATORS, &Next); 357 Token++; /* Skip leading # */ 362 PrDoDirective (Token, &Next); 378 while (Token) 380 DefineInfo = PrMatchDefine (Token); [all...] |
| prmacros.c | 277 char *Token = NULL; 331 Token = PrGetNextToken (NULL, PR_MACRO_SEPARATORS, Next); 333 if (!Token) 343 TokenOffset = Token - AslGbl_MainTokenBuffer + strlen (Token); 351 AslGbl_CurrentLineNumber, Token); 353 Args[i].Name = UtLocalCalloc (strlen (Token) + 1); 354 strcpy (Args[i].Name, Token); 365 /* Get the macro body. Token now points to start of body */ 367 MacroBodyOffset = Token - AslGbl_MainTokenBuffer [all...] |
| prexpress.c | 61 * PARAMETERS: Buffer - Token Buffer 66 * DESCRIPTION: Un-tokenized the current token buffer. The implementation is 110 char *Token; 119 Token = PrGetNextToken (AslGbl_ExpressionTokenBuffer, PR_EXPR_SEPARATORS, &Next); 122 while (Token) 124 DefineInfo = PrMatchDefine (Token); 136 PrDoMacroInvocation (AslGbl_ExpressionTokenBuffer, Token, 145 TokenOffset = Token - AslGbl_ExpressionTokenBuffer + OffsetAdjust; 147 &AslGbl_CurrentLineBuffer[TokenOffset], strlen (Token), 152 OffsetAdjust += strlen (ReplaceString) - strlen (Token); [all...] |
| aslsupport.l | 102 char *Token; 122 Token = strtok (AslGbl_CurrentLineBuffer, " "); 123 if (!Token) 130 LineNumber = (UINT32) UtDoConstant (Token); 148 Token = strtok (NULL, " \""); 149 if (Token) 151 Filename = UtLocalCacheCalloc (strlen (Token) + 1); 152 strcpy (Filename, Token);
|
| prutils.c | 55 * MatchString - String with valid token delimiters 56 * Next - Set to next possible token in buffer 58 * RETURN: Next token (null-terminated). Modifies the input line. 111 /* Find the end of this token */ 185 * Token - Substring that replaces Args->Name 199 char *Token) 222 * with each iteration when arg length != token length 260 b = strlen (Token) + Args->Offset[i]; 317 strlen (Token), Token, strlen (Token)) [all...] |
| asloptions.c | 971 char *Token; 976 Token = strtok (InBuffer, ASL_TOKEN_SEPARATORS); 977 while (Token) 979 strcat (OutBuffer, Token); 980 Token = strtok (NULL, ASL_TOKEN_SEPARATORS);
|
| preprocess.h | 205 char *Token, 271 char *Token);
|
| dtcompilerparser.tab.c | 171 /* Enabling the token table. */ 522 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to 523 token YYLEX-NUM. */ 575 positive, shift that token. If negative, reduce the rule which 617 #define YYBACKUP(Token, Value) \ 621 yychar = (Token); \ 765 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 973 /* Copy into YYRESULT an error message about the unexpected token 1195 /* Lookahead token as an internal (translated) token number. * [all...] |
| dtparser.tab.c | 165 /* Enabling the token table. */ 555 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to 556 token YYLEX-NUM. */ 621 positive, shift that token. If negative, reduce the rule which 699 #define YYBACKUP(Token, Value) \ 703 yychar = (Token); \ 847 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 1055 /* Copy into YYRESULT an error message about the unexpected token 1277 /* Lookahead token as an internal (translated) token number. * [all...] |
| prparser.tab.c | 164 /* Enabling the token table. */ 558 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to 559 token YYLEX-NUM. */ 624 positive, shift that token. If negative, reduce the rule which 702 #define YYBACKUP(Token, Value) \ 706 yychar = (Token); \ 850 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 1058 /* Copy into YYRESULT an error message about the unexpected token 1280 /* Lookahead token as an internal (translated) token number. * [all...] |
| /src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
| ahasl.c | 286 char *Token; 301 Token = strtok (Gbl_LineBuffer, Separators); 302 while (Token) 304 if (strstr (Token, "Keyword")) 314 AhFindAslKeywords (Token); 317 Token = strtok (NULL, Separators);
|
| /src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| aeinitfile.c | 114 char *Token; 145 TempNameBuffer = AcpiDbGetNextToken (LineBuffer, &Token, &Type); 168 ValueBuffer = AcpiDbGetNextToken (Token, &Token, &Type);
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efiudp.h | 127 IN EFI_UDP4_COMPLETION_TOKEN *Token 134 IN EFI_UDP4_COMPLETION_TOKEN *Token 141 IN EFI_UDP4_COMPLETION_TOKEN *Token OPTIONAL 241 IN EFI_UDP6_COMPLETION_TOKEN *Token 248 IN EFI_UDP6_COMPLETION_TOKEN *Token 255 IN EFI_UDP6_COMPLETION_TOKEN *Token OPTIONAL
|
| efitcp.h | 173 IN EFI_TCP4_IO_TOKEN *Token 180 IN EFI_TCP4_IO_TOKEN *Token 199 IN EFI_TCP4_COMPLETION_TOKEN *Token OPTIONAL 346 IN EFI_TCP6_IO_TOKEN *Token 353 IN EFI_TCP6_IO_TOKEN *Token 372 IN EFI_TCP6_COMPLETION_TOKEN *Token OPTIONAL
|
| efiip.h | 178 IN EFI_IP4_COMPLETION_TOKEN *Token 185 IN EFI_IP4_COMPLETION_TOKEN *Token 192 IN EFI_IP4_COMPLETION_TOKEN *Token OPTIONAL 426 IN EFI_IP6_COMPLETION_TOKEN *Token 433 IN EFI_IP6_COMPLETION_TOKEN *Token 440 IN EFI_IP6_COMPLETION_TOKEN *Token OPTIONAL
|
| efiprot.h | 153 IN OUT EFI_BLOCK_IO2_TOKEN *Token, 164 IN OUT EFI_BLOCK_IO2_TOKEN *Token, 173 IN OUT EFI_BLOCK_IO2_TOKEN *Token 253 IN OUT EFI_DISK_IO2_TOKEN *Token, 264 IN OUT EFI_DISK_IO2_TOKEN *Token, 273 IN OUT EFI_DISK_IO2_TOKEN *Token 422 IN OUT EFI_FILE_IO_TOKEN *Token 429 IN OUT EFI_FILE_IO_TOKEN *Token 436 IN OUT EFI_FILE_IO_TOKEN *Token 443 IN OUT EFI_FILE_IO_TOKEN *Token [all...] |
| /src/usr.bin/make/ |
| cond.c | 124 typedef enum Token { 127 } Token; 163 Token curr; /* The push-back token, or TOK_NONE */ 183 static Token 529 static Token 545 static Token 586 static Token 589 Token t = TOK_ERROR; 629 CondParser_FuncCallEmpty(CondParser *par, bool doEval, Token *out_token [all...] |
| /src/sys/external/bsd/acpica/dist/common/ |
| dmextern.c | 409 char *Token; 435 Token = strtok (AslGbl_StringBuffer, METHOD_SEPARATORS); /* "External" */ 436 if (!Token) 441 if (strcmp (Token, "External")) 452 Token = strtok (NULL, METHOD_SEPARATORS); /* "MethodObj" */ 453 if (!Token) 458 if (strcmp (Token, "MethodObj")) 463 Token = strtok (NULL, METHOD_SEPARATORS); /* Arg count */ 464 if (!Token) 472 ArgCount = strtoul (Token, NULL, 0) [all...] |
| /src/sys/external/bsd/gnu-efi/dist/inc/protocol/ |
| piflash64.h | 50 // Token would map to a list like Ted proposed. The utility has no idea what 52 // ErrorStatus - Level of Error or success. Independent of Token. If you 53 // don't know the token you will at least know pass or fail. 63 IN UINTN Token, 70 // Token Values 72 // IFlash64 Token Codes
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerTracePC.cpp | 613 uint64_t Token = 0; 615 Token = Val ^ Vals[i]; 621 fuzzer::TPC.HandleCmp(PC + i, static_cast<uint16_t>(Token), (uint16_t)(0)); 623 fuzzer::TPC.HandleCmp(PC + i, static_cast<uint32_t>(Token), (uint32_t)(0)); 625 fuzzer::TPC.HandleCmp(PC + i, Token, (uint64_t)(0));
|
| /src/tests/usr.bin/indent/ |
| fmt_decl.c | 36 /* $ XXX: Why is the token 'function_pointer' not aligned with 'pointer'? */ 585 * Before lexi.c 1.153 from 2021-11-25, indent did not recognize 'Token' as a 589 static Token 697 * caused by the token 'Shell' being identified as a word, not as a type name.
|
| /src/sbin/efi/ |
| devpath3.c | 635 4 Proteon ProNET Token Ring [Avri_Doria]
|