Home
last modified time | relevance | path

Searched refs:fgets (Results 51 – 75 of 134) sorted by relevance

123456

/openbmc/qemu/ui/
H A Dkeymaps.c106 if (fgets(line, 1024, f) == NULL) { in parse_keyboard_layout()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0006-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch50 + if (!fgets(buf, sizeof(buf), f)) {
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tag.c103 while (fgets(buff, sizeof(buff), fp)) { in tag_from_fdinfo()
H A Dtrace_helpers.c44 while (fgets(buf, sizeof(buf), f)) { in load_kallsyms_refresh()
/openbmc/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c139 while (fgets(line, sizeof(line), file)) { in kmod_selftests()
/openbmc/linux/fs/unicode/
H A Dmkutf8data.c1953 while (fgets(line, LINESIZE, file)) { in age_init()
1991 while (fgets(line, LINESIZE, file)) { in age_init()
2070 while (fgets(line, LINESIZE, file)) { in ccc_init()
2135 while (fgets(line, LINESIZE, file)) { in nfdi_init()
2196 while (fgets(line, LINESIZE, file)) { in nfdicf_init()
2250 while (fgets(line, LINESIZE, file)) { in ignore_init()
2324 while (fgets(line, LINESIZE, file)) { in corrections_init()
2339 while (fgets(line, LINESIZE, file)) { in corrections_init()
3231 while (fgets(line, LINESIZE, file)) { in normalization_test()
/openbmc/skeleton/libopenbmc_intf/
H A Dgpio.c114 if (fgets(label, 14, fd) != NULL) in get_gpio_base()
/openbmc/linux/arch/x86/tools/
H A Dinsn_sanity.c128 tmp = fgets(buf, ARRAY_SIZE(buf), input_file); in read_next_insn()
/openbmc/qemu/tests/migration/
H A Dstress.c65 if (!fgets(line, sizeof line, fp)) { in get_command_arg_str()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.cpp49 while (fgets(buffer.data(), buffer.size(), pipe) != nullptr) in exec()
/openbmc/qemu/trace/
H A Dcontrol.c220 while (fgets(line_buf, sizeof(line_buf), fp)) { in trace_init_events()
/openbmc/linux/tools/testing/selftests/mm/
H A Dvm_util.c72 while (fgets(buf, len, fp)) { in check_for_pattern()
H A Dmlock2-tests.c40 while(fgets(line, 1024, file)) { in get_vm_area()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D13_shlib_weaksym.patch155 -extern char *xgets(); /* fgets() on steroids */
166 +extern char *xgets(char *, int, FILE *); /* fgets() on steroids */
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h192 char *fgets(char *s, int size, FILE *stream) in fgets() function
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/
H A Dtcp-wrappers_7.6.bb49 file://0001-Remove-fgets-extern-declaration.patch \
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dkeytable.c.rst122 while (fgets(s,sizeof(s),fin)) {
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dtest_util.c178 while (fgets(buf, sizeof(buf), f) != NULL) { in get_def_hugetlb_pagesz()
/openbmc/linux/tools/perf/util/
H A Dsvghelper.c333 while (fgets(buf, 255, file)) { in cpu_model()
345 while (fgets(buf, 255, file)) { in cpu_model()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsk_assign.c41 if (CHECK_FAIL(!fgets(tc_version, sizeof(tc_version), tc))) in configure_stack()
H A Dverify_pkcs7_sig.c195 mod_path_ptr = fgets(mod_path, sizeof(mod_path), fp); in populate_data_item_mod()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dvhci_driver.c211 if (fgets(buffer, buffer_len, file) == NULL) { in read_record()
/openbmc/ipmitool/src/
H A Dipmishell.c420 ret = fgets(buf, EXEC_BUF_SIZE, fp); in ipmi_exec_main()
/openbmc/qemu/
H A Dqemu-bridge-helper.c85 while (fgets(line, sizeof(line), f) != NULL) { in parse_acl_file()
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c79 while (fgets(line, MAPS_LINE_LEN, maps)) { in vsyscall_getcpu()

123456