Home
last modified time | relevance | path

Searched refs:fdopen (Results 26 – 50 of 60) sorted by relevance

123

/openbmc/linux/tools/include/nolibc/
H A Dstdio.h44 FILE *fdopen(int fd, const char *mode __attribute__((unused))) in fdopen() function
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-13636.patch57 || ! (ifp = fdopen (ifd, binary_transput ? "rb" : "r")))
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch57 + tmpfp = fdopen (tmpfd, "w+b");
/openbmc/qemu/ui/
H A Dui-qmp-cmds.c238 FILE *f = fdopen(fd, "wb"); in png_save()
/openbmc/linux/tools/perf/jvmti/
H A Djvmti_agent.c296 fp = fdopen(fd, "w+"); in jvmti_open()
/openbmc/linux/tools/perf/
H A Dbuiltin-daemon.c826 out = fdopen(fd, "w"); in handle_server_socket()
1221 daemon->out = fdopen(1, "w"); in go_background()
1379 in = fdopen(fd, "r"); in send_cmd()
/openbmc/u-boot/tools/
H A Dgenboardscfg.py160 with os.fdopen(fd, 'w') as f:
/openbmc/qemu/hw/usb/
H A Du2f-emulated.c224 fp = fdopen(fd, "r+"); in u2f_emulated_setup_counter()
H A Dbus.c283 dev->pcap = fdopen(fd, "wb"); in usb_qdev_realize()
/openbmc/linux/tools/perf/util/
H A Dpmu.c228 file = fdopen(fd, "r"); in perf_pmu__format_parse()
680 file = fdopen(fd, "r"); in pmu_aliases_parse()
1851 return fdopen(fd, "r"); in perf_pmu__open_file_at()
1978 file = fdopen(fd, "r"); in perf_pmu__caps_parse()
H A Ddata-convert-json.c368 c.out = fdopen(fd, "w"); in bt_convert__perf2json()
H A Ddata.c189 data->file.fptr = fdopen(fd, mode); in check_pipe()
/openbmc/qemu/accel/tcg/
H A Dperf.c36 f = fdopen(fd, "w"); in safe_fopen_w()
/openbmc/qemu/hw/s390x/
H A Ds390-skeys.c143 f = fdopen(fd, "wb"); in qmp_dump_skeys()
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrlfs.c674 fp = fdopen(pipefds[0], "r"); in filter_dmesg()
/openbmc/qemu/scripts/qapi/
H A Dgen.py86 with os.fdopen(fd, 'r+', encoding='utf-8') as fp:
/openbmc/u-boot/tools/patman/
H A Dpatchstream.py455 outfd = os.fdopen(handle, 'w')
/openbmc/pam-ipmi/src/pam_ipmisave/
H A Dpam_ipmisave.c253 tempfile = fdopen(fd, "w"); in get_temp_file_handle()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py265 self.monitorpipe = os.fdopen(w, "w")
270 r = os.fdopen(r)
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c157 out = fdopen(pipefd[0], "r"); in get_child_rdvl()
/openbmc/linux/scripts/
H A Dspdxcheck.py378 stdin = os.fdopen(sys.stdin.fileno(), 'rb')
H A Dunifdef.c349 output = fdopen(ofd, "wb+"); in main()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c82 f = fdopen(fd, "w"); in test_btf_dump_case()
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp448 FILE* fp = fdopen(*fd, "r"); in TEST_F()
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py655 bitbake_lock = os.fdopen(lockfd, "w")

123