Home
last modified time | relevance | path

Searched refs:ferror (Results 1 – 25 of 91) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib.c963 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 D0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch45 exit(ferror(stdout) ? 1 : 0);
54 exit(ferror(stdout) ? 1 : 0);
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsunxi-mmc.c295 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 Dbuild.c347 if (ferror(file)) in parse_zoffset()
396 if (ferror(file)) in main()
/OK3568_Linux_fs/u-boot/tools/
H A Dgetline.c64 if (c == EOF || ferror (stream)) { in getstr()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstdio93 int ferror(FILE* stream);
142 //using ::ferror;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstdio93 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 Dcstdio55 #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 Dcstdio55 #undef ferror
104 using ::ferror;
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c162 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 Dllvm-utils.c128 while (!feof(file) && !ferror(file)) { in read_from_pipe()
156 if (ferror(file)) { in read_from_pipe()
H A Dlzma.c70 if (ferror(infile)) { in lzma_decompress_to_file()
H A Dvdso.c170 if (ferror(f)) in vdso__do_copy_compat()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dflattree.c433 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 Ddata.c108 if (ferror(f)) in data_copy_file()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dflattree.c418 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 Ddata.c95 if (ferror(f)) in data_copy_file()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch55 + if (ferror(f))
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats_i.c99 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 Duserdict.cpp1186 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 D0002-notice-read-and-write-errors-on-input-and-output.patch732 +/* 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 Dsystem.h156 # 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 Dsystem.h156 # undef ferror
157 # define ferror(Stream) ferror_unlocked (Stream) macro
/OK3568_Linux_fs/kernel/tools/perf/
H A Dperf.c335 if (ferror(stdout)) { in run_builtin()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c804 if ( c == EOF && ferror( yyin ) ) \
811 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \

1234