HomeSort by: relevance | last modified time | path
    Searched refs:_dup (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/gnulib/import/
dup.c 40 result = _dup (fd);
52 # define dup_nothrow _dup
  /src/external/gpl3/gdb.old/dist/gnulib/import/
dup.c 40 result = _dup (fd);
52 # define dup_nothrow _dup
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
store_fd.c 150 fd = _dup(fd_in);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
detach.c 83 write_side = _dup(pipefds[1]); /* The new fd will be inherited */
89 err(1, "failed to setup to detach daemon (_dup failed)");
  /src/tests/lib/libc/sys/
t_dup.c 53 check_mode(bool _dup, bool _dup2, bool _dup3)
75 if (_dup != false)
  /src/external/gpl2/groff/dist/src/include/
nonposix.h 66 # define dup(f) _dup(f)
  /src/external/bsd/less/dist/
defines.ds 410 #define dup _dup
  /src/external/gpl3/binutils/dist/libiberty/
pex-win32.c 800 in = _dup (orig_in);
803 out = _dup (orig_out);
808 errdes = _dup (orig_err);
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-win32.c 800 in = _dup (orig_in);
803 out = _dup (orig_out);
808 errdes = _dup (orig_err);
  /src/external/gpl3/gcc/dist/libiberty/
pex-win32.c 800 in = _dup (orig_in);
803 out = _dup (orig_out);
808 errdes = _dup (orig_err);
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-win32.c 779 in = _dup (orig_in);
782 out = _dup (orig_out);
787 errdes = _dup (orig_err);
  /src/external/gpl3/gdb/dist/libiberty/
pex-win32.c 800 in = _dup (orig_in);
803 out = _dup (orig_out);
808 errdes = _dup (orig_err);
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-win32.c 800 in = _dup (orig_in);
803 out = _dup (orig_out);
808 errdes = _dup (orig_err);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
safestack.h 112 static ossl_unused ossl_inline STACK_OF(t1) * sk_##t1##_dup(const STACK_OF(t1) *sk) \
  /src/crypto/external/apache2/openssl/dist/include/openssl/
safestack.h.in 163 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_dup(const STACK_OF(t1) *sk) \
asn1t.h.in 843 stname *stname##_dup(const stname *x) \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
safestack.h.in 161 static ossl_unused ossl_inline STACK_OF(t1) * sk_##t1##_dup(const STACK_OF(t1) *sk) \
asn1t.h.in 855 stname * stname##_dup(const stname *x) \
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOWindows.cpp 157 return _dup(Fd);
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
ParseC.pm 371 static ossl_inline STACK_OF($1) * sk_$1_dup(const STACK_OF($1) *sk);
507 int $1_dup(void);
514 int $2_dup(void);
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
ParseC.pm 365 static ossl_inline STACK_OF($1) * sk_$1_dup(const STACK_OF($1) *sk);
501 int $1_dup(void);
508 int $2_dup(void);
  /src/crypto/external/bsd/openssl/dist/crypto/crmf/
crmf_lib.c 73 if ((atav->value.atyp = valt##_dup(in)) == NULL) \
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
unistd.h 103 They also declare _access(), _chmod(), _close(), _dup(), _dup2(), _isatty(),
971 # define dup _dup
985 /* On native Windows, map 'dup' to '_dup', so that -loldnames is not
991 # define dup _dup
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
unistd.h 103 They also declare _access(), _chmod(), _close(), _dup(), _dup2(), _isatty(),
971 # define dup _dup
985 /* On native Windows, map 'dup' to '_dup', so that -loldnames is not
991 # define dup _dup
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
unistd.h 103 They also declare _access(), _chmod(), _close(), _dup(), _dup2(), _isatty(),
971 # define dup _dup
985 /* On native Windows, map 'dup' to '_dup', so that -loldnames is not
991 # define dup _dup

Completed in 59 milliseconds

1 2 3 4