Searched defs:fromfd (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | sendfile.c | 44 int fromfd = open(fromfile, O_RDONLY); in sendfile_0100() local 83 int fromfd = -1; in sendfile_0200() local
|
H A D | splice.c | 38 int fromfd = open(fromfile, O_RDWR | O_CREAT, TEST_MODE); in splice_0100() local 83 int fromfd = open(path, O_RDONLY); in splice_0200() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | copyfile.c | 76 int fromfd, tofd; in copyfile_mode_ns() local
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | copyfile.c | 76 int fromfd, tofd; in copyfile_mode_ns() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 154 static void copy_fromat_to(int fromfd, const char *fromname, const char *toname) in copy_fromat_to() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 154 static void copy_fromat_to(int fromfd, const char *fromname, const char *toname) in copy_fromat_to() argument
|
/third_party/python/Lib/ |
H A D | socket.py | 540 def fromfd(fd, family, type, proto=0): function
|
Completed in 4 milliseconds