Home
last modified time | relevance | path

Searched refs:fopen (Results 201 – 225 of 353) sorted by relevance

12345678910>>...15

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rabbitmq-c/files/
H A DCVE-2023-35789.patch60 + } else if ((fp = fopen(path, "r")) == NULL) {
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/
H A Dport-gnome-menus3.patch41 - if (!(file = fopen(xdgfile, "r")))
/openbmc/linux/tools/testing/selftests/mm/
H A Dhugetlb-madvise.c44 FILE *f = fopen("/proc/meminfo", "r"); in get_free_hugepages()
H A Dmlock2-tests.c32 file = fopen("/proc/self/maps", "r"); in get_vm_area()
/openbmc/qemu/tests/unit/
H A Dcheck-qdict.c296 test_file = fopen(test_file_path, "r"); in qdict_stress_test()
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dkeytable.c.rst107 fin=fopen(argv[2],"r");
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/
H A D0001-Support-OpenSSL-1.1.0.patch106 FILE *F= fopen(filename, "r");
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dattach_probe.c188 devnull = fopen("/dev/null", "r"); in test_uprobe_lib()
H A Dunpriv_bpf_disabled.c43 fp = fopen(sysctl_path, "r+"); in sysctl_set()
/openbmc/linux/scripts/genksyms/
H A Dgenksyms.c789 ref_file = fopen(optarg, "r"); in main()
797 dumpfile = fopen(optarg, "w"); in main()
/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c436 file = fopen(EFI_SYSTAB, "r"); in osl_find_rsdp_via_efi()
1209 table_file = fopen(filename, "rb"); in osl_read_table_from_file()
/openbmc/obmc-console/
H A Dconsole-server.c202 fp = fopen(path, "w"); in tty_set_sysfs_attr()
403 FILE *f = fopen(path, "w"); in write_to_path()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c41 f = fopen(ubuntu_kver_file, "re"); in get_ubuntu_kernel_version()
/openbmc/linux/tools/perf/util/
H A Dnamespaces.c70 f = fopen(path, "r"); in nsinfo__get_nspid()
H A Dutil.c345 vsig = fopen("/proc/version_signature", "r"); in fetch_ubuntu_kernel_version()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2grab.c.rst149 fout = fopen(out_name, "w");
/openbmc/u-boot/tools/env/
H A Dfw_env.c149 file = fopen(path, "r"); in ubi_check_volume_sysfs_name()
759 fp = fopen(fname, "r"); in fw_parse_script()
1767 fp = fopen(fname, "r"); in get_config()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dvhci_driver.c204 file = fopen(path, "r"); in read_record()
/openbmc/qemu/
H A Dqemu-bridge-helper.c80 f = fopen(filename, "r"); in parse_acl_file()
/openbmc/u-boot/tools/
H A Dimg2srec.c245 if ((file = fopen(fileName,"rb")) == NULL) { in ConvertELF()
/openbmc/qemu/trace/
H A Dsimple.c330 trace_fp = fopen(trace_file_name, "wb"); in st_set_trace_file_enabled()
/openbmc/linux/scripts/dtc/
H A Dsrcpos.c109 *fp = fopen(fullname, "rb"); in try_open()
/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.cpp240 std::unique_ptr<FILE, FileCloser> file{fopen(path.c_str(), "rb")}; in readBinary()
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c75 maps = fopen("/proc/self/maps", "r"); in vsyscall_getcpu()
/openbmc/linux/tools/usb/
H A Dtestusb.c250 fd = fopen(name, "rb"); in find_testdev()

12345678910>>...15