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

12

/freebsd-11.0-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-11.0-release/lib/atf/libatf-c/tests/
H A DMakefile19 CFLAGS.clang+= -Wno-duplicate-decl-specifier
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp38 ATF_TEST_CASE(duplicate); variable
39 ATF_TEST_CASE_HEAD(duplicate)
41 set_md_var("descr", "Tests the duplicate function");
43 ATF_TEST_CASE_BODY(duplicate)
45 using atf::text::duplicate;
49 char* copy = duplicate(orig);
376 ATF_ADD_TEST_CASE(tcs, duplicate);
H A Dtext.hpp47 char* duplicate(const char*);
H A Dtext.cpp46 impl::duplicate(const char* str) function in class:impl
/freebsd-11.0-release/tests/sys/acl/
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-11.0-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)
773 * Either create a duplicate and pass it on, or dequeue
776 if (hinfo->cfg.duplicate &&
777 random() % 100 <= hinfo->cfg.duplicate) {
[all...]
/freebsd-11.0-release/usr.sbin/makefs/
H A Dmtree.c913 "duplicate definition of %s",
917 "duplicate definition of %s",
/freebsd-11.0-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-11.0-release/sys/conf/
H A Ddtb.mk67 # to make sure the tree is setup properly. We don't recreate it to avoid duplicate
H A Dkern.pre.mk11 # work. To ensure they do work, we have to duplicate thee few lines here.
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap.c913 int duplicate; local
915 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
916 if (sm->workaround && duplicate &&
920 * duplicate EAP requests. However, this misses cases where the
923 * an extra verification for the packets being duplicate to
929 "duplicate packet");
930 duplicate = 0;
933 return duplicate;
948 int duplicate = eap_peer_req_is_duplicate(sm); local
979 else if (sm->rxReq && duplicate)
[all...]
/freebsd-11.0-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-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_cs.c44 bool duplicate; local
66 duplicate = false;
71 duplicate = true;
75 if (!duplicate) {
/freebsd-11.0-release/share/mk/
H A Dbsd.crunchgen.mk146 # Yes, this does seem to partly duplicate bsd.subdir.mk, but I can't
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp107 // Returns the union of set_a and set_b. Does not put duplicate members into the union.
842 bool duplicate = false; local
847 duplicate = true;
851 if (!duplicate)
/freebsd-11.0-release/contrib/libucl/src/
H A Ducl_util.c1324 const char *duplicate; local
1369 else if (strncmp (param->key, "duplicate", param->keylen) == 0) {
1370 duplicate = ucl_object_tostring (param);
1372 if (strcmp (duplicate, "append") == 0) {
1375 else if (strcmp (duplicate, "merge") == 0) {
1378 else if (strcmp (duplicate, "rewrite") == 0) {
1381 else if (strcmp (duplicate, "error") == 0) {
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h200 MachineInstr *duplicate(MachineInstr *Orig,
/freebsd-11.0-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-11.0-release/contrib/bmake/mk/
H A Ddpadd.mk190 # We take care of duplicate suppression later.
/freebsd-11.0-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-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h271 /// Create a duplicate of the Orig instruction in MF. This is like
276 virtual MachineInstr *duplicate(MachineInstr *Orig,
606 /// Return true if it's profitable for if-converter to duplicate instructions
/freebsd-11.0-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

Completed in 161 milliseconds

12