Searched refs:name1 (Results 1 - 25 of 42) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dparse1.C3 enum { name1 }; enumerator in enum:__anon6685
5 struct name1 { }; struct
6 struct derived1 : public name1 { };
7 struct derived2 : public name0, public name1 { };
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Dcommon_entry_exit_abi1.S24 .macro FALLTHROUGH_TAIL_CALL name0 name1
26 .globl \name1
27 .type \name1, @function
29 \name1:
H A Dcommon_entry_exit_legacy.S25 .macro FALLTHROUGH_TAIL_CALL name0 name1
27 .globl \name1
28 .type \name1, @function
30 \name1:
H A Dcommon_entry_exit_abi2.S24 .macro FALLTHROUGH_TAIL_CALL name0 name1
27 .globl \name1
28 .type \name1, @function
29 \name1:
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dref.t579 $name1 = "\0Chalk";
582 isnt ($name1, $name2, "They differ");
584 is ($$name1, undef, 'Nothing before we start (scalars)');
586 $$name1 = "Yummy";
587 is ($$name1, "Yummy", 'Accessing via the correct name works');
591 ok (defined $$name1, 'defined via the correct name works');
595 is ($name1->[0], undef, 'Nothing before we start (arrays)');
597 $name1->[0] = "Yummy";
598 is ($name1->[0], "Yummy", 'Accessing via the correct name works');
601 ok (defined $name1
[all...]
H A Dpostfixderef.t221 $name1 = "\0Chalk";
224 is ($ $name1, undef, 'Nothing before we start (scalars)');
226 $name1 ->$* = "Yummy";
227 is ($name1-> $*, "Yummy", 'Accessing via the correct name works');
231 ok (defined $name1->$*, 'defined via the correct name works');
235 my (undef, $one) = $name1 ->@[2,3];
239 $name1->@[2,3] = ("Very", "Yummy");
240 (undef, $one) = $name1 -> @[2,3];
/openbsd-current/usr.bin/dig/lib/dns/include/dns/
H A Dname.h281 dns_name_fullcompare(const dns_name_t *name1, const dns_name_t *name2,
285 * 'name1' and 'name2', and also determine the hierarchical
294 *\li 'name1' is a valid name
296 *\li dns_name_countlabels(name1) > 0
304 *\li Either name1 is absolute and name2 is absolute, or neither is.
308 *\li *orderp is < 0 if name1 < name2, 0 if name1 = name2, > 0 if
309 * name1 > name2.
315 * between name1 and name2.
316 *\li dns_namereln_contains name1 properl
[all...]
/openbsd-current/sbin/isakmpd/
H A Dx509.h54 struct x509_attribval name1; member in struct:x509_aca
/openbsd-current/games/number/
H A Dnumber.c42 static const char *const name1[] = { variable
280 (void)printf("%s hundred", name1[*p - '0']);
290 (void)printf("%s", name1[val]);
294 (void)printf("-%s", name1[val % 10]);
302 (void)printf("%s", name1[*p - '0']);
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Ddir.c181 char const *name1 = filevec[1].name;
203 name1, nameorder < 0 ? 0 : *names1++,
180 char const *name1 = filevec[1].name; local
H A Ddiff.c936 compare_files (dir0, name0, dir1, name1, depth)
938 char const *name0, *name1;
952 if (! ((name0 != 0 && name1 != 0)
953 || (unidirectional_new_file_flag && name1 != 0)
956 char const *name = name0 == 0 ? name1 : name0;
969 inf[1].desc = name1 == 0 ? -1 : -2;
974 name0 = name1;
975 if (name1 == 0)
976 name1 = name0;
979 inf[1].name = dir1 == 0 ? name1
[all...]
H A Dutil.c179 setup_output (name0, name1, depth)
180 char const *name0, *name1;
184 current_name1 = name1;
/openbsd-current/usr.bin/dig/lib/dns/
H A Dname.c244 dns_name_fullcompare(const dns_name_t *name1, const dns_name_t *name2, argument
256 * 'name1' and 'name2', and also determine the hierarchical
268 * Either name1 is absolute and name2 is absolute, or neither is.
270 REQUIRE((name1->attributes & DNS_NAMEATTR_ABSOLUTE) ==
273 if (name1 == name2) {
275 *nlabelsp = name1->labels;
279 SETUP_OFFSETS(name1, offsets1, odata1);
283 l1 = name1->labels;
300 label1 = &name1->ndata[*offsets1];
381 dns_name_compare(const dns_name_t *name1, cons argument
401 dns_name_equal(const dns_name_t *name1, const dns_name_t *name2) argument
470 dns_name_caseequal(const dns_name_t *name1, const dns_name_t *name2) argument
497 dns_name_issubdomain(const dns_name_t *name1, const dns_name_t *name2) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dtic30-dis.c372 char *name1, *name2; local
388 name1 = (char *) strdup (insn->ptm->name + 2);
390 len = strlen (name1);
393 if (name1[i] == '_')
395 name2 = &name1[i + 1];
396 name1[i] = '\0';
475 info->fprintf_func (info->stream, " %s %s,%s%c%s", name1,
483 free (name1);
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic30-dis.c473 char *name1, *name2; local
492 name1 = (char *) strdup (insn->ptm->name + 2);
494 len = strlen (name1);
497 if (name1[i] == '_')
499 name2 = &name1[i + 1];
500 name1[i] = '\0';
579 info->fprintf_func (info->stream, " %s %s,%s%c%s", name1,
587 free (name1);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp140 const char *name1 = "flag1",
146 RegisterFlag(&parser, name1, kFlagDesc, &flag1);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dminsyms.c666 char *name1 = SYMBOL_LINKAGE_NAME (fn1);
669 if (name1 && name2) /* both have names */
670 return strcmp (name1, name2);
673 else if (name1) /* fn2 has no name, so it is "less" */
665 char *name1 = SYMBOL_LINKAGE_NAME (fn1); local
/openbsd-current/bin/ksh/
H A Dtable.c179 char *name1 = (*(struct tbl **)p1)->name; local
181 return strcmp(name1, name2);
/openbsd-current/usr.bin/mail/
H A Dextern.h62 char *name1(struct message *, int);
H A Dutil.c365 cp = skin(name1(mp, reptype));
518 name1(struct message *mp, int reptype) function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.c1001 const char *name1, *name2; local
1004 name1 = darwin_strip_name_encoding (name);
1015 if (strcmp (name1, name2) == 0)
1065 const char *name1, *name2; local
1068 name1 = darwin_strip_name_encoding (name);
1079 if (strcmp (name1, name2) == 0)
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dtic4x.h482 Alias: <name1> <name2>
484 #define D_CLASS_INSN(name1, name2, opcode, level) \
485 { name1, opcode|0x00000000, 0xfe200000, "A,Q", level }, \
486 { name1, opcode|0x02000000, 0xfe200000, "A,P", level }, \
507 Alias: <name1> <name2>
509 #define J_CLASS_INSN(name1, name2, opcode, level) \
510 { name1, opcode|0x00000000, 0xffe00000, "Q", level }, \
511 { name1, opcode|0x02000000, 0xffe00000, "P", level }, \
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic4x.h482 Alias: <name1> <name2>
484 #define D_CLASS_INSN(name1, name2, opcode, level) \
485 { name1, opcode|0x00000000, 0xfe200000, "A,Q", level }, \
486 { name1, opcode|0x02000000, 0xfe200000, "A,P", level }, \
507 Alias: <name1> <name2>
509 #define J_CLASS_INSN(name1, name2, opcode, level) \
510 { name1, opcode|0x00000000, 0xffe00000, "Q", level }, \
511 { name1, opcode|0x02000000, 0xffe00000, "P", level }, \
/openbsd-current/usr.bin/infocmp/
H A Dinfocmp.c1135 char name1[NAMESIZE], name2[NAMESIZE]; local
1137 canonical_name(qp->tterm.term_names, name1);
1140 (void) printf("%s = %s\n", name1, name2);
1156 char name1[NAMESIZE], name2[NAMESIZE]; local
1159 names[0] = name1;
1166 canonical_name(qp->tterm.term_names, name1);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc3420 const char *name1 = (const char *)name1_;
3422 if (name1) {
3423 PRE_READ(name1, __sanitizer::internal_strlen(name1) + 1);
3432 const char *name1 = (const char *)name1_;
3435 if (name1) {
3436 POST_READ(name1, __sanitizer::internal_strlen(name1) + 1);

Completed in 231 milliseconds

12