| /OK3568_Linux_fs/u-boot/lib/bzip2/ |
| H A D | bzlib.c | 963 if (ferror(f)) in BZ_API() 1006 if (ferror(bzf->handle)) in BZ_API() 1026 if (n != n2 || ferror(bzf->handle)) in BZ_API() 1065 if (ferror(bzf->handle)) in BZ_API() 1085 if (n != n2 || ferror(bzf->handle)) in BZ_API() 1093 if ( !abandon && !ferror ( bzf->handle ) ) { in BZ_API() 1095 if (ferror(bzf->handle)) in BZ_API() 1135 if (ferror(f)) in BZ_API() 1214 if (ferror(bzf->handle)) in BZ_API() 1220 if (ferror(bzf->handle)) in BZ_API()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
| H A D | 0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch | 45 exit(ferror(stdout) ? 1 : 0); 54 exit(ferror(stdout) ? 1 : 0);
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sunxi-mmc.c | 295 int ferror; member 893 host->ferror = sunxi_mmc_clk_set_rate(host, ios); in sunxi_mmc_set_clk() 907 host->ferror = mmc_regulator_set_ocr(mmc, in sunxi_mmc_card_power() 910 if (host->ferror) in sunxi_mmc_card_power() 915 host->ferror = regulator_enable(mmc->supply.vqmmc); in sunxi_mmc_card_power() 916 if (host->ferror) { in sunxi_mmc_card_power() 1016 if (host->ferror) { in sunxi_mmc_request() 1017 mrq->cmd->error = host->ferror; in sunxi_mmc_request()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/tools/ |
| H A D | build.c | 347 if (ferror(file)) in parse_zoffset() 396 if (ferror(file)) in main()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | getline.c | 64 if (c == EOF || ferror (stream)) { in getstr()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cstdio | 93 int ferror(FILE* stream); 142 //using ::ferror;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cstdio | 93 int ferror(FILE* stream); 142 //using ::ferror;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | cstdio | 55 #undef ferror 104 using ::ferror;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | cstdio | 55 #undef ferror 104 using ::ferror;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | gzfht_test.c | 162 if (ferror(fp) || (num_bytes != statbuf.st_size)) { in read_alloc_input_file() 183 if (ferror(fp) || (num_bytes != bufsize)) { in write_output_file()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | llvm-utils.c | 128 while (!feof(file) && !ferror(file)) { in read_from_pipe() 156 if (ferror(file)) { in read_from_pipe()
|
| H A D | lzma.c | 70 if (ferror(infile)) { in lzma_decompress_to_file()
|
| H A D | vdso.c | 170 if (ferror(f)) in vdso__do_copy_compat()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | flattree.c | 433 if (ferror(f)) in dt_to_blob() 831 if (ferror(f)) in dt_from_blob() 846 if (ferror(f)) in dt_from_blob() 874 if (ferror(f)) in dt_from_blob()
|
| H A D | data.c | 108 if (ferror(f)) in data_copy_file()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | flattree.c | 418 if (ferror(f)) in dt_to_blob() 816 if (ferror(f)) in dt_from_blob() 831 if (ferror(f)) in dt_from_blob() 859 if (ferror(f)) in dt_from_blob()
|
| H A D | data.c | 95 if (ferror(f)) in data_copy_file()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch | 55 + if (ferror(f))
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | formats_i.c | 99 if (ret != len && ferror((FILE*)ft->fp)) in lsx_readbuf() 166 return ferror((FILE*)ft->fp); in lsx_error()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | userdict.cpp | 1186 while (readed < dict_info.lemma_size && !ferror(fp) && !feof(fp)) { in _get_lpis() 1194 while (readed < toread && !ferror(fp) && !feof(fp)) { in _get_lpis() 1203 while (readed < toread && !ferror(fp) && !feof(fp)) { in _get_lpis() 1211 while (readed < toread && !ferror(fp) && !feof(fp)) { in _get_lpis() 1220 while (readed < toread && !ferror(fp) && !feof(fp)) { in _get_lpis()
|
| /OK3568_Linux_fs/buildroot/package/bc/ |
| H A D | 0002-notice-read-and-write-errors-on-input-and-output.patch | 732 +/* check ferror() status and if so die */ 737 + if (ferror(fp)) { 747 + if (ferror(fp)) {
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | system.h | 156 # undef ferror 157 # define ferror(Stream) ferror_unlocked (Stream) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | system.h | 156 # undef ferror 157 # define ferror(Stream) ferror_unlocked (Stream) macro
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | perf.c | 335 if (ferror(stdout)) { in run_builtin()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefslex.c | 804 if ( c == EOF && ferror( yyin ) ) \ 811 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
|