/src/sys/external/bsd/acpica/dist/compiler/ |
prscan.c | 427 char *Token; 452 Token = PrGetNextToken (AslGbl_MainTokenBuffer, PR_TOKEN_SEPARATORS, &Next); 457 if (Token && (*Token == '#')) 459 if (strlen (Token) == 1) 461 Token = PrGetNextToken (NULL, PR_TOKEN_SEPARATORS, &Next); 465 Token++; /* Skip leading # */ 470 PrDoDirective (Token, &Next); 486 while (Token) 488 DefineInfo = PrMatchDefine (Token); [all...] |
prmacros.c | 385 char *Token = NULL; 439 Token = PrGetNextToken (NULL, PR_MACRO_SEPARATORS, Next); 441 if (!Token) 451 TokenOffset = Token - AslGbl_MainTokenBuffer + strlen (Token); 459 AslGbl_CurrentLineNumber, Token); 461 Args[i].Name = UtLocalCalloc (strlen (Token) + 1); 462 strcpy (Args[i].Name, Token); 473 /* Get the macro body. Token now points to start of body */ 475 MacroBodyOffset = Token - AslGbl_MainTokenBuffer [all...] |
prexpress.c | 169 * PARAMETERS: Buffer - Token Buffer 174 * DESCRIPTION: Un-tokenized the current token buffer. The implementation is 218 char *Token; 227 Token = PrGetNextToken (AslGbl_ExpressionTokenBuffer, PR_EXPR_SEPARATORS, &Next); 230 while (Token) 232 DefineInfo = PrMatchDefine (Token); 244 PrDoMacroInvocation (AslGbl_ExpressionTokenBuffer, Token, 253 TokenOffset = Token - AslGbl_ExpressionTokenBuffer + OffsetAdjust; 255 &AslGbl_CurrentLineBuffer[TokenOffset], strlen (Token), 260 OffsetAdjust += strlen (ReplaceString) - strlen (Token); [all...] |
aslsupport.l | 210 char *Token; 230 Token = strtok (AslGbl_CurrentLineBuffer, " "); 231 if (!Token) 238 LineNumber = (UINT32) UtDoConstant (Token); 256 Token = strtok (NULL, " \""); 257 if (Token) 259 Filename = UtLocalCacheCalloc (strlen (Token) + 1); 260 strcpy (Filename, Token);
|
prutils.c | 163 * MatchString - String with valid token delimiters 164 * Next - Set to next possible token in buffer 166 * RETURN: Next token (null-terminated). Modifies the input line. 219 /* Find the end of this token */ 293 * Token - Substring that replaces Args->Name 307 char *Token) 330 * with each iteration when arg length != token length 368 b = strlen (Token) + Args->Offset[i]; 425 strlen (Token), Token, strlen (Token)) [all...] |
asloptions.c | 1079 char *Token; 1084 Token = strtok (InBuffer, ASL_TOKEN_SEPARATORS); 1085 while (Token) 1087 strcat (OutBuffer, Token); 1088 Token = strtok (NULL, ASL_TOKEN_SEPARATORS);
|
preprocess.h | 313 char *Token, 379 char *Token);
|
dtcompilerparser.tab.c | 279 /* Enabling the token table. */ 630 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to 631 token YYLEX-NUM. */ 683 positive, shift that token. If negative, reduce the rule which 725 #define YYBACKUP(Token, Value) \ 729 yychar = (Token); \ 873 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 1081 /* Copy into YYRESULT an error message about the unexpected token 1303 /* Lookahead token as an internal (translated) token number. * [all...] |
dtparser.tab.c | 273 /* Enabling the token table. */ 663 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to 664 token YYLEX-NUM. */ 729 positive, shift that token. If negative, reduce the rule which 807 #define YYBACKUP(Token, Value) \ 811 yychar = (Token); \ 955 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 1163 /* Copy into YYRESULT an error message about the unexpected token 1385 /* Lookahead token as an internal (translated) token number. * [all...] |
prparser.tab.c | 272 /* Enabling the token table. */ 666 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to 667 token YYLEX-NUM. */ 732 positive, shift that token. If negative, reduce the rule which 810 #define YYBACKUP(Token, Value) \ 814 yychar = (Token); \ 958 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 1166 /* Copy into YYRESULT an error message about the unexpected token 1388 /* Lookahead token as an internal (translated) token number. * [all...] |
/src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
ahasl.c | 394 char *Token; 409 Token = strtok (Gbl_LineBuffer, Separators); 410 while (Token) 412 if (strstr (Token, "Keyword")) 422 AhFindAslKeywords (Token); 425 Token = strtok (NULL, Separators);
|
/src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
aeinitfile.c | 222 char *Token; 253 TempNameBuffer = AcpiDbGetNextToken (LineBuffer, &Token, &Type); 276 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 | 517 char *Token; 543 Token = strtok (AslGbl_StringBuffer, METHOD_SEPARATORS); /* "External" */ 544 if (!Token) 549 if (strcmp (Token, "External")) 560 Token = strtok (NULL, METHOD_SEPARATORS); /* "MethodObj" */ 561 if (!Token) 566 if (strcmp (Token, "MethodObj")) 571 Token = strtok (NULL, METHOD_SEPARATORS); /* Arg count */ 572 if (!Token) 580 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]
|