Home
last modified time | relevance | path

Searched refs:fgets (Results 76 – 100 of 134) sorted by relevance

123456

/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dhwcap.c603 while (fgets(buf, sizeof(buf), f)) { in cpuinfo_present()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.hpp308 while (fgets(buffer.data(), buffer.size(), pipe.get()) != nullptr) in executeCmd()
/openbmc/linux/scripts/
H A Dinsert-sys-cert.c106 while (fgets(l, LINE_SIZE, f)) { in get_symbol_from_map()
H A Dunifdef.c649 if (fgets(tline, MAXLINE, input) == NULL) in parseline()
723 if (fgets(tline + len, MAXLINE - len, input) == NULL) { in parseline()
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c114 while (fgets(line, MAPS_LINE_LEN, maps)) { in init_vsys()
/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.cpp53 while (fgets(buffer.data(), buffer.size(), pipe) != nullptr) in pflash()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D11_tcpd_blacklist.patch141 + while (fgets(buf, sizeof(buf), fp)) {
/openbmc/ipmitool/src/plugins/usb/
H A Dusb.c133 if (fgets(linebuf, 80, fp) == NULL) { in scsiProbeNew()
/openbmc/qemu/
H A Dqemu-io.c385 if (!fgets(line, MAXREADLINESZ, stdin)) { in fetchline_fgets()
/openbmc/linux/tools/perf/util/
H A Dprobe-file.c192 p = fgets(buf, MAX_CMDLEN, fp); in probe_file__get_rawlist()
527 if (!fgets(buf, MAX_CMDLEN, fp)) in probe_cache__load()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dnames.c302 while (fgets(buf, sizeof(buf), f)) { in parse()
/openbmc/qemu/util/
H A Dqemu-config.c305 while (fgets(line, sizeof(line), fp) != NULL) { in qemu_config_foreach()
/openbmc/linux/tools/bpf/bpftool/
H A Dxlated_dumper.c37 while (fgets(buff, sizeof(buff), fp)) { in kernel_syms_load()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c349 while (fgets(buf, sizeof(buf), f)) { in get_syms()
H A Dxdp_bonding.c65 while (fgets(line, sizeof(line), f)) { in get_rx_packets()
/openbmc/linux/tools/power/cpupower/utils/
H A Dcpufreq-info.c37 if (!fgets(value, LINE_LEN, fp)) in count_cpus()
/openbmc/linux/usr/
H A Dgen_init_cpio.c632 while (fgets(line, LINE_SIZE, cpio_list)) { in main()
/openbmc/u-boot/scripts/kconfig/
H A Dconf.c77 if (!fgets(str, size, in)) in xfgets()
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c602 while (fgets(line, sizeof(line), f) != NULL) { in using_hash_mmu()
/openbmc/ipmitool/lib/
H A Dipmi_event.c519 if (fgets(buf, 1024, fp) == NULL) in ipmi_event_fromfile()
/openbmc/linux/tools/testing/selftests/user_events/
H A Dftrace_test.c89 if (fgets(buffer, len, fp) == NULL) in get_print_fmt()
/openbmc/u-boot/lib/
H A Dslre.c694 while (fgets(data, sizeof(data), fp) != NULL) { in main()
/openbmc/linux/scripts/kconfig/
H A Dconf.c79 if (!fgets(str, size, in)) in xfgets()
/openbmc/linux/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c148 while (fgets(line, sizeof(line), fp) != 0) { in build_memory_map()
/openbmc/qemu/hw/9pfs/
H A D9p-local.c170 while (fgets(buf, ATTR_MAX, fp)) { in local_mapped_file_attr()
277 while (fgets(buf, ATTR_MAX, fp)) { in local_set_mapped_file_attrat()

123456