/vbox/src/VBox/Devices/Network/slirp/ |
H A D | resolv_conf_parser.c | 76 #define PARSER_STOP(tok, parser, ptr) ( (tok) != EOF \ 87 char tok = ' '; local 91 while (isspace(tok)) 92 tok = GETCHAR(parser); 96 /* tok can't be ipv4 */ 97 if (isalnum(tok)) { 105 *ptr++ = tok; 106 tok = GETCHAR(parser); 108 if (!isalnum(tok) 234 enum RCP_TOKEN tok = rcp_get_token(parser); /* eats 'nameserver' */ local 338 enum RCP_TOKEN tok = rcp_get_token(parser); /* eats 'port' */ local 361 enum RCP_TOKEN tok = rcp_get_token(parser); /* eats 'domain' */ local 398 enum RCP_TOKEN tok = rcp_get_token(parser); /* eats 'search' */ local 468 enum RCP_TOKEN tok; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | int.h | 35 #define zzcr_attr(a,tok,t) *(a) = atol(t);
|
H A D | charbuf.h | 43 #define zzcr_attr(a,tok,t) strncpy((a)->text, t, D_TextSize-1); \
|
H A D | PBlackBox.h | 62 _ANTLRTokenPtr tok; member in class:ParserBlackBox 72 , tok(0) 89 tok = new Token; 90 scan->setToken(tok); 98 , tok(0) 115 tok = new Token; 116 scan->setToken(tok); 124 delete in; delete scan; delete pipe; delete _parser; delete tok;
|
H A D | err.h | 420 zzsyn(char *text, int tok, char *egroup, SetWordType *eset, int etok, int k, char *bad_text) argument 422 zzsyn(text, tok, egroup, eset, etok, k, bad_text) 424 int tok; 432 fprintf(stderr, "line %d: syntax error at \"%s\"", zzline, (tok==zzEOF_TOKEN)?"EOF":bad_text); 661 int tok, line; local 729 tok = zzinf_tokens[zzinf_lap] = NLA; 734 } while (tok!=zzEOF_TOKEN);
|
H A D | PCCTSAST.h | 100 ScanAST *new_scanast(int tok);
|
H A D | AParser.h | 255 virtual void syn(_ANTLRTokenPtr tok, ANTLRChar *egroup, 278 const ANTLRChar * parserTokenName(int tok); // MR1
|
H A D | PCCTSAST.cpp | 501 new_scanast(int tok) argument 509 p->_token = tok; 643 int tok = __INT; local 649 return tok;
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
H A D | strsep.c | 63 char *tok; local 67 for (tok = s;;) { 77 return (tok);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | stdpccts.h | 25 #define zzcr_attr(attr,tok,t)
|
H A D | generic.h | 80 int tok; /* error class name == TokenStr[tok] */ member in struct:_e 88 int tok; /* token class name */ member in struct:_TCnode 121 unsigned char classname; /* is it a err/tok class name or token */
|
H A D | bits.c | 218 rule, TokenString(eclass->tok))); 285 if ( strcmp((char *)e->elem, TokenString(p->tok))==0 ) 309 (char *)e->elem, TokenString(p->tok))); 353 if ( p->tok == WildCardToken ) 382 TokenString(p->tok),(char *)e1->elem) ); 386 TokenString(p->tok),(char *)e2->elem) ); 390 TokenString(p->tok),(char *)e1->elem,(char *)e2->elem) ); 418 tk = set_int(tcl); /* grab one of the tok class refs */ 420 if ( p->tok != tk ) /* tokclass ref to yourself? */ 446 * can't dump the defs as the error file and tok fil [all...] |
H A D | antlr.g | 46 #define zzcr_attr(attr,tok,t)
881 e->tok = addTname( a );
1261 e->tok = addTname( t );
1262 set_orel(e->tok, &imag_tokens);
1294 tclass : <<char *t=NULL; TCnode *e; int go=1,tok,totok; TermEntry *p, *term, *toterm;>>
1303 e->tok = addTname( t );
1304 set_orel(e->tok, &imag_tokens);
1305 set_orel(e->tok, &tokclasses);
1352 else {t=mystrdup(LATEXT(1)); tok=addTname(LATEXT(1));}
1378 else {t=mystrdup(LATEXT(1)); tok [all...] |
H A D | antlr.c | 23 #define zzcr_attr(attr,tok,t) 631 e->tok = addTname( a ); 1234 e->tok = addTname( t ); 1235 set_orel(e->tok, &imag_tokens); 1342 char *t=NULL; TCnode *e; int go=1,tok,totok; TermEntry *p, *term, *toterm; local 1355 e->tok = addTname( t ); 1356 set_orel(e->tok, &imag_tokens); 1357 set_orel(e->tok, &tokclasses); 1424 else {t=mystrdup(LATEXT(1)); tok=addTname(LATEXT(1));} 1465 else {t=mystrdup(LATEXT(1)); tok 3540 zzsyn(char *text, int tok, char *egroup, SetWordType *eset, int etok, int k, char *bad_text) argument [all...] |
H A D | build.c | 215 w->tok = addTname( WildCardString ); 216 set_orel(w->tok, &imag_tokens); 217 set_orel(w->tok, &tokclasses); 218 WildCardToken = w->tok; 231 t->token = w->tok;
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/ |
H A D | strtok.c | 46 char *tok; local 73 tok = s1++; 83 return tok; 88 return tok;
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | threads.c | 182 xmlMutexPtr tok; local 184 if ((tok = malloc(sizeof(xmlMutex))) == NULL) 188 pthread_mutex_init(&tok->lock, NULL); 190 tok->mutex = CreateMutex(NULL, FALSE, NULL); 192 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) { 193 free(tok); 196 tok->tid = -1; 198 return (tok); 203 * @tok: the simple mutex 209 xmlFreeMutex(xmlMutexPtr tok) argument 231 xmlMutexLock(xmlMutexPtr tok) argument 259 xmlMutexUnlock(xmlMutexPtr tok) argument 289 xmlRMutexPtr tok; local 345 xmlRMutexLock(xmlRMutexPtr tok) argument [all...] |
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | threads.h | 42 xmlMutexLock (xmlMutexPtr tok); 44 xmlMutexUnlock (xmlMutexPtr tok); 46 xmlFreeMutex (xmlMutexPtr tok); 51 xmlRMutexLock (xmlRMutexPtr tok); 53 xmlRMutexUnlock (xmlRMutexPtr tok); 55 xmlFreeRMutex (xmlRMutexPtr tok);
|
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/ |
H A D | INIParser.java | 163 StringTokenizer tok = new StringTokenizer(line, "="); 164 if (tok.countTokens() != 2) { // looking for value pairs 173 props.setProperty(tok.nextToken(), tok.nextToken());
|
H A D | VersionComparator.java | 121 StringTokenizer tok = new StringTokenizer(aVersion.trim(), "."); 122 String part = tok.nextToken(); 162 if (tok.hasMoreTokens()) {
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | ncr.c | 350 char *tok; local 371 tok = s - 1; 388 return (tok);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
H A D | dlg_p.g | 590 zzsyn(char *text, int tok, char *egroup, SetWordType *eset, int etok, int k, char *bad_text)
592 zzsyn(text, tok, egroup, eset, etok, k, bad_text)
594 int tok;
601 fprintf(stderr, " syntax error at \"%s\"", (tok==zzEOF_TOKEN)?"EOF":text);
|
H A D | dlg_p.c | 936 zzsyn(char *text, int tok, char *egroup, SetWordType *eset, int etok, int k, char *bad_text) argument 938 zzsyn(text, tok, egroup, eset, etok, k, bad_text) 940 int tok; 947 fprintf(stderr, " syntax error at \"%s\"", (tok==zzEOF_TOKEN)?"EOF":text);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_lex.l | 136 int tok = yypcb->pcb_token; 138 return (tok); 507 int c, tok; 532 tok = DT_TOK_EPRED; 534 tok = DT_TOK_DIV; 537 return (tok);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/ |
H A D | dt_lex.c | 1265 int tok = yypcb->pcb_token; variable 1267 return (tok); 2119 int c, tok; variable 2144 tok = DT_TOK_EPRED; 2146 tok = DT_TOK_DIV; 2149 return (tok);
|