Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dllvm-utils.c109 while (!feof(file) && !ferror(file)) { in read_from_pipe()
137 if (ferror(file)) { in read_from_pipe()
Dlzma.c61 if (ferror(infile)) { in lzma_decompress_to_file()
Dvdso.c166 if (ferror(f)) in vdso__do_copy_compat()
Dprobe-finder.c825 if (ferror(fp)) in find_lazy_match_lines()
Dprobe-event.c755 if (ferror(fp)) { in __show_one_line()
/linux-4.4.14/arch/x86/boot/tools/
Dbuild.c312 if (ferror(file)) in parse_zoffset()
357 if (ferror(file)) in main()
/linux-4.4.14/drivers/mmc/host/
Dsunxi-mmc.c258 int ferror; member
704 host->ferror = sunxi_mmc_init_host(mmc); in sunxi_mmc_set_ios()
705 if (host->ferror) in sunxi_mmc_set_ios()
741 host->ferror = sunxi_mmc_clk_set_rate(host, ios); in sunxi_mmc_set_ios()
787 if (host->ferror) { in sunxi_mmc_request()
788 mrq->cmd->error = host->ferror; in sunxi_mmc_request()
/linux-4.4.14/scripts/dtc/
Dflattree.c435 if (ferror(f)) in dt_to_blob()
824 if (ferror(f)) in dt_from_blob()
839 if (ferror(f)) in dt_from_blob()
867 if (ferror(f)) in dt_from_blob()
Ddata.c108 if (ferror(f)) in data_copy_file()
Ddtc-lexer.lex.c_shipped777 if ( c == EOF && ferror( yyin ) ) \
784 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
/linux-4.4.14/tools/hv/
Dhv_kvp_daemon.c166 if (ferror(filep) || fclose(filep)) { in kvp_update_file()
199 if (ferror(filep)) { in kvp_update_mem_state()
276 if (ferror(filep)) { in kvp_file_init()
/linux-4.4.14/scripts/
Dasn1_compiler.c1311 if (ferror(hdr)) { in render()
1324 if (ferror(out)) { in render()
1355 if (ferror(out)) { in render()
/linux-4.4.14/tools/perf/
Dperf.c408 if (ferror(stdout)) { in run_builtin()
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped680 if ( c == EOF && ferror( yyin ) ) \
687 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \