Searched refs:tok1 (Results 1 – 4 of 4) sorted by relevance
/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() 1306 key = dupstring(tok1); in construct() 1337 char *tok1, *tok2, *val; in main() local 1373 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1377 key = dupstring(tok1); in main() 1394 if (tokenize(in+1, &tok1, (char **) 0) != 1) { in main() 1398 dn = dict_lookup(d, tok1); in main() 1416 if (tokenize(in+1, &tok1, (char **) 0) != 1) { in main() 1423 dn = dict_lookup(d, tok1); in main() [all …]
|
/third_party/toybox/toys/pending/ |
D | diff.c | 361 int tok0 = 0, tok1 = 0; in create_j_vector() local 365 tok1 = read_tok(file[1].fp, NULL, tok1); in create_j_vector() 366 if (((tok0 ^ tok1) & empty) || ((tok0 & 0xff) != (tok1 & 0xff))) in create_j_vector() 368 } while (!(tok0 & tok1 & empty)); in create_j_vector()
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_s390xcap.pod | 26 OPENSSL_s390xcap="<tok1>;<tok2>;..."
|
/third_party/python/Lib/test/test_zoneinfo/ |
D | test_zoneinfo.py | 1374 tok1 = self.klass("Asia/Tokyo") 1378 self.assertIs(tok0, tok1)
|