Searched refs:ifile (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/ |
A D | iptcutil.c | 221 c = getc(ifile); in formatIPTC() 234 c = getc(ifile); in formatIPTC() 240 dataset = getc(ifile); in formatIPTC() 243 recnum = getc(ifile); in formatIPTC() 258 c = getc(ifile); in formatIPTC() 268 c = getc(ifile); in formatIPTC() 284 x = getc(ifile); in formatIPTC() 304 c = getc(ifile); in formatIPTC() 324 c = getc(ifile); in formatIPTC() 392 *ifile = stdin, in main() local [all …]
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | run-test262.c | 1584 char *ifile, *option; in run_test() local 1588 while ((ifile = get_option(&p, &state)) != NULL) { in run_test() 1590 if (find_word(harness_exclude, ifile)) { in run_test() 1593 namelist_add(ip, NULL, ifile); in run_test() 1595 free(ifile); in run_test() 1656 char *ifile; in run_test() local 1672 ifile = strdup_len(p, strcspn(p, "\"")); in run_test() 1674 if (find_word(harness_exclude, ifile)) { in run_test() 1677 namelist_add(ip, NULL, ifile); in run_test() 1679 free(ifile); in run_test()
|
Completed in 7 milliseconds