Searched refs:dup (Results 76 - 100 of 207) sorted by relevance

123456789

/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dmemchr-mte.S48 dup vrepchr.16b, chrin
H A Dmemrchr.S51 dup vrepchr.16b, chrin
H A Dstrchr-mte.S44 dup vrepchr.16b, chrin
H A Dmemset.S28 dup v0.16B, valw
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl131 DQ 2 dup (?)
/freebsd-current/lib/libcasper/services/cap_syslog/
H A Dcap_syslog.c164 prev_stderr = dup(STDERR_FILENO);
/freebsd-current/lib/libnv/tests/
H A Dnvlist_move_test.c91 fd = dup(STDERR_FILENO);
/freebsd-current/lib/libcasper/libcasper/
H A Dlibcasper.h197 newchan->cch_fd = dup(chan->cch_fd);
/freebsd-current/tools/regression/security/cap_test/
H A Dcap_test_capmode.c113 CHECK_SYSCALL_SUCCEEDS(dup, fd_file);
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz_helper.c141 if ((fd = dup(devnull)) == -1) {
142 error_f("dup: %s", strerror(errno));
/freebsd-current/crypto/openssh/
H A Dssh-sk-helper.c307 if ((in = dup(STDIN_FILENO)) == -1 || (out = dup(STDOUT_FILENO)) == -1)
308 fatal("%s: dup: %s", __progname, strerror(errno));
/freebsd-current/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c413 if (dup(s) < 0) {
414 syslog(LOG_ERR, "Could not dup(0). %s (%d)",
420 if (dup(s) < 0) {
421 syslog(LOG_ERR, "Could not dup(1). %s (%d)",
/freebsd-current/contrib/tcsh/
H A Dsh.sem.c869 TCSH_IGNORE(dup(pipein[0]));
879 TCSH_IGNORE(dup(OLDSTD));
883 * across dup()s, so we have to UNSET it here or else we get a
932 TCSH_IGNORE(dup(pipeout[1]));
937 TCSH_IGNORE(dup(SHOUT));
946 TCSH_IGNORE(dup(1));
950 TCSH_IGNORE(dup(SHDIAG));
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dgen_template.c810 const char *dup; local
834 dup = tlist_find_dup(tl);
835 if (dup) {
836 if (strcmp(dup, tl->name) == 0)
837 errx(1, "found dup of ourself");
838 *dupname = dup;
/freebsd-current/tools/tools/net80211/w00t/assoc/
H A Dassoc.c258 int dup = 0; local
307 else { /* dup */
308 dup = 1;
310 printf("Got dup seq %d, last %d\n",
335 if (type == IEEE80211_FC0_TYPE_DATA && !dup) {
/freebsd-current/sbin/fsck_ffs/
H A Dpass1.c584 new->dup = blkno;
593 if (dlp->dup == blkno)
595 if (dlp == muldup && dlp->dup != blkno)
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.c312 /* dup(O) - set to 1 if node is a duplicate, else 0. */
315 /* If there is already a matching key in the table, "dup" will be set to 1 */
321 ipf_rx_insert(ipf_rdx_head_t *head, ipf_rdx_node_t nodes[2], int *dup) argument
351 *dup = 1;
354 *dup = 0;
504 int dup; local
507 x = ipf_rx_insert(head, nodes, &dup);
511 if (dup == 1) {
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_asn1.c525 EC_GROUP *ret = NULL, *dup = NULL; local
776 if ((dup = EC_GROUP_dup(ret)) == NULL
777 || EC_GROUP_set_seed(dup, NULL, 0) != 1
778 || !EC_GROUP_set_generator(dup, point, a, NULL)) {
782 if ((curve_name = ossl_ec_curve_nid_from_params(dup, ctx)) != NID_undef) {
838 EC_GROUP_free(dup);
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c252 struct iwl_ucode_tlv *dup = NULL; local
271 dup = kmemdup(tlv, sizeof(*tlv) + le32_to_cpu(tlv->length),
273 if (!dup)
275 dup_trig = (void *)dup->data;
277 tlv = dup;
281 kfree(dup);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp183 DEFINE__REAL(int, dup, int a);
184 return _REAL(dup, oldfd);
/freebsd-current/sbin/ping/tests/
H A Dtest_ping.py153 dup: bool = False,
202 :keyword dup: Duplicate packets, defaults to `False`
203 :type dup: bool
262 if dup is True:
/freebsd-current/sys/sys/
H A Dsyscall.mk39 dup.o \
/freebsd-current/contrib/flex/src/
H A Dfilter.c161 * So we dup the new pipe onto the stdin descriptor and use a no-op fseek
246 if ((to_cfd = dup (1)) == -1)
247 flexfatal (_("dup(1) failed"));
/freebsd-current/contrib/capsicum-test/
H A Dprocdesc.cc463 int pd_copy = dup(pd_);
547 int pd_other = dup(pd_);
986 int cap_incapable = dup(pd);
991 int cap_capable = dup(pd);
/freebsd-current/contrib/cortex-strings/src/aarch64/
H A Dmemset.S87 dup v0.16B, valw

Completed in 388 milliseconds

123456789