Searched refs:names (Results 401 - 425 of 495) sorted by relevance

<<11121314151617181920

/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dtest-dist-modules.pl304 Optional distnames should be names of the distributions under dist/ to
545 # (all string operators have alphabetic names, so tr/a-z// is true)
941 # A regexp that matches the tempfile names
955 # Need to note all the file names we allocated, as a second request may
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/
H A DFatal.pm703 # all sub names covered by that tag. Each sub is returned as
1753 C<import> routine, passing it the names of the functions to be
/openbsd-current/gnu/usr.bin/perl/lib/Class/
H A DStruct.pm302 Given a list of element names and types, and optionally
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex77 % Save some plain tex macros whose names we will redefine.
1281 % We use the node names as the destinations.
1485 % A few fonts for @defun names and args.
1601 % Each font-changing command also sets the names \lsize (one size lower)
3311 % by, and when constructing control sequence names. It eliminates all
3377 % Don't write macro names.
5417 % tt for the names.
6000 % If we use \unhbox0 and \unhbox1 to print the node names, TeX does not
6002 % not find a line break at a hyphen in a node names. Since some manuals
6003 % are best written with fairly long node names, containin
[all...]
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp287 // COLOR_PAIR index names
1643 std::vector<std::string> names; local
1648 names.push_back(name.str());
1649 return names;
1664 std::vector<std::string> names; local
1665 names.push_back("<default>");
1670 names.push_back(name.str());
1671 return names;
2204 // Environment variable names can't contain an equal sign.
5592 {'t', "Toggle showing/hiding type names"},
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c2513 Since program segments have no names, we generate a synthetic name
2516 generate the names segment<NUM>a and segment<NUM>b.
3906 names for section types is bogus anyhow. */
5193 /* Write out the section header names. */
8735 char *names;
8779 names = (char *) (s + count);
8798 s->name = names;
8800 memcpy (names, (*p->sym_ptr_ptr)->name, len);
8801 names += len;
8802 memcpy (names, "
8724 char *names; local
[all...]
H A Dcoff-rs6000.c1078 are the member names for each entry.
1087 null terminated strings, which are symbol names.
1249 /* After the file offsets come null terminated symbol names. */
1855 0x0086 + 0x08 * num_syms names [??]
1929 /* loop over the 32 bit symbol names */
2025 /* loop over the 64 bit symbol names */
2472 0x0086 + 0x14 * counts names [??]
3605 static const char *names[19] =
3613 && (NULL != names[aux->x_csect.x_smclas]))
3616 (abfd, names[au
3599 static const char *names[19] = local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Di386-dis.c496 /* Upper case letters in the instruction names here are macros.
5150 const char **names = (address_mode == mode_64bit
5172 strcpy (op1out, names[0]);
5183 ? names16 : names);
5191 strcpy (op3out, names[2]);
5196 strcpy (op2out, names[1]);
5149 const char **names = (address_mode == mode_64bit local
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex77 % Save some plain tex macros whose names we will redefine.
1273 % We use the node names as the destinations.
1478 % A few fonts for @defun names and args.
1587 % Each font-changing command also sets the names \lsize (one size lower)
3196 % by, and when constructing control sequence names. It eliminates all
5322 % tt for the names.
5865 % If we use \unhbox0 and \unhbox1 to print the node names, TeX does not
5867 % not find a line break at a hyphen in a node names. Since some manuals
5868 % are best written with fairly long node names, containing hyphens, this
6030 % in xref tags, i.e., node names
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjdump.c108 /* Pointer to an array of section names provided by
206 -C, --demangle[=STYLE] Decode mangled/processed symbol names\n\
514 symbol names get printed. */
565 /* Symbols that start with '.' might be section names, so sort them
2034 find_stabs_section (bfd *abfd, asection *section, void *names)
2037 stab_section_names * sought = (stab_section_names *) names;
2039 /* Check for section names for which stabsect_name is a prefix, to
2029 find_stabs_section(bfd *abfd, asection *section, void *names) argument
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjdump.c106 /* Pointer to an array of section names provided by
211 -C, --demangle[=STYLE] Decode mangled/processed symbol names\n\
532 symbol names get printed. */
583 /* Symbols that start with '.' might be section names, so sort them
2251 find_stabs_section (bfd *abfd, asection *section, void *names)
2254 stab_section_names * sought = (stab_section_names *) names;
2256 /* Check for section names for which stabsect_name is a prefix, to
2245 find_stabs_section(bfd *abfd, asection *section, void *names) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c171 static const char *const names[] = local
185 print_identifier (scratch_buffer, names[ix]);
405 /* Types like intQI_type_node and friends have no names.
556 /* Because the template names are mangled, we have to locate
2180 /* Generate the three forms of printable names for cxx_printable_name. */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Dlib1funcs.asm31 /* We need to know what prefix to add to function names. */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c256 static const char *const names[] = REG_CLASS_NAMES;
257 fprintf (stderr, "Register %s class is %s, can hold modes", reg_names[regno], names[class]);
2827 If X is a register, this macro should print the register's name. The names
/openbsd-current/gnu/llvm/lld/COFF/
H A DWriter.cpp953 // '$' and all following characters in input section names are
1262 // PE/COFF images are limited to 8 byte section names. Longer names can be
1264 // not mapped at runtime and the long names will therefore be inaccessible.
1265 // link.exe always truncates section names to 8 bytes, whereas binutils always
1266 // preserves long section names via the string table. LLD adopts a hybrid
1267 // solution where discardable sections have long names preserved and
1268 // non-discardable sections have their names truncated, to ensure that any
1333 StringSet<> names; local
1335 if (!names
[all...]
/openbsd-current/gnu/gcc/libssp/
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...]
/openbsd-current/gnu/lib/libstdc++/
H A Dltconfig1498 /* The mapping between symbol names and symbols. */
2201 # The names of the tagged configurations supported by this script.
2389 # List of archive names. First name is the real one, the rest are links.
2456 # Take the output of nm and produce a listing of raw symbols and C names.
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A Dencoding.pm308 of ASCII (for the variable names and punctuation, I<etc>), but the literal
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A DOptreeCheck.pm831 important params, and which helps keep names in sync with whats being
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/
H A DLangTags.pm49 in front of all the function names in the following examples.
389 I'm not totally sure that locale names map satisfactorily to language
863 * ISO 639-2, "Codes for the representation of names of languages",
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DXHTML.pm730 include linkable IDs or anchor names in its pages. Subclass to link to a
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DOp_private.pm68 # The names of any defines that were requested:
78 # If present, specifies the names of some defines and the
109 For each define, this gives a reference to an array of op names that use
/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/
H A DHandlers.pm389 derived from that package may be given attributes with the same names as
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlbug.PL1390 because it will most probably contain only the function names and not
1531 The names of one or more patch files or other text attachments to be
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-rs6000.c1078 are the member names for each entry.
1087 null terminated strings, which are symbol names.
1249 /* After the file offsets come null terminated symbol names. */
1853 0x0086 + 0x08 * num_syms names [??]
1928 /* loop over the 32 bit symbol names */
2026 /* loop over the 64 bit symbol names */
2474 0x0086 + 0x14 * counts names [??]
3610 static const char *names[19] =
3618 && (NULL != names[aux->x_csect.x_smclas]))
3621 (abfd, names[au
3604 static const char *names[19] = local
[all...]

Completed in 714 milliseconds

<<11121314151617181920