Home
last modified time | relevance | path

Searched refs:name1 (Results 1 – 25 of 50) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/t/op/
Dref.t586 $name1 = "\0Chalk";
589 isnt ($name1, $name2, "They differ");
591 is ($$name1, undef, 'Nothing before we start (scalars)');
593 $$name1 = "Yummy";
594 is ($$name1, "Yummy", 'Accessing via the correct name works');
598 ok (defined $$name1, 'defined via the correct name works');
602 is ($name1->[0], undef, 'Nothing before we start (arrays)');
604 $name1->[0] = "Yummy";
605 is ($name1->[0], "Yummy", 'Accessing via the correct name works');
608 ok (defined $name1->[0], 'defined via the correct name works');
[all …]
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/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
Dparse1.C3 enum { name1 }; enumerator
5 struct name1 { }; struct
6 struct derived1 : public name1 { };
7 struct derived2 : public name0, public name1 { };
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/hexagon/
Dcommon_entry_exit_abi1.S24 .macro FALLTHROUGH_TAIL_CALL name0 name1 argument
26 .globl \name1
27 .type \name1, @function
29 \name1:
Dcommon_entry_exit_legacy.S25 .macro FALLTHROUGH_TAIL_CALL name0 name1 argument
27 .globl \name1
28 .type \name1, @function
30 \name1:
Dcommon_entry_exit_abi2.S24 .macro FALLTHROUGH_TAIL_CALL name0 name1 argument
27 .globl \name1
28 .type \name1, @function
29 \name1:
/openbsd/src/usr.bin/dig/lib/dns/include/dns/
Dname.h281 dns_name_fullcompare(const dns_name_t *name1, const dns_name_t *name2,
325 dns_name_compare(const dns_name_t *name1, const dns_name_t *name2);
349 dns_name_equal(const dns_name_t *name1, const dns_name_t *name2);
377 dns_name_caseequal(const dns_name_t *name1, const dns_name_t *name2);
383 dns_name_issubdomain(const dns_name_t *name1, const dns_name_t *name2);
/openbsd/src/usr.bin/dig/lib/dns/
Dname.c244 dns_name_fullcompare(const dns_name_t *name1, const dns_name_t *name2, in dns_name_fullcompare() argument
270 REQUIRE((name1->attributes & DNS_NAMEATTR_ABSOLUTE) == in dns_name_fullcompare()
273 if (name1 == name2) { in dns_name_fullcompare()
275 *nlabelsp = name1->labels; in dns_name_fullcompare()
279 SETUP_OFFSETS(name1, offsets1, odata1); in dns_name_fullcompare()
283 l1 = name1->labels; in dns_name_fullcompare()
300 label1 = &name1->ndata[*offsets1]; in dns_name_fullcompare()
381 dns_name_compare(const dns_name_t *name1, const dns_name_t *name2) { in dns_name_compare() argument
395 (void)dns_name_fullcompare(name1, name2, &order, &nlabels); in dns_name_compare()
401 dns_name_equal(const dns_name_t *name1, const dns_name_t *name2) { in dns_name_equal() argument
[all …]
/openbsd/src/games/number/
Dnumber.c42 static const char *const name1[] = { variable
280 (void)printf("%s hundred", name1[*p - '0']); in number()
290 (void)printf("%s", name1[val]); in number()
294 (void)printf("-%s", name1[val % 10]); in number()
302 (void)printf("%s", name1[*p - '0']); in number()
/openbsd/src/gnu/usr.bin/cvs/diff/
Ddiff.c931 compare_files (dir0, name0, dir1, name1, depth) in compare_files() argument
933 char const *name0, *name1;
947 if (! ((name0 != 0 && name1 != 0)
948 || (unidirectional_new_file_flag && name1 != 0)
951 char const *name = name0 == 0 ? name1 : name0;
964 inf[1].desc = name1 == 0 ? -1 : -2;
969 name0 = name1;
970 if (name1 == 0)
971 name1 = name0;
974 inf[1].name = dir1 == 0 ? name1 : (free1 = dir_file_pathname (dir1, name1));
Ddir.c180 char const *name1 = filevec[1].name; local
202 name1, nameorder < 0 ? 0 : *names1++,
Dutil.c176 setup_output (name0, name1, depth) in setup_output() argument
177 char const *name0, *name1; in setup_output()
181 current_name1 = name1;
/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DRequiredBy.pod51 add names to them C<$o-E<gt>add(name1, name2, ...)> or remove name from
52 them C<$o-E<gt>delete(name1, name2, ...)>.
56 C<OpenBSD::RequiredBy-E<gt>compute_closure($name1, name2, ...)>.
58 C<OpenBSD::Requiring-E<gt>compute_closure($name1, name2, ...)>
/openbsd/src/gnu/usr.bin/binutils/opcodes/
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/src/gnu/usr.bin/binutils-2.17/opcodes/
Dtic30-dis.c473 char *name1, *name2; in print_par_insn() local
492 name1 = (char *) strdup (insn->ptm->name + 2); in print_par_insn()
494 len = strlen (name1); in print_par_insn()
497 if (name1[i] == '_') in print_par_insn()
499 name2 = &name1[i + 1]; in print_par_insn()
500 name1[i] = '\0'; in print_par_insn()
579 info->fprintf_func (info->stream, " %s %s,%s%c%s", name1, in print_par_insn()
587 free (name1); in print_par_insn()
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/
Dquoting.tml83 name1: 'O''Reilly'
88 name1 => "O'Reilly",
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_flags_test.cpp140 const char *name1 = "flag1", in TestTwoFlags() argument
146 RegisterFlag(&parser, name1, kFlagDesc, &flag1); in TestTwoFlags()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dminsyms.c665 char *name1 = SYMBOL_LINKAGE_NAME (fn1); in compare_minimal_symbols() local
668 if (name1 && name2) /* both have names */ in compare_minimal_symbols()
669 return strcmp (name1, name2); in compare_minimal_symbols()
672 else if (name1) /* fn2 has no name, so it is "less" */ in compare_minimal_symbols()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dtic4x.h484 #define D_CLASS_INSN(name1, name2, opcode, level) \ argument
485 { name1, opcode|0x00000000, 0xfe200000, "A,Q", level }, \
486 { name1, opcode|0x02000000, 0xfe200000, "A,P", level }, \
509 #define J_CLASS_INSN(name1, name2, opcode, level) \ argument
510 { name1, opcode|0x00000000, 0xffe00000, "Q", level }, \
511 { name1, opcode|0x02000000, 0xffe00000, "P", level }, \
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dtic4x.h484 #define D_CLASS_INSN(name1, name2, opcode, level) \ argument
485 { name1, opcode|0x00000000, 0xfe200000, "A,Q", level }, \
486 { name1, opcode|0x02000000, 0xfe200000, "A,P", level }, \
509 #define J_CLASS_INSN(name1, name2, opcode, level) \ argument
510 { name1, opcode|0x00000000, 0xffe00000, "Q", level }, \
511 { name1, opcode|0x02000000, 0xffe00000, "P", level }, \
/openbsd/src/sbin/isakmpd/
Dx509.h54 struct x509_attribval name1; member
/openbsd/src/gnu/usr.bin/gcc/gcc/config/
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/src/bin/ksh/
Dtable.c179 char *name1 = (*(struct tbl **)p1)->name; in tnamecmp() local
181 return strcmp(name1, name2); in tnamecmp()
/openbsd/src/usr.bin/infocmp/
Dinfocmp.c1135 char name1[NAMESIZE], name2[NAMESIZE]; in file_comparison() local
1137 canonical_name(qp->tterm.term_names, name1); in file_comparison()
1140 (void) printf("%s = %s\n", name1, name2); in file_comparison()
1156 char name1[NAMESIZE], name2[NAMESIZE]; in file_comparison() local
1159 names[0] = name1; in file_comparison()
1166 canonical_name(qp->tterm.term_names, name1); in file_comparison()
/openbsd/src/usr.bin/mail/
Dutil.c365 cp = skin(name1(mp, reptype)); in nameof()
518 name1(struct message *mp, int reptype) in name1() function

12