Home
last modified time | relevance | path

Searched defs:fromfd (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dsendfile.c44 int fromfd = open(fromfile, O_RDONLY); in sendfile_0100() local
83 int fromfd = -1; in sendfile_0200() local
Dsplice.c38 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
/third_party/python/Lib/
Dsocket.py540 def fromfd(fd, family, type, proto=0): function