Home
last modified time | relevance | path

Searched defs:dup2 (Results 251 – 275 of 3699) sorted by relevance

1...<<11121314151617181920>>...148

/dports/shells/bash/bash-5.1/lib/sh/
H A Doslib.c88 dup2 (fd1, fd2) in dup2() function
/dports/math/octave/octave-6.4.0/liboctave/system/
H A Doct-syscalls.cc53 dup2 (int old_fd, int new_fd) in dup2() function
60 dup2 (int old_fd, int new_fd, std::string& msg) in dup2() function
/dports/shells/pdksh/pdksh-5.2.14/
H A Dmissing.c273 dup2(oldd, newd) in dup2() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/soltools/mkdepend/
H A Dimakemdep.h163 #define dup2(fd1,fd2) ((fd1 == fd2) ? fd1 : (close(fd2), \ macro
/dports/cad/jspice3/jspice3-2.5/src/lib/misc/
H A Dlibfuncs.c148 dup2(oldd, newd) in dup2() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/soltools/mkdepend/
H A Dimakemdep.h163 #define dup2(fd1,fd2) ((fd1 == fd2) ? fd1 : (close(fd2), \ macro
/dports/net/ntp/ntp-4.2.8p15/sntp/libopts/compat/
H A Dwindows-config.h99 #define dup2 _dup2 macro
/dports/archivers/sharutils/sharutils-4.15.2/libopts/compat/
H A Dwindows-config.h99 #define dup2 _dup2 macro
/dports/security/clamav/clamav-0.104.2/win32/compat/
H A Dglob.c76 char *dup1, *dup2, *dir, *base, *taildirsep, *tailwldsep; in glob_add() local
/dports/security/clamav-lts/clamav-0.103.5/win32/compat/
H A Dglob.c76 char *dup1, *dup2, *dir, *base, *taildirsep, *tailwldsep; in glob_add() local
/dports/lang/ghc/ghc-8.10.7/libraries/base/tests/IO/
H A DT4144.hs111 dup2 _ _ = error "Dup2 not supported" function
/dports/devel/autogen/autogen-5.18.16/compat/
H A Dwindows-config.h99 #define dup2 _dup2 macro
/dports/security/gnutls/gnutls-3.6.16/src/libopts/compat/
H A Dwindows-config.h99 #define dup2 _dup2 macro
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/libopts/compat/
H A Dwindows-config.h99 #define dup2 _dup2 macro
/dports/net/libiscsi/libiscsi-1.19.0/win32/
H A Dwin32_compat.h69 #define dup2(x, y) win32_dup2(x, y) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/irt/
H A Dirt_dev.h38 int (*dup2)(int fd, int newfd); member
56 int (*dup2)(int fd, int newfd); member
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-crtl.ads79 function dup2 (from, to : int) return int; subprogspec
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-crtl.ads79 function dup2 (from, to : int) return int; subprogspec
/dports/net/courier-sox/courier-sox-0.12.20180428/
H A Dsockswrap.c61 int dup2(int fd, int fdNew) in dup2() function
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/IO/
H A DFD.hs126 dup2 = dup2 function
385 dup2 fd fdto = do function
/dports/www/zola/zola-0.15.2/cargo-crates/tracing-0.1.29/tests/
H A Dmacros.rs167 warn_span!(target: "foo_events", parent: None, "foo", bar.baz = 2, quux = 4,); in environment()
176 #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)] in dup2()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-crtl.ads104 function dup2 (from, to : int) return int; subprogspec
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Ds-crtl.ads104 function dup2 (from, to : int) return int; subprogspec
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-crtl.ads104 function dup2 (from, to : int) return int; subprogspec
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-crtl.ads104 function dup2 (from, to : int) return int; subprogspec

1...<<11121314151617181920>>...148