Searched refs:fdopen (Results 1 - 18 of 18) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_autosize.c111 f = fdopen(fd, "w");
H A Darg_parsing.c128 fp = fdopen(fd, "w");
129 if (!ASSERT_NEQ(fp, NULL, "fdopen tmp")) {
H A Dbtf_dump.c82 f = fdopen(fd, "w");
/linux-master/tools/include/nolibc/
H A Dstdio.h43 FILE *fdopen(int fd, const char *mode __attribute__((unused))) function
/linux-master/tools/perf/jvmti/
H A Djvmti_agent.c296 fp = fdopen(fd, "w+");
/linux-master/tools/perf/util/
H A Dprobe-file.c187 fp = fdopen(fddup, "r");
520 fp = fdopen(fddup, "r");
1144 fp = fdopen(fd, "r");
H A Ddata.c201 data->file.fptr = fdopen(fd, mode);
H A Ddata-convert-json.c370 c.out = fdopen(fd, "w");
H A Dpmu.c216 file = fdopen(fd, "r");
642 file = fdopen(fd, "r");
1808 return fdopen(fd, "r");
1935 file = fdopen(fd, "r");
H A Dpython.c1072 FILE *fp = fdopen(evlist->core.pollfd.entries[i].fd, "r");
H A Dannotate.c2264 file = fdopen(objdump_process.out, "r");
/linux-master/tools/perf/
H A Dbuiltin-daemon.c826 out = fdopen(fd, "w");
828 perror("failed: fdopen");
1221 daemon->out = fdopen(1, "w");
1379 in = fdopen(fd, "r");
1381 perror("failed: fdopen");
H A Dbuiltin-stat.c2620 output = fdopen(output_fd, mode);
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c820 fp = fdopen(pipefds[0], "r");
822 ksft_perror("fdopen(pipe)");
/linux-master/scripts/
H A Dspdxcheck.py378 stdin = os.fdopen(sys.stdin.fileno(), 'rb')
H A Dunifdef.c349 output = fdopen(ofd, "wb+");
/linux-master/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c162 out = fdopen(pipefd[0], "r");
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1086 memfile = fdopen(fd, "w+");

Completed in 436 milliseconds