Searched refs:duplicate (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.1-release/bin/pwait/
H A Dpwait.c69 int opt, nleft, n, i, duplicate, status; local
108 duplicate = 0;
111 duplicate = 1;
112 if (!duplicate) {
/freebsd-10.1-release/lib/atf/libatf-c/tests/
H A DMakefile17 CFLAGS.clang+= -Wno-duplicate-decl-specifier
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp42 ATF_TEST_CASE(duplicate); variable
43 ATF_TEST_CASE_HEAD(duplicate)
45 set_md_var("descr", "Tests the duplicate function");
47 ATF_TEST_CASE_BODY(duplicate)
49 using atf::text::duplicate;
53 char* copy = duplicate(orig);
380 ATF_ADD_TEST_CASE(tcs, duplicate);
H A Dtext.hpp51 char* duplicate(const char*);
H A Dtext.cpp50 impl::duplicate(const char* str) function in class:impl
/freebsd-10.1-release/tools/regression/acltools/
H A Drun260 or die "Can't duplicate pipe for reading: $!";
264 or die "Can't duplicate STDOUT: $!";
268 or die "Can't duplicate pipe for writing: $!";
280 or die "Can't duplicate STDIN: $!";
282 or die "Can't close STDIN duplicate: $!";
285 or die "Can't duplicate STDOUT: $!";
287 or die "Can't close STDOUT duplicate: $!";
313 or die "Can't close STDOUT duplicate: $!";
316 or die "Can't duplicate STDERR: $!";
/freebsd-10.1-release/sys/netgraph/
H A Dng_pipe.h119 u_int32_t duplicate; member in struct:ng_pipe_hookcfg
133 { "duplicate", &ng_parse_uint32_type }, \
H A Dng_pipe.c507 if (new->duplicate == -1)
508 current->duplicate = 0;
509 else if (new->duplicate > 0 && new->duplicate <= 50)
510 current->duplicate = new->duplicate;
553 current->duplicate | current->ber)
802 * Either create a duplicate and pass it on, or dequeue
805 if (hinfo->cfg.duplicate &&
806 random() % 100 <= hinfo->cfg.duplicate) {
[all...]
/freebsd-10.1-release/usr.sbin/makefs/
H A Dmtree.c902 "duplicate definition of %s",
906 "duplicate definition of %s",
/freebsd-10.1-release/sys/netinet6/
H A Dnd6_nbr.c102 * Based on RFC 2462 (duplicate address detection)
293 nd6log((LOG_INFO, "nd6_ns_input: duplicate IP6 address %s\n",
313 * duplicate address detection.
378 * Based on RFC 2462 (duplicate address detection)
381 * dad - duplicate address detection
599 * Based on RFC 2462 (duplicate address detection)
712 "nd6_na_input: duplicate IP6 address %s\n",
1392 int duplicate; local
1394 duplicate = 0;
1401 duplicate
1540 int duplicate; local
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dbreakpoint.h228 char duplicate;
227 char duplicate; member in struct:bp_location
H A Dbreakpoint.c771 if (bpt->inserted || bpt->duplicate)
1469 && !b->duplicate)
1525 && !b->duplicate)
1550 && !b->duplicate)
1561 && !b->duplicate)
3837 breakpoints of any of these types to be a duplicate of an actual
3899 b->duplicate = count > 1;
3907 perm_bp->duplicate = 0;
3931 b->duplicate = 1;
4377 !b->loc->duplicate
[all...]
/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Deap.c619 int duplicate; local
621 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
622 if (sm->workaround && duplicate &&
626 * duplicate EAP requests. However, this misses cases where the
629 * an extra verification for the packets being duplicate to
635 "duplicate packet");
636 duplicate = 0;
639 return duplicate;
645 int duplicate = eap_peer_req_is_duplicate(sm); local
665 else if (sm->rxReq && duplicate)
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dipa-inline.c116 cgraph_clone_inlined_nodes (struct cgraph_edge *e, bool duplicate, bool update_original) argument
118 if (duplicate)
129 duplicate = false;
148 cgraph_clone_inlined_nodes (e, duplicate, update_original);
1025 /* Verify that we won't duplicate the caller. */
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_cs.c44 bool duplicate; local
66 duplicate = false;
71 duplicate = true;
75 if (!duplicate) {
/freebsd-10.1-release/contrib/sendmail/cf/m4/
H A Dcfhead.m446 ifdef(`__OSTYPE__', `errprint(`duplicate OSTYPE'($1)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp109 // Returns the union of set_a and set_b. Does not put duplicate members into the union.
835 bool duplicate = false; local
840 duplicate = true;
844 if (!duplicate)
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h212 /// duplicate - Create a duplicate of the Orig instruction in MF. This is like
217 virtual MachineInstr *duplicate(MachineInstr *Orig,
360 /// if-converter to duplicate instructions of specified accumulated
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h134 MachineInstr *duplicate(MachineInstr *Orig, MachineFunction &MF) const;
/freebsd-10.1-release/contrib/bmake/mk/
H A Ddpadd.mk147 # We take care of duplicate suppression later.
/freebsd-10.1-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc92 // Advance past duplicate colons
/freebsd-10.1-release/contrib/unbound/util/data/
H A Dmsgparse.c337 struct rrset_parse* sigset, struct rrset_parse* dataset, int duplicate)
347 if(duplicate) {
700 /** see if RRSIG is a duplicate of another */
725 * it will lead to duplicate rrs for qtype=RRSIG. (or ANY).
336 moveover_rrsigs(sldns_buffer* pkt, struct regional* region, struct rrset_parse* sigset, struct rrset_parse* dataset, int duplicate) argument
/freebsd-10.1-release/tools/tools/net80211/w00t/ap/
H A Dap.c595 int duplicate(struct params *p, struct ieee80211_frame *wh, int rc) function
679 if (duplicate(p, wh, rc)) {
/freebsd-10.1-release/contrib/gdb/include/
H A Dhp-symtab.h1146 unsigned int m_duplicate: 1; /* duplicate */
1570 o Remove duplicate global type and variable information
1750 unsigned int duplicate: 1; /* clone of another procedure */ member in struct:quick_procedure
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp328 MachineInstr *TargetInstrInfo::duplicate(MachineInstr *Orig, function in class:TargetInstrInfo

Completed in 309 milliseconds

12