HomeSort by: relevance | last modified time | path
    Searched defs:dup2 (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/external/gpl2/xcvs/dist/lib/
dup2.c 18 __RCSID("$NetBSD: dup2.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
54 dup2 (int fd, int desired_fd) function
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
detach.c 44 #define dup2 _dup2 macro
122 (void) dup2(fd, STDIN_FILENO);
157 #ifdef dup2
158 #undef dup2 macro
160 #define dup2 _dup2 macro
211 (void) dup2(fd, STDOUT_FILENO);
212 (void) dup2(fd, STDERR_FILENO);
socket_wrapper.h 141 #ifdef dup2
142 #undef dup2 macro
144 #define dup2(oldd, newd) swrap_dup2(oldd, newd) macro
  /src/external/gpl3/gdb/dist/gnulib/import/
dup2.c 28 #undef dup2 macro
75 /* If fd is closed, mingw hangs on dup2 (fd, fd). If fd is open,
76 dup2 (fd, fd) returns 0, but all further attempts to use fd in
77 future dup2 calls will hang. */
104 # define dup2 ms_windows_dup2 macro
144 dupfd = dup2 (fd, desired_fd);
156 # define dup2 klibc_dup2 macro
165 /* On Linux kernels 2.6.26-2.6.29, dup2 (fd, fd) returns -EBADF.
166 On Cygwin 1.5.x, dup2 (1, 1) returns 0.
167 On Cygwin 1.7.17, dup2 (1, -1) dumps core
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
dup2.c 28 #undef dup2 macro
75 /* If fd is closed, mingw hangs on dup2 (fd, fd). If fd is open,
76 dup2 (fd, fd) returns 0, but all further attempts to use fd in
77 future dup2 calls will hang. */
104 # define dup2 ms_windows_dup2 macro
144 dupfd = dup2 (fd, desired_fd);
156 # define dup2 klibc_dup2 macro
165 /* On Linux kernels 2.6.26-2.6.29, dup2 (fd, fd) returns -EBADF.
166 On Cygwin 1.5.x, dup2 (1, 1) returns 0.
167 On Cygwin 1.7.17, dup2 (1, -1) dumps core
    [all...]
  /src/sys/sys/
spawn.h 66 #define fae_newfildes fae_data.dup2.newfildes
67 } dup2; member in union:posix_spawn_file_actions_entry::__anon7703
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
windows-config.h 101 #define dup2 _dup2 macro
  /src/external/gpl2/groff/dist/src/include/
nonposix.h 67 # define dup2(f1,f2) _dup2(f1,f2) macro
  /src/external/gpl2/diffutils/dist/src/
system.h 138 # define dup2(f, t) (close (t), fcntl (f, F_DUPFD, t)) macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
unistd.h 1006 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup2.html>. */
1009 # define dup2 rpl_dup2
1011 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
1012 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
1015 # undef dup2 macro
1016 # define dup2 _dup2 macro
1018 _GL_CXXALIAS_MDA (dup2, int, (int oldfd, int newfd));
1020 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
1022 _GL_CXXALIASWARN (dup2); variable
1024 # undef dup2 macro
1035 # undef dup2 macro
1036 # define dup2 macro
1042 _GL_CXXALIASWARN (dup2); variable
    [all...]

Completed in 74 milliseconds

1 2 3