Searched refs:suffix (Results 176 - 200 of 265) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/gcc/
H A Dgenattrtab.c3722 and suffix strings to write around each attribute value (e.g., "return"
3727 const char *prefix, const char *suffix, rtx known_true,
3779 XVECEXP (value, 0, i + 1), prefix, suffix,
3795 prefix, suffix, our_known_true, insn_code, insn_index);
3808 printf ("%s\n", suffix);
3835 int write_case_lines, const char *prefix, const char *suffix,
3877 write_attr_set (attr, indent + 2, av->value, prefix, suffix,
3881 write_attr_set (attr, indent + 2, av->value, prefix, suffix,
3726 write_attr_set(struct attr_desc *attr, int indent, rtx value, const char *prefix, const char *suffix, rtx known_true, int insn_code, int insn_index) argument
3834 write_attr_case(struct attr_desc *attr, struct attr_value *av, int write_case_lines, const char *prefix, const char *suffix, int indent, rtx known_true) argument
H A Dbitmap.c1520 bitmap_print (FILE *file, bitmap head, const char *prefix, const char *suffix)
1532 fputs (suffix, file);
1508 bitmap_print(FILE *file, bitmap head, const char *prefix, const char *suffix) argument
H A Dtree-complex.c387 const char *suffix, enum tree_code code)
400 DECL_NAME (r) = get_identifier (ACONCAT ((name, suffix, NULL)));
386 create_one_component_var(tree type, tree orig, const char *prefix, const char *suffix, enum tree_code code) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dutils.c2170 puts_debug (char *prefix, char *string, char *suffix)
2174 /* Print prefix and suffix after each line. */
2183 /* If the prefix is changing, print the previous suffix, a new line,
2200 prev_suffix = suffix;
2242 /* Print suffix if we printed a newline. */
2245 fputs_unfiltered (suffix, gdb_stdlog);
2160 puts_debug(char *prefix, char *string, char *suffix) argument
H A Ddefs.h484 extern void puts_debug (char *prefix, char *string, char *suffix);
H A Dhpread.c4739 char *suffix;
4740 suffix = VT (objfile) + dn_bufp->dtype.name;
4741 TYPE_NAME (structtype) = suffix;
4781 char *prefix, *suffix;
4782 suffix = VT (objfile) + dn_bufp->dtype.name;
4833 strlen (prefix) + strlen (suffix) + 1);
4835 TYPE_NAME (structtype) = strcat (TYPE_NAME (structtype), suffix);
4836 TYPE_TAG_NAME (structtype) = suffix;
4841 fix_static_member_physnames (structtype, suffix, objfile);
4766 char *prefix, *suffix; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dshelf2.c103 static const char suffix[] = ".current"; local
104 int suffix_len = sizeof(suffix) - 1;
106 if (len > suffix_len && strcmp(filename + len - suffix_len, suffix) == 0)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c988 remove_suffix(const char *str, const char *suffix, apr_pool_t *result_pool) argument
991 size_t suffix_len = strlen(suffix);
994 && strcmp(str + str_len - suffix_len, suffix) == 0)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp474 // the suffix for matching with the actual platform.
478 size_t suffix = RealizedPlatform.rfind("_app_extension");
479 if (suffix != StringRef::npos)
480 return RealizedPlatform.slice(0, suffix);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c3713 const char *suffix; local
3730 suffix = text_name;
3735 suffix += sizeof (".gnu.linkonce.t.") - 1;
3739 suffix_len = strlen (suffix);
3743 memcpy (sec_name + prefix_len, suffix, suffix_len);
8219 /* Remove the '#' suffix that indicates a symbol as opposed to a register. */
8235 as_warn ("Redundant `#' suffix operators");
9913 has_suffix_p (name, suffix)
9915 const char *suffix;
9918 size_t sufflen = strlen (suffix);
11253 const char *type = NULL, *suffix = ""; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c3449 struct d_print_mod *mods, int suffix)
3457 || (! suffix
3462 d_print_mod_list (dpi, mods->next, suffix);
3519 d_print_mod_list (dpi, mods->next, suffix);
3448 d_print_mod_list(struct d_print_info *dpi, struct d_print_mod *mods, int suffix) argument
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c3600 struct d_print_mod *mods, int suffix)
3608 || (! suffix
3613 d_print_mod_list (dpi, mods->next, suffix);
3670 d_print_mod_list (dpi, mods->next, suffix);
3599 d_print_mod_list(struct d_print_info *dpi, struct d_print_mod *mods, int suffix) argument
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_man.c44 const char *suffix; /* post-node string constant */ member in struct:manact
742 const char *suffix; local
744 suffix = manacts[n->tok].suffix;
745 if (NULL == suffix)
748 print_word(suffix);
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk224 # needs to be qualified with its .<machine> suffix
H A Dbsd.dep.mk245 # ambiguous suffix transformation rules from .PATH. Meta mode does not
H A Ddirdeps.mk41 # or .<target_spec> suffix (see TARGET_SPEC_VARS below),
48 # The _DIRDEP_USE target uses the suffix to set TARGET_SPEC
76 # both MACHINE and TARGET_SPEC to the suffix of the current
/freebsd-11-stable/contrib/bmake/mk/
H A Dgendirdeps.mk226 # needs to be qualified with its .<machine> suffix
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-586.pl236 my $suffix=shift;
238 &set_label("loop$suffix",$suffix?32:16);
278 &set_label("00_15$suffix",16);
283 &jne (&label("00_15$suffix"));
286 &jmp (&label("16_63$suffix"));
288 &set_label("16_63$suffix",16);
293 &jne (&label("16_63$suffix"));
326 &jb (&label("loop$suffix"));
/freebsd-11-stable/contrib/bmake/
H A Dmain.c793 Main_SetVarObjdir(const char *var, const char *suffix) argument
807 (void)Main_SetObjdir("%s%s", xpath, suffix);
1294 * Initialize archive, target and suffix modules in preparation for
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure359 -program-suffix | --program-suffix | --program-suffi | --program-suff \
362 -program-suffix=* | --program-suffix=* | --program-suffi=* \
681 --program-suffix=SUFFIX append SUFFIX to installed program names
1643 echo "$as_me:1643: checking for executable suffix" >&5
1644 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
1676 echo "$as_me:1676: checking for object suffix" >&5
1677 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
4764 ### Use the first model as the default, and save its suffix fo
[all...]
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ndis.c2670 ndis_find_sym(lf, filename, suffix, sym)
2673 char *suffix;
2691 /* If the filename has a .ko suffix, strip if off. */
2702 strcat(fullsym, suffix);
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk270 # ambiguous suffix transformation rules from .PATH. Meta mode does not
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1605 StringRef suffix = config->thinLTOObjectSuffixReplace.first; local
1608 if (path.consume_back(suffix))
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c7778 const char *suffix;
7794 suffix = "e";
7797 suffix = "ne";
7801 suffix = "g";
7807 suffix = fp ? "nbe" : "a";
7814 suffix = "s";
7819 suffix = "l";
7828 suffix = "b";
7835 suffix = "ns";
7840 suffix
7757 const char *suffix; local
[all...]
/freebsd-11-stable/contrib/gperf/lib/
H A Dconfigure885 -program-suffix | --program-suffix | --program-suffi | --program-suff \
888 -program-suffix=* | --program-suffix=* | --program-suffi=* \
2099 # safe: cross compilers may not add the suffix if given an `-o'
2173 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2174 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2199 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2201 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2213 { echo "$as_me:$LINENO: checking for suffix o
[all...]

Completed in 507 milliseconds

1234567891011