Searched refs:tok2 (Results 1 – 5 of 5) sorted by relevance
/external/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 …]
|
/external/u-boot/board/compulab/common/ |
D | eeprom.c | 348 char *tok2 = strtok(NULL, "/"); in eeprom_field_update_date() local 351 if (tok1 == NULL || tok2 == NULL || tok3 == NULL) { in eeprom_field_update_date() 364 if (!strcmp(tok2, months[month - 1])) in eeprom_field_update_date()
|
/external/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()
|
/external/e2fsprogs/lib/support/ |
D | dict.c | 1301 char *tok1, *tok2, *val; in construct() local 1332 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in construct() 1337 val = dupstring(tok2); in construct() 1367 char *tok1, *tok2, *val; in main() local 1403 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1408 val = dupstring(tok2); in main() 1509 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1513 int dict1 = atoi(tok1), dict2 = atoi(tok2); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/ |
D | coro-split-eh.ll | 82 %tok2 = cleanuppad within none [] 84 cleanupret from %tok2 unwind to caller
|