Searched refs:names (Results 151 - 175 of 496) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dtls.exp244 foreach i [array names spin_threads] {
/openbsd-current/gnu/usr.bin/perl/lib/
H A DEnglish.pm10 English - use nice English (or awk) names for ugly punctuation variables
24 names no one seems to like to read. Variables with side-effects
H A Dutf8.pm91 literals such as identifier names, string constants, and constant
289 Some filesystems may not support UTF-8 file names, or they may be supported
290 incompatibly with Perl. Therefore UTF-8 names that are visible to the
291 filesystem, such as module names may not work.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/
H A DResult.pm127 test names and the value is a hashref with various interesting values.
182 Returns an list of test names, sorted by run order.
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dswitches.t621 my @names = grep !/^\.\.?$/ && $_ ne 'foo' && $_ ne 'foo.', readdir $d;
623 is(scalar(@names), 0, "no extra files")
624 or diag "Found @names, expected none";
681 @names = grep !/^\.\.?$/ && !/foo$/aai, readdir $d;
685 unlink map File::Spec->catfile($tmpinplace, $_), @names;
/openbsd-current/lib/libcurses/tinfo/
H A DMKcaptab.sh63 * comp_captab.c -- The names of the capabilities indexed via a hash
184 #define TCAP_LEN 2 /* only 1- or 2-character names are used */
/openbsd-current/gnu/usr.bin/perl/dist/Env/lib/
H A DEnv.pm22 names to global Perl variables with the same names. By default it
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dregen_lib.pl23 my @names = @_;
27 foreach $name (@names) {
H A Dmk_PL_charclass.pl16 # The bit names are of the form 'CC_property_suffix_', where 'CC' stands for
26 # keys are the names of the bits; values are what generates the code points
293 # Output the table using fairly short names for each char.
361 my @names = grep { $_ =~ /abbreviation/ } @$map;
362 $name = $names[0];
/openbsd-current/gnu/usr.bin/perl/
H A Dperlio.h322 const char *names);
326 const char *names);
/openbsd-current/usr.bin/make/
H A Dtarg.c47 * 3. Neither the name of the University nor the names of its contributors
80 * Targ_FindList Given a list of names, find nodes for all
229 Targ_FindList(Lst nodes, Lst names) argument
235 for (ln = Lst_First(names); ln != NULL; ln = Lst_Adv(ln)) {
/openbsd-current/gnu/usr.bin/perl/dist/constant/lib/
H A Dconstant.pm11 # Some names are evil choices.
148 # Work around perl bug #31991: Sub names (actually glob
149 # names in general) ignore the UTF8 flag. So we have to
287 The use of all caps for constant names is merely a convention,
290 subroutine names. Constant names must begin with a letter or
292 poor choices for names will generate warnings, if warnings are enabled at
325 constant name, a reference to a hash where the keys are the names of
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/
H A DConstant.pm308 names that the constant() routine doesn't recognise.
394 NAMES => \\\@names,
433 The names of the constants are grouped by length. Generate child subroutines
434 for each group with this number or more names in.
438 An array of constants' names, either scalars containing names, or hashrefs
477 length appended, so constants with 10 character names would be in
525 # names.
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp197 mach_port_name_array_t names; local
205 ::mach_port_names(task, &names, &ncount, &types, &tcount);
212 kret = ::mach_port_extract_right(task, names[i], MACH_MSG_TYPE_COPY_SEND,
217 inferior_tid = names[i];
222 // Free up the names and types
223 ::vm_deallocate(my_task, (vm_address_t)names,
/openbsd-current/usr.bin/nm/
H A Dnm.c19 * 3. Neither the name of the University nor the names of its contributors
536 /* load the Sys5 long names table */
637 struct xnlist *np, *names, **snames; local
652 &names, &snames, &stabsize, &nrawnames);
668 &names, &snames, &stabsize, &nrawnames);
718 for (np = names, i = nnames = 0; i < nrawnames; np++, i++) {
750 free(names);
/openbsd-current/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm831 my ($names, $spec) = ($1, $2);
842 my @names;
843 if ( defined $names ) {
844 @names = split (/\|/, $names);
845 $orig = $names[0];
848 @names = ('');
910 # Process all names. First is canonical, the rest are aliases.
912 foreach ( @names ) {
937 ($names[
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm238 Some control-type code points do not have names.
533 # All property names are matched caselessly
1242 names>).
1265 If the result is multiple script names, they are returned joined into a single
1422 L</Old-style versus new-style block names>).
1493 # we change their names to (which we know) to be the old-style
1612 C<charblocks()> returns a reference to a hash with the known block names
1615 The names are in the old-style (see L</Old-style versus new-style block
1616 names>).
1622 the known new-style block names a
[all...]
/openbsd-current/sys/dev/ofw/
H A Dfdt.c1093 char *names; local
1106 names = malloc(len, M_TEMP, M_WAITOK);
1107 OF_getprop(handle, (char *)prop, names, len);
1108 end = names + len;
1109 name = names;
1112 free(names, M_TEMP, len);
1118 free(names, M_TEMP, len);
/openbsd-current/lib/libcrypto/x509/
H A Dx509_verify.c98 if ((chain->names =
115 x509_constraints_names_free(chain->names);
116 chain->names = NULL;
142 if ((new_chain->names =
143 x509_constraints_names_dup(chain->names)) == NULL)
158 if (!x509_constraints_extract_names(chain->names, cert,
871 if (!x509_constraints_check(current_chain->names,
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DBase.pm132 is used to avoid C<memEQ> for short names, or to generate a comment to
293 $result .= wrap ($indent . "my \@names = (qw(",
482 of C<C_constant>, and must all have the names of the same length, given by
499 my @names = sort map {$_->{name}} @items;
507 my @safe_names = @names;
535 foreach (@names) {
545 # mean square of the number of names in each case. Normally this should
565 confess "Internal error. Failed to pick a switch point for @names"
769 I<ITEM...> gives a list of constant names. Each can either be a string,
844 Optional sorting weight for names, t
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmacrotab.c43 /* The bcache we should use to hold macro names, argument names, and
67 macro names, argument names, argument name arrays, and definition
307 int names = strcmp (key->name, name);
308 if (names)
309 return names;
774 /* We should also check here that all the argument names in ARGV are
304 int names = strcmp (key->name, name); local
/openbsd-current/games/mille/
H A Dmove.c16 * 3. Neither the name of the University nor the names of its contributors
510 static const char *const names[] = { local
524 move(MOVE_Y, MOVE_X + strlen(names[promptno]) + 1);
529 addstr(names[promptno]);
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A DJustPod01.t151 strings, variable names, and regular expressions. C<utf8::all> goes further, and
155 on names. If you I<don't> want UTF-8 for a particular filehandle, you'll have to
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpoint.h116 void GetNames(SBStringList &names);
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp517 StreamString names; local
520 names.Printf(" | ");
521 names.Printf("%s", GetArgumentName(arg_entry[j].arg_type));
524 std::string name_str = std::string(names.GetString());

Completed in 203 milliseconds

1234567891011>>