Searched refs:suffix (Results 401 - 425 of 1166) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ds12z-dis.c355 bool suffix = false; local
361 if (!suffix)
364 suffix = true;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dbinary.c122 mangle_name (bfd *abfd, char *suffix) argument
129 + strlen (suffix)
136 sprintf (buf, "_binary_%s_%s", bfd_get_filename (abfd), suffix);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ds12z-dis.c355 bool suffix = false; local
361 if (!suffix)
364 suffix = true;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dbinary.c122 mangle_name (bfd *abfd, char *suffix) argument
129 + strlen (suffix)
136 sprintf (buf, "_binary_%s_%s", bfd_get_filename (abfd), suffix);
/netbsd-current/usr.bin/make/
H A Dstr.h162 Substring_HasSuffix(Substring sub, Substring suffix) argument
164 size_t suffixLen = Substring_Length(suffix);
166 memcmp(sub.end - suffixLen, suffix.start, suffixLen) == 0;
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Digen.c277 /* the suffix */
579 lf_printf (file, "#include \"%s%s.h\"\n", module.prefix.l, module.suffix.l);
585 lf_printf (file, "#if C_REVEALS_MODULE_P (%s_INLINE)\n", module.suffix.u);
586 lf_printf (file, "#include \"%s%s.c\"\n", module.prefix.l, module.suffix.l);
1057 printf (" -S <suffix>\n");
1059 ("\t Replace a global name (suffix) (except itable) with the string <suffix>.\n");
1061 ("\t Specify -S <module>=<suffix> to change a specific <module>'s name (suffix).\n");
1293 name = &names->suffix;
[all...]
H A Dgen.c1507 opcode_field *field, char *suffix, int levels)
1521 lf_printf (file, "%s", suffix);
1527 char *prefix, opcode_bits *bits, char *suffix, int levels)
1540 lf_printf (file, "%s", suffix);
1546 dump_insn_list (lf *file, char *prefix, insn_list *entry, char *suffix) argument
1557 lf_printf (file, "%s", suffix);
1564 insn_list *entry, char *suffix)
1572 lf_printf (file, "%s", suffix);
1578 char *prefix, gen_entry *table, char *suffix, int levels)
1603 lf_printf (file, "%s", suffix);
1505 dump_opcode_field(lf *file, char *prefix, opcode_field *field, char *suffix, int levels) argument
1526 dump_opcode_bits(lf *file, char *prefix, opcode_bits *bits, char *suffix, int levels) argument
1562 dump_insn_word_entry_list_entries(lf *file, char *prefix, insn_list *entry, char *suffix) argument
1577 dump_gen_entry(lf *file, char *prefix, gen_entry *table, char *suffix, int levels) argument
1607 dump_gen_list(lf *file, char *prefix, gen_list *entry, char *suffix, int levels) argument
1621 dump_gen_table(lf *file, char *prefix, gen_table *gen, char *suffix, int levels) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Digen.c275 /* the suffix */
578 lf_printf (file, "#include \"%s%s.h\"\n", module.prefix.l, module.suffix.l);
584 lf_printf (file, "#if C_REVEALS_MODULE_P (%s_INLINE)\n", module.suffix.u);
585 lf_printf (file, "#include \"%s%s.c\"\n", module.prefix.l, module.suffix.l);
1061 printf (" -S <suffix>\n");
1063 ("\t Replace a global name (suffix) (except itable) with the string <suffix>.\n");
1065 ("\t Specify -S <module>=<suffix> to change a specific <module>'s name (suffix).\n");
1300 name = &names->suffix;
[all...]
H A Dgen.c1512 opcode_field *field, char *suffix, int levels)
1526 lf_printf (file, "%s", suffix);
1532 char *prefix, opcode_bits *bits, char *suffix, int levels)
1545 lf_printf (file, "%s", suffix);
1551 dump_insn_list (lf *file, char *prefix, insn_list *entry, char *suffix) argument
1562 lf_printf (file, "%s", suffix);
1569 insn_list *entry, char *suffix)
1577 lf_printf (file, "%s", suffix);
1583 char *prefix, gen_entry *table, char *suffix, int levels)
1608 lf_printf (file, "%s", suffix);
1510 dump_opcode_field(lf *file, char *prefix, opcode_field *field, char *suffix, int levels) argument
1531 dump_opcode_bits(lf *file, char *prefix, opcode_bits *bits, char *suffix, int levels) argument
1567 dump_insn_word_entry_list_entries(lf *file, char *prefix, insn_list *entry, char *suffix) argument
1582 dump_gen_entry(lf *file, char *prefix, gen_entry *table, char *suffix, int levels) argument
1612 dump_gen_list(lf *file, char *prefix, gen_list *entry, char *suffix, int levels) argument
1626 dump_gen_table(lf *file, char *prefix, gen_table *gen, char *suffix, int levels) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h155 #define __ITT_BUILD_ASSERT(expr, suffix) do { \
156 static char __itt_build_check_##suffix[(expr) ? 1 : -1]; \
157 __itt_build_check_##suffix[0] = 0; \
159 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dmkdeps.cc278 char *suffix; local
282 suffix = strrchr (o, '.');
283 if (!suffix)
284 suffix = o + strlen (o);
285 strcpy (suffix, TARGET_OBJECT_SUFFIX);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dby_dir.c36 int suffix; member in struct:lookup_dir_hashes_st
285 k = hent->suffix;
358 * If a CRL, update the last file suffix added for this.
384 hent->suffix = k;
398 } else if (hent->suffix < k) {
399 hent->suffix = k;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddns64.c33 * Prefix + suffix bits.
56 unsigned int prefixlen, const isc_netaddr_t *suffix,
69 if (suffix != NULL) {
77 REQUIRE(memcmp(suffix->type.in6.s6_addr, zeros, nbytes) == 0);
83 if (suffix != NULL) {
84 memmove(dns64->bits + nbytes, suffix->type.in6.s6_addr + nbytes,
194 /* Copy suffix. */
55 dns_dns64_create(isc_mem_t *mctx, const isc_netaddr_t *prefix, unsigned int prefixlen, const isc_netaddr_t *suffix, dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, unsigned int flags, dns_dns64_t **dns64p) argument
/netbsd-current/external/bsd/ppp/dist/pppdump/
H A Dbsd-comp.c116 u_char suffix; /* last character of new code */ member in struct:bsd_db::bsd_dict::__anon7::__anon8
120 u_char suffix; /* last character of new code */
173 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \
175 #define BSD_KEY(prefix,suffix) ((((u_int32_t)(suffix)) << 16) \
471 continue; /* found (prefix,suffix) */
485 continue; /* finally found (prefix,suffix) */
665 *--p = dictp->f.hs.suffix;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_pax.c582 const char *suffix; local
996 /* Find largest suffix that will fit. */
998 suffix = strchr(path + path_length - 100 - 1, '/');
1000 if (suffix == path)
1001 suffix = strchr(suffix + 1, '/');
1005 * 155 chars and a suffix <= 100 chars. (Note
1009 if (suffix == NULL /* Suffix > 100 chars. */
1010 || suffix[1] == '\0' /* empty suffix */
1554 const char *suffix, *suffix_end; local
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c985 char *suffix; local
994 suffix = msuffix ? msuffix : "c";
996 suffix = "o"; /* source files cannot begin with - */
998 suffix = msuffix;
1000 suffix = getsufp(ifile);
1004 ascpp = match(suffix, "S");
1005 if (ascpp || cppflag || match(suffix, "c") || cxxsuf(suffix)) {
1033 suffix = match(suffix, "
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/display/
H A Ddisplay.c166 int suffix = 1, precision; local
209 suffix = cmd->current_settings.suffix;
250 sprintf(size_buf, "0%s", suffix ? size_str[base + s][sl] : "");
276 suffix = 1;
290 (double) size / byte, suffix ? size_str[base + s][sl] : "");
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp40 /// The suffix on classes: Reader/Writer
358 StringRef suffix = info.ClassSuffix; local
362 Out << "template <class Property" << suffix << ">\n"
363 "class Abstract" << info.HierarchyName << suffix << " {\n"
365 " Property" << suffix << " &" << var << ";\n\n";
368 Out << " Abstract" << info.HierarchyName << suffix
369 << "(Property" << suffix << " &" << var << ") : "
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dmachdep.c546 char *suffix = (char *)&boardid.suffix; local
549 if (suffix[0] != '\0' && len > 0 &&
551 board_str[len++] = suffix[0];
552 if (suffix[1] != '\0')
553 board_str[len++] = suffix[1];
/netbsd-current/usr.bin/ftp/
H A Dcomplete.c228 char suffix[2] = " "; local
231 suffix[0] = '/';
232 if (el_insertstr(el, suffix) == -1)
/netbsd-current/usr.bin/systat/
H A Dsyscall.c151 static const char suffix[] = "KMDT"; local
157 if (i >= (int)sizeof(suffix)) {
162 buf[len++] = suffix[i];
/netbsd-current/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dcheck_cfc.py241 def get_temp_file_name(suffix):
242 """Get a temporary file name with a particular suffix. Let the caller be
244 tf = tempfile.NamedTemporaryFile(suffix=suffix, delete=False)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop.cc705 get_lsm_tmp_name (tree ref, unsigned n, const char *suffix) argument
718 if (suffix != NULL)
719 lsm_tmp_name_add (suffix);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcrypto.c482 const char *suffix = infile + strlen(infile) - suffixlen; local
485 if (strcmp(suffix, ".gpg") == 0 ||
486 strcmp(suffix, ".asc") == 0) {
487 filenamelen = (unsigned)(strlen(infile) - strlen(suffix));
507 /* \todo check for suffix matching armour param */
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_bugapi.c458 const char *suffix)
477 if (suffix)
478 device_instance_write(bugapi->output, suffix, strlen(suffix));
453 emul_bugapi_do_write(os_emul_data *bugapi, cpu *processor, unsigned_word cia, unsigned_word buf, int nbytes, const char *suffix) argument

Completed in 245 milliseconds

<<11121314151617181920>>