Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dreduction.py181 def fromfd(fd, family, type_, proto=0): function
/external/linux-kselftest/tools/testing/selftests/capabilities/
Dtest_execve.c154 static void copy_fromat_to(int fromfd, const char *fromname, const char *toname) in copy_fromat_to()
/external/iperf3/src/
Dnet.c394 Nsendfile(int fromfd, int tofd, const char *buf, size_t count) in Nsendfile()
/external/python/cpython3/Lib/
Dsocket.py537 def fromfd(fd, family, type, proto=0): function