Home
last modified time | relevance | path

Searched refs:tok1 (Results 1 - 3 of 3) sorted by relevance

/third_party/f2fs-tools/fsck/
H A Ddict.c1270 char *tok1, *tok2, *val; in construct() local
1301 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in construct()
1305 key = dupstring(tok1); in construct()
1336 char *tok1, *tok2, *val; in main() local
1372 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main()
1376 key = dupstring(tok1); in main()
1393 if (tokenize(in+1, &tok1, (char **) 0) != 1) { in main()
1397 dn = dict_lookup(d, tok1); in main()
1415 if (tokenize(in+1, &tok1, (char **) 0) != 1) { in main()
1422 dn = dict_lookup(d, tok1); in main()
[all...]
/third_party/toybox/toys/pending/
H A Ddiff.c361 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/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py1374 tok1 = self.klass("Asia/Tokyo")
1378 self.assertIs(tok0, tok1)

Completed in 7 milliseconds