Searched refs:tok2 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/multi_index/example/ |
D | composite_keys.cpp | 118 command_tokenizer::iterator tok1,command_tokenizer::iterator tok2)=0; 129 command_tokenizer::iterator tok1,command_tokenizer::iterator tok2) in execute() argument 131 if(tok1==tok2)return; in execute() 161 command_tokenizer::iterator tok1,command_tokenizer::iterator tok2) in execute() argument 164 if(tok1!=tok2)option=*tok1++; in execute() 197 command_tokenizer::iterator tok1,command_tokenizer::iterator tok2) in execute() argument 200 if(tok1!=tok2)dir=*tok1++; in execute()
|
/third_party/libxml2/ |
D | rngparser.c | 1093 tokenPtr token, tok2; in xmlParseCRNG_component() local 1142 tok2 = xmlParseCRNGGetToken(ctxt, 2); in xmlParseCRNG_component() 1143 if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component() 1144 (tok2->token == ctxt->key_equal)) { in xmlParseCRNG_component() 1145 } else if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component() 1146 (tok2->token == ctxt->key_orequal)) { in xmlParseCRNG_component() 1149 } else if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component() 1150 (tok2->token == ctxt->key_andequal)) { in xmlParseCRNG_component() 1210 tokenPtr token, tok2; in xmlParseCRNG_topLevelBody() local 1229 tok2 = xmlParseCRNGGetToken(ctxt, 2); in xmlParseCRNG_topLevelBody() [all …]
|
/third_party/f2fs-tools/fsck/ |
D | dict.c | 1271 char *tok1, *tok2, *val; in construct() local 1302 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in construct() 1307 val = dupstring(tok2); in construct() 1337 char *tok1, *tok2, *val; in main() local 1373 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1378 val = dupstring(tok2); in main() 1479 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1483 int dict1 = atoi(tok1), dict2 = atoi(tok2); in main()
|
/third_party/e2fsprogs/lib/support/ |
D | dict.c | 1311 char *tok1, *tok2, *val; in construct() local 1342 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in construct() 1347 val = dupstring(tok2); in construct() 1377 char *tok1, *tok2, *val; in main() local 1413 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1418 val = dupstring(tok2); in main() 1519 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1523 int dict1 = atoi(tok1), dict2 = atoi(tok2); in main()
|