Home
last modified time | relevance | path

Searched defs:dup2 (Results 1 – 8 of 8) sorted by relevance

/third_party/NuttX/fs/vfs/
Dfs_dup2.c52 int dup2(int fd1, int fd2) in dup2() function
/third_party/musl/src/unistd/
Ddup2.c6 int dup2(int old, int new) in dup2() function
/third_party/python/Python/
Ddup2.c20 dup2(int fd1, int fd2) in dup2() function
/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc347 int dup2(int fd1, int fd2) { return ::_dup2(fd1, fd2); } in dup2() function
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DLzcompCompress.java48 private int dup2; field in LzcompCompress
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DLzcompCompress.java48 private int dup2; field in LzcompCompress
/third_party/python/Objects/
Dsetobject.c2358 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x=NULL; in test_c_api() local
/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp58 #define dup2 _dup2 macro