Searched refs:dupl (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dcommand-def-selftests.c130 auto dupl = lists.find (list); local
131 if (dupl != lists.end ())
138 prefix, dupl->second,
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dcommand-def-selftests.c129 auto dupl = lists.find (list); local
130 if (dupl != lists.end ())
136 prefix, dupl->second,
/netbsd-current/usr.bin/kdump/
H A Dkdump.c1177 int dupl = 0; local
1205 dupl |= 1; /* need to print */
1207 if (dupl == 0 || memcmp(dp, prev, sizeof chars))
1208 dupl |= 1;
1211 if (!(dupl & 1)) {
1213 dupl += 2;
1218 if (dupl > 3) {
1220 if (dupl == 5)
1240 dupl = 2;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c235 static sopno dupl(struct parse *, sopno, sopno);
530 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]);
729 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1155 copy = dupl(p, start+1, finish+1);
1164 copy = dupl(p, start, finish);
1168 copy = dupl(p, start, finish);
1446 - dupl - emit a duplicate of a bunch of sops
1449 dupl(struct parse *p, function
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dregcomp.c125 static sopno dupl __P((struct parse *p, sopno start, sopno finish));
626 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1087 copy = dupl(p, start+1, finish+1);
1096 copy = dupl(p, start, finish);
1100 copy = dupl(p, start, finish);
1441 - dupl - emit a duplicate of a bunch of sops
1442 == static sopno dupl(struct parse *p, sopno start, sopno finish);
1445 dupl(struct parse *p, sopno start, sopno finish) function
/netbsd-current/external/bsd/unbound/dist/libunbound/
H A Dlibunbound.c969 char* dupl; local
1019 dupl = strdup(addr);
1020 if(!dupl) {
1025 if(!cfg_strlist_insert(&s->addrs, dupl)) {
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-i386.c7508 unsigned int dupl = i.operands;
7509 unsigned int dest = dupl - 1;
7514 && MAX_OPERANDS > dupl
7544 gas_assert ((MAX_OPERANDS - 1) > dupl
7566 dupl++;
7568 i.op[dupl] = i.op[dest];
7569 i.types[dupl] = i.types[dest];
7570 i.tm.operand_types[dupl] = i.tm.operand_types[dest];
7571 i.flags[dupl] = i.flags[dest];
7580 i.op[dupl]
7504 unsigned int dupl = i.operands; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c7808 unsigned int dupl = i.operands;
7809 unsigned int dest = dupl - 1;
7814 && MAX_OPERANDS > dupl
7844 gas_assert ((MAX_OPERANDS - 1) > dupl
7866 dupl++;
7868 i.op[dupl] = i.op[dest];
7869 i.types[dupl] = i.types[dest];
7870 i.tm.operand_types[dupl] = i.tm.operand_types[dest];
7871 i.flags[dupl] = i.flags[dest];
7880 i.op[dupl]
7804 unsigned int dupl = i.operands; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c7808 unsigned int dupl = i.operands;
7809 unsigned int dest = dupl - 1;
7814 && MAX_OPERANDS > dupl
7844 gas_assert ((MAX_OPERANDS - 1) > dupl
7866 dupl++;
7868 i.op[dupl] = i.op[dest];
7869 i.types[dupl] = i.types[dest];
7870 i.tm.operand_types[dupl] = i.tm.operand_types[dest];
7871 i.flags[dupl] = i.flags[dest];
7880 i.op[dupl]
7804 unsigned int dupl = i.operands; local
[all...]
/netbsd-current/lib/libc/regex/
H A Dregcomp.c170 static sopno dupl(struct parse *p, sopno start, sopno finish);
586 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1011 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1621 copy = dupl(p, start+1, finish+1);
1630 copy = dupl(p, start, finish);
1634 copy = dupl(p, start, finish);
1841 - dupl - emit a duplicate of a bunch of sops
1842 == static sopno dupl(struct parse *p, sopno start, sopno finish);
1845 dupl(struct parse *p, function

Completed in 338 milliseconds