Home
last modified time | relevance | path

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

/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.c424 Nsendfile(int fromfd, int tofd, const char *buf, size_t count) in Nsendfile()
/external/python/cpython3/Lib/
Dsocket.py542 def fromfd(fd, family, type, proto=0): function