Home
last modified time | relevance | path

Searched refs:fdopen (Results 1 – 16 of 16) sorted by relevance

/linux/tools/include/nolibc/
H A Dstdio.h50 FILE *fdopen(int fd, const char *mode __attribute__((unused))) in fdopen() function
82 return fdopen(fd, mode); in fopen()
430 stream = fdopen(fd, NULL); in vdprintf()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Darg_parsing.c128 fp = fdopen(fd, "w"); in test_parse_test_list_file()
H A Dcore_autosize.c111 f = fdopen(fd, "w"); in test_core_autosize()
H A Dbtf_dump.c82 f = fdopen(fd, "w"); in test_btf_dump_case()
/linux/tools/perf/util/
H A Dprobe-file.c187 fp = fdopen(fddup, "r"); in probe_file__get_rawlist()
501 fp = fdopen(fddup, "r"); in probe_cache__load()
1125 fp = fdopen(fd, "r"); in scan_ftrace_readme()
H A Ddata-convert-json.c368 c.out = fdopen(fd, "w"); in bt_convert__perf2json()
H A Ddata.c181 data->file.fptr = fdopen(fd, mode); in check_pipe()
H A Dpmu.c244 file = fdopen(fd, "r"); in perf_pmu__format_parse()
2442 return fdopen(fd, "r"); in perf_pmu__open_file_at()
2576 file = fdopen(fd, "r"); in perf_pmu__caps_parse()
H A Ddisasm.c1571 file = fdopen(objdump_process.out, "r"); in symbol__disassemble_objdump()
/linux/tools/perf/ui/browsers/
H A Dscripts.c104 fp = fdopen(fd, "r"); in check_ev_match()
/linux/tools/perf/
H A Dbuiltin-daemon.c827 out = fdopen(fd, "w"); in handle_server_socket()
1222 daemon->out = fdopen(1, "w"); in go_background()
1380 in = fdopen(fd, "r"); in send_cmd()
H A Dbuiltin-stat.c2704 output = fdopen(output_fd, mode); in cmd_stat()
/linux/tools/perf/jvmti/
H A Djvmti_agent.c296 fp = fdopen(fd, "w+"); in jvmti_open()
/linux/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c162 out = fdopen(pipefd[0], "r"); in get_child_rdvl()
/linux/scripts/
H A Dunifdef.c349 output = fdopen(ofd, "wb+"); in main()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c9668 file_telem_info = fdopen(fd_telem_info, "r"); in parse_telem_info_file()