Searched refs:names (Results 251 - 275 of 292) sorted by relevance

<<1112

/freebsd-12-stable/contrib/openpam/
H A Dconfigure827 # The variables have the same names as the options, with
927 # Reject names that are not valid shell variable names.
953 # Reject names that are not valid shell variable names.
1157 # Reject names that are not valid shell variable names.
1173 # Reject names that are not valid shell variable names.
1211 # Reject names tha
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dconfigure802 # The variables have the same names as the options, with
903 # Reject names that are not valid shell variable names.
929 # Reject names that are not valid shell variable names.
1142 # Reject names that are not valid shell variable names.
1158 # Reject names that are not valid shell variable names.
1196 # Reject names tha
[all...]
/freebsd-12-stable/contrib/file/
H A Dconfigure804 # The variables have the same names as the options, with
904 # Reject names that are not valid shell variable names.
930 # Reject names that are not valid shell variable names.
1134 # Reject names that are not valid shell variable names.
1150 # Reject names that are not valid shell variable names.
1188 # Reject names tha
[all...]
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c454 * Configuration file. All the _CF names here are special.
981 sc->names = &devnames[id - CHELSIO_T4];
984 sc->names = NULL;
997 name = sc->names->ifnet_name;
1099 if (sc->names == NULL) {
1238 pi->dev = device_add_child(dev, sc->names->ifnet_name,
1852 vi->dev = device_add_child(dev, sc->names->vi_ifnet_name, -1);
/freebsd-12-stable/contrib/libxo/libxo/
H A Dlibxo.c2274 * passed in. The input is a comma-separated set of names
2573 static const char *names[] = { local
2591 if (state < (sizeof(names) / sizeof(names[0])))
2592 return names[state];
6078 * Other fields don't have names for us to use, so if
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dconfigure318 # The variables have the same names as the options, with
397 # Reject names that are not valid shell variable names.
406 # Reject names that are not valid shell variable names.
588 # Reject names that are not valid shell variable names.
601 # Reject names that are not valid shell variable names.
633 # Reject names tha
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Darm-tdep.c119 The general register names are overwritten by whatever is being used by
122 /* Initial value: Register names used in ARM's ISA documentation. */
136 /* Disassembly style to use. Default to "std" register names. */
2325 _called_via_xx, where x is the register name. The possible names
2491 arm_othernames (char *names, int n)
2894 /* Get the number of possible sets of register names defined in opcodes. */
2907 parse_arm_disassembler_option ("reg-names-std");
2923 /* Copy the default names (if found) and synchronize disassembler. */
2992 "Switch to the next set of register names."),
2490 arm_othernames(char *names, int n) argument
H A Dada-lang.c411 /* Table of Ada operators and their GNAT-mangled names. Last entry is pair
555 4. Convert operator names to the appropriate quoted symbols.
560 8. Remove trailing X[bn]* suffix (indicating names in package bodies).
2561 /* mangled names, rearranging BLOCKS[0..NSYMS-1] according to the same */
3847 * names (e.g., XVE) are not included here. Currently, the possible suffixes
6472 /* Table mapping attribute numbers to names */
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql715 /* TODO: Un-confuse *_revision column names in the EXTERNALS table to
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm32 /* We need to know what prefix to add to function names. */
/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-pre.c140 values, and not just names, we canonicalize expressions to value
335 only create one temporary variable, on demand, and build ssa names
1502 ID, return the bitmap of names ID represents, or NULL, if none
1824 /* Print the names represented by the bitmap NAMES, to the file OUT. */
1826 dump_bitmap_of_names (FILE *out, bitmap names) argument
1832 EXECUTE_IF_SET_IN_BITMAP (names, 0, i, bi)
1844 We also have to be able kill all names associated with a phi when
3241 /* We can't generate SSA names for stores that are complex
3532 make the names generated by the statement available in
/freebsd-12-stable/stand/libsa/zfs/
H A Dzfsimpl.c1614 static const char* names[] = { local
1624 return names[state];
/freebsd-12-stable/contrib/openbsm/
H A Dconfigure804 # The variables have the same names as the options, with
904 # Reject names that are not valid shell variable names.
930 # Reject names that are not valid shell variable names.
1134 # Reject names that are not valid shell variable names.
1150 # Reject names that are not valid shell variable names.
1188 # Reject names tha
[all...]
/freebsd-12-stable/contrib/binutils/
H A Dconfigure281 # The variables have the same names as the options, with
360 # Reject names that are not valid shell variable names.
369 # Reject names that are not valid shell variable names.
551 # Reject names that are not valid shell variable names.
564 # Reject names that are not valid shell variable names.
596 # Reject names tha
[all...]
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dconfigure467 # The variables have the same names as the options, with
546 # Reject names that are not valid shell variable names.
555 # Reject names that are not valid shell variable names.
737 # Reject names that are not valid shell variable names.
750 # Reject names that are not valid shell variable names.
782 # Reject names tha
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2908 IdentifierInfo **names, StringLiteral **constraints, Expr **exprs,
/freebsd-12-stable/contrib/dialog/
H A Dconfigure148 # The variables have the same names as the options, with
242 # Reject names that are not valid shell variable names.
251 # Reject names that are not valid shell variable names.
433 # Reject names that are not valid shell variable names.
446 # Reject names that are not valid shell variable names.
478 # Reject names tha
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2187 static const char *const names[] = { local
2205 names[yypcb->pcb_pspec]);
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c293 * Globals for path names, and such
2599 * added it to the object names.
5230 STAILQ_INSERT_TAIL(&obj->names, entry, link);
5239 STAILQ_FOREACH(entry, &obj->names, link) {
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dconfigure842 # The variables have the same names as the options, with
942 # Reject names that are not valid shell variable names.
968 # Reject names that are not valid shell variable names.
1172 # Reject names that are not valid shell variable names.
1188 # Reject names that are not valid shell variable names.
1226 # Reject names tha
[all...]
/freebsd-12-stable/contrib/libevent/
H A Dconfigure842 # The variables have the same names as the options, with
942 # Reject names that are not valid shell variable names.
968 # Reject names that are not valid shell variable names.
1172 # Reject names that are not valid shell variable names.
1188 # Reject names that are not valid shell variable names.
1226 # Reject names tha
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Dconfigure467 # The variables have the same names as the options, with
546 # Reject names that are not valid shell variable names.
555 # Reject names that are not valid shell variable names.
737 # Reject names that are not valid shell variable names.
750 # Reject names that are not valid shell variable names.
782 # Reject names tha
[all...]
/freebsd-12-stable/contrib/ncurses/
H A Dconfigure149 # The variables have the same names as the options, with
243 # Reject names that are not valid shell variable names.
252 # Reject names that are not valid shell variable names.
434 # Reject names that are not valid shell variable names.
447 # Reject names that are not valid shell variable names.
479 # Reject names tha
[all...]
/freebsd-12-stable/contrib/gcclibs/libgomp/
H A Dconfigure466 # The variables have the same names as the options, with
545 # Reject names that are not valid shell variable names.
554 # Reject names that are not valid shell variable names.
736 # Reject names that are not valid shell variable names.
749 # Reject names that are not valid shell variable names.
781 # Reject names tha
[all...]
/freebsd-12-stable/contrib/binutils/gas/
H A Dconfigure467 # The variables have the same names as the options, with
546 # Reject names that are not valid shell variable names.
555 # Reject names that are not valid shell variable names.
737 # Reject names that are not valid shell variable names.
750 # Reject names that are not valid shell variable names.
782 # Reject names tha
[all...]

Completed in 610 milliseconds

<<1112