Searched refs:names (Results 351 - 375 of 495) sorted by relevance

<<11121314151617181920

/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.pm215 These exercise the C calls of the same names. Everything after the flags
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstalled.pm416 This returns a list of the names of all the installed modules. The perl 'core'
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/
H A DCBuilder.pm223 The names of any files written will be returned as a list.
/openbsd-current/gnu/usr.bin/perl/ext/mro/
H A Dmro.pm145 arrayref of class names. These are every class that "isa"
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x448 case where ar truncates file names.
467 command names.
919 * valops.c: Each place where it compares against field names,
920 check for null field names. (new t_field_name variables).
1099 or "union " from type names before doing comparison
1210 register names, to say "register" instead of "reg", and to put the
1484 tables for register names to be used for each of the possibilities.
1830 actions of "directory" command (taking multiple directory names at
2897 names if we were looking for functions.
2899 misc_function_vector for matching names
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module/
H A DMetadata.pm1038 C<provides> method does. Invalid package names are not returned,
1039 for example "Foo:Bar". Strange but valid package names are
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DSelect.pm569 All other arguments should correspond to the names of input files
635 returned by the B<new()> constructor for this class. The names of all
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dh2xs.PL160 pending arguments such as header-file names. This is ok:
216 Specify a prefix which should be removed from the Perl function names,
324 # whose names do not start with 'bar_'.
332 # prefix "sec_rgy_" is dropped from perl function names
336 # prefix "sec_rgy_" is dropped from perl function names
379 let you know the names of these directories. From the output you can
553 Perl function names.
843 # Record the names of simple #define constants into const_names
934 # the names of any packages. A directory 'fallback' will clash with any
1079 # Now %bad_macs contains names o
[all...]
H A Dlibnetcfg.PL460 The following questions all require a list of host names, separated
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i442 indicate what kind of names should be used when doing the
443 lookup. Bits include fully qualified names, base names,
763 void GetBreakpointNames(SBStringList &names);
798 Only read in breakpoints whose names match one of the names in this
/openbsd-current/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h339 return args.size() == names.size() &&
345 llvm::SmallVector<const char *, 2> names; member in class:lldb_private::TypeSystemClang::TemplateParameterInfos
812 // Lookup a child given a name. This function will match base class names and
813 // member member names in "clang_type" only, not descendants.
818 // Lookup a child member given a name. This function will match member names
823 // so we catch all names that match a given child name, not just the first.
1075 /// Returns the PrintingPolicy used when generating the internal type names.
1076 /// These type names are mostly used for the formatter selection.
/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp311 for (StringRef name : cmd.names) {
330 error("unable to insert " + cmd.names[0] +
/openbsd-current/usr.bin/mandoc/
H A Dmain.c558 /* mandoc(1): Take command line arguments as file names. */
578 printf("%s - %s\n", res[i].names,
598 * This will be needed if some names on the command line
599 * are page names and some are relative file names.
707 page->names = NULL;
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.pm564 two, hence the names.
576 Given the two snapshot names (the ones used previously in a call to
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DupdateAUTHORS.pl418 --exclude-missing Add new names to the exclude file so they never
447 --as-list show reports with names with common values
704 in the F<AUTHORS> file) will result in their .mailmap'ed names being
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm806 #get locale month/day names from posix strftime (from Piece.xs)
1085 Time::Piece::strptime by default can only parse American English date names.
1086 Meanwhile, Time::Piece->strftime() will return date names that use the current
1090 current locale's day and month names which strptime will use to parse with.
/openbsd-current/gnu/usr.bin/perl/
H A Ddump.c1532 /* map magic types to the symbolic names
1693 names - but we will wait for someone to file a bug on that - demerphq */
2282 SV * const names = newSVpvs_flags("", SVs_TEMP); local
2292 Perl_sv_catpvf(aTHX_ names, ", \"%s\"",
2296 sv_catpvs(names, ", (null)");
2301 level, file, " ENAME = %s\n", SvPV_nolen(names)+2
2590 #define SV_SET_STRINGIFY_REGEXP_FLAGS(d,flags,names) STMT_START { \
2592 append_flags(d, flags, names); \
2874 /* print the names of the n lexical vars starting at pad offset off */
H A Dconfig_h.SH104 * available to get character login names.
578 * available to access timezone names.
1615 * available to look up host names in some data base or other.
1621 * available to look up host names in some data base or another.
1662 * available to look up networks by their names.
1668 * available to look up network names in some data base or another.
2059 * of directory entry names is provided by a d_namlen field. Otherwise
2241 * This symbol contains a list of signal names in order of
/openbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c31 * 3. Neither the name of the University nor the names of its contributors
127 #define MAXUNAMES 20 /* maximum number of user names */
663 const char *names[2]; local
665 names[0] = tls_hostport;
666 names[1] = tls_host[0];
669 if (asprintf(&p, "/etc/ssl/private/%s.key", names[i])
680 if (asprintf(&p, "/etc/ssl/%s.crt", names[i]) == -1)
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff64-rs6000.c1923 /* After the file offsets come null terminated symbol names. */
2091 static const char *names[19] =
2099 && (NULL != names[aux->x_csect.x_smclas]))
2103 (abfd, names[aux->x_csect.x_smclas]);
2090 static const char *names[19] = local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff64-rs6000.c1922 /* After the file offsets come null terminated symbol names. */
2092 static const char *names[19] =
2100 && (NULL != names[aux->x_csect.x_smclas]))
2104 (abfd, names[aux->x_csect.x_smclas]);
2091 static const char *names[19] = local
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DSpec.pm554 A I<List> of package names.
663 set of relations B<must> be specified as a Map of package names to
694 The keys of C<provides> are package names that can be found within
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm252 =head2 Test names
911 # Module names must be barewords, files not.
938 # Module names start with a letter.
1938 figure out how to easily wedge test names into Test's interface (along
1944 names of the most common routines are kept tiny, special cases and
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm361 # convert function names to subrefs
1216 Arguments that don't start with a hyphen are taken to be the names of
1635 The COP's hint flags, rendered with abbreviated names if possible. An empty
1704 The OP's private flags, rendered with abbreviated names if possible.
1836 names previously defined with add_style().
1856 1. A hashref, containing the variable names and values which are
1871 arguments, which are either coderefs, or subroutine names.
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DAnyInflate.pm99 my @names = @_ ;
102 for my $class ( map { "IO::Uncompress::$_" } @names)
521 The option names defined below are case insensitive and can be optionally

Completed in 246 milliseconds

<<11121314151617181920