Searched defs:dup2 (Results 1 – 8 of 8) sorted by relevance
| /third_party/NuttX/fs/vfs/ |
| D | fs_dup2.c | 52 int dup2(int fd1, int fd2) in dup2() function
|
| /third_party/musl/src/unistd/ |
| D | dup2.c | 6 int dup2(int old, int new) in dup2() function
|
| /third_party/python/Python/ |
| D | dup2.c | 20 dup2(int fd1, int fd2) in dup2() function
|
| /third_party/protobuf/src/google/protobuf/io/ |
| D | io_win32.cc | 347 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/ |
| D | LzcompCompress.java | 48 private int dup2; field in LzcompCompress
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
| D | LzcompCompress.java | 48 private int dup2; field in LzcompCompress
|
| /third_party/python/Objects/ |
| D | setobject.c | 2358 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x=NULL; in test_c_api() local
|
| /third_party/boost/tools/build/src/engine/ |
| D | builtins.cpp | 58 #define dup2 _dup2 macro
|