Searched refs:suffix (Results 201 - 225 of 1166) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dslapd-meta-target2.conf42 suffix "ou=Meta,dc=example,dc=com"
H A Dslapd-dsee-consumer1.conf34 suffix "dc=example,dc=com"
H A Dslapd-dsee-consumer2.conf34 suffix "dc=example,dc=com"
H A Dslapd-dynlist.conf40 suffix "dc=example,dc=com"
H A Dslapd-dirsync1.conf37 suffix "@MSAD_SUFFIX@"
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its4448/
H A Dslapd-meta.conf44 suffix "o=Example,c=US"
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its4326/
H A Dslapd.conf35 suffix "dc=example,dc=com"
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8752/
H A Dslapd.conf34 suffix "dc=example,dc=com"
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dns64/conf/
H A Dbad18.conf15 dns64 ::/32 { suffix ::8000:0000:0000:0000; }; /* bits [64..71] MBZ */
H A Dbad19.conf15 dns64 ::/32 { suffix ::0100:0000:0000:0000; }; /* bits [64..71] MBZ */
H A Dbad3.conf15 dns64 ::/96 { suffix 127.0.0.1; };
H A Dbad2.conf15 dns64 ::/96 { suffix ::1; };
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgentarget-def.c55 /* Records the prototype suffix X for each invalid_X stub that has been
114 together to get a suffix. */
115 char *suffix = XALLOCAVEC (char, strlen (prototype) + 1); local
140 suffix[i++] = '_';
154 suffix[i++] = *p;
155 suffix[i] = 0;
223 const char **slot = stubs->find_slot (suffix, INSERT);
226 *slot = xstrdup (suffix);
228 printf ("invalid_%s ", suffix);
251 printf ("invalid_%s\n", suffix);
[all...]
H A Dgencfn-macros.c97 CFN_<NAME> also exists. FLOATN_P is a suffix to the operator name, blank
117 CFN_<NAME> also exists. FLOATN_P is a suffix to the operator name, blank
216 const char *const *const suffix = suffix_lists[j]; local
218 if (is_group (&builtins, root, suffix))
223 print_case_cfn (root, internal_p, suffix, "");
225 print_define_operator_list (root, internal_p, suffix, "");
233 if (suffix == flt_suffixes
/netbsd-current/external/gpl3/gcc.old/lib/
H A DMakefile.hacks21 FAKEHEADERS+= ${EXTRA_FAKEHEADERS} insn-flags.h sysroot-suffix.h
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dldst-reg-imm-post-ind.s28 .macro ld_or_st op, suffix, reg
30 op2 \op\suffix, \reg, \simm
49 // op, suffix, reg
H A Dldst-reg-imm-pre-ind.s28 .macro ld_or_st op, suffix, reg
30 op2 \op\suffix, \reg, \simm
49 // op, suffix, reg
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dpr20732.d3 #name: PR20732 - make sure that the L and LL suffix is accepted on constant values
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgentarget-def.cc55 /* Records the prototype suffix X for each invalid_X stub that has been
114 together to get a suffix. */
115 char *suffix = XALLOCAVEC (char, strlen (prototype) + 1); local
140 suffix[i++] = '_';
154 suffix[i++] = *p;
155 suffix[i] = 0;
223 const char **slot = stubs->find_slot (suffix, INSERT);
226 *slot = xstrdup (suffix);
228 printf ("invalid_%s ", suffix);
251 printf ("invalid_%s\n", suffix);
[all...]
H A Dgencfn-macros.cc97 CFN_<NAME> also exists. FLOATN_P is a suffix to the operator name, blank
117 CFN_<NAME> also exists. FLOATN_P is a suffix to the operator name, blank
216 const char *const *const suffix = suffix_lists[j]; local
218 if (is_group (&builtins, root, suffix))
223 print_case_cfn (root, internal_p, suffix, "");
225 print_define_operator_list (root, internal_p, suffix, "");
233 if (suffix == flt_suffixes
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/ldap/testing/
H A Dslapd.conf25 suffix "o=bind-dlz"
/netbsd-current/sys/compat/common/
H A Dkern_mod_80.c70 const char *suffix = "..."; local
106 strlen(suffix) - 1] = '\0';
107 strlcat(oms->oms_required, suffix,
130 strlen(suffix) - 1] = '\0';
131 strlcat(oms->oms_required, suffix,
/netbsd-current/sbin/nvmectl/
H A Dutil.c123 print_bignum1(const char *title, uint64_t v[2], const char *suffix, argument
163 humanize_bignum(buf, METRIX_PREFIX_BUFSIZ + strlen(suffix),
164 bn, suffix, HN_AUTOSCALE, HN_DECIMAL | HN_NOSPACE);
175 print_bignum(const char *title, uint64_t v[2], const char *suffix) argument
177 print_bignum1(title, v, suffix, NULL, 1);
H A Dwdc.c67 wdc_append_serial_name(int fd, char *buf, size_t len, const char *suffix) argument
81 snprintf(buf, len, "%s%s.bin", sn, suffix);
108 wdc_do_dump(int fd, char *tmpl, const char *suffix, uint32_t opcode, argument
122 wdc_append_serial_name(fd, tmpl, MAXPATHLEN, suffix);
141 errx(1, "No data for %s", suffix);
/netbsd-current/crypto/external/bsd/openssl.old/dist/tools/
H A Dc_rehash.in229 my $suffix = 0;
232 while(exists $hashlist{"$hash.$crlmark$suffix"}) {
234 if ($hashlist{"$hash.$crlmark$suffix"} eq $fprint) {
239 $suffix++;
241 $hash .= ".$crlmark$suffix";

Completed in 310 milliseconds

1234567891011>>