Searched refs:NAMES (Results 1 – 25 of 55) sorted by relevance
123
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/ |
H A D | 000prereq.t | 23 my @NAMES = qw( 31 plan tests => 1 + @NAMES + @OPT + $extra ; 35 foreach my $name (@NAMES)
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | Findzstd.cmake | 19 find_path(zstd_INCLUDE_DIR NAMES zstd.h) 20 find_library(zstd_LIBRARY NAMES zstd zstd_static) 21 find_library(zstd_STATIC_LIBRARY NAMES
|
H A D | GenerateVersionFromVCS.cmake | 4 # NAMES - A list of names for each of the source directories. 5 # <NAME>_SOURCE_DIR - A path to source directory for each name in NAMES. 41 foreach(name IN LISTS NAMES)
|
H A D | FindZ3.cmake | 52 find_path(Z3_INCLUDE_DIR NAMES z3.h 58 find_library(Z3_LIBRARIES NAMES z3 libz3 65 find_path(Z3_INCLUDE_DIR NAMES z3.h 69 find_library(Z3_LIBRARIES NAMES z3 libz3
|
H A D | UseLibtool.cmake | 4 find_program(CMAKE_XCRUN NAMES xcrun) 13 find_program(CMAKE_LIBTOOL NAMES libtool)
|
H A D | FindSphinx.cmake | 13 NAMES sphinx-build sphinx-build2
|
H A D | FindTerminfo.cmake | 14 find_library(Terminfo_LIBRARIES NAMES terminfo tinfo curses ncurses ncursesw)
|
H A D | FindOCaml.cmake | 32 NAMES ocamlfind)
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
H A D | 000prereq.t | 29 my @NAMES = qw( 66 plan tests => 1 + 2 + @NAMES + @OPT + $extra ; 68 foreach my $name (@NAMES)
|
/openbsd/gnu/llvm/clang/tools/nvptx-arch/ |
H A D | CMakeLists.txt | 14 find_library(cuda-library NAMES cuda PATHS /lib64) 17 find_library(cuda-library NAMES cuda HINTS "${CUDA_LIBDIR}/stubs")
|
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/ |
H A D | UseLibtool.cmake | 4 find_program(CMAKE_XCRUN NAMES xcrun) 13 find_program(CMAKE_LIBTOOL NAMES libtool)
|
/openbsd/etc/mail/ |
H A D | aliases | 89 # RFC 2142: NETWORK OPERATIONS MAILBOX NAMES 94 # RFC 2142: SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES
|
/openbsd/bin/ls/ |
H A D | ls.h | 76 } NAMES; typedef
|
H A D | ls.c | 433 NAMES *np; in display() 517 if ((np = malloc(sizeof(NAMES) + in display()
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/ |
H A D | Constant.pm | 409 @{$args{NAMES}}) 546 @{$ARGS{NAMES}})) {
|
/openbsd/gnu/llvm/lldb/cmake/modules/ |
H A D | FindCursesAndPanel.cmake | 11 find_library(PANEL_LIBRARIES NAMES panel DOC "The curses panel library" QUIET)
|
/openbsd/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | Makefile.PL | 27 NAMES => [qw(GLOB_ABEND GLOB_ALPHASORT GLOB_ALTDIRFUNC GLOB_BRACE GLOB_ERR
|
/openbsd/gnu/usr.bin/perl/cpan/IPC-SysV/ |
H A D | regen.pl | 79 NAMES => \@const,
|
/openbsd/gnu/usr.bin/perl/ext/I18N-Langinfo/ |
H A D | Makefile.PL | 35 NAMES => \@names,
|
/openbsd/gnu/usr.bin/perl/ext/B/ |
H A D | Makefile.PL | 69 NAMES => [map {ref $_ ? $_ : {name=>$_, macro=>1, type=>"UV"}} @names],
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | Makefile.PL | 44 NAMES => \@names,
|
/openbsd/gnu/usr.bin/perl/ext/GDBM_File/ |
H A D | Makefile.PL | 95 NAMES => \@names
|
/openbsd/gnu/usr.bin/perl/ext/Fcntl/ |
H A D | Makefile.PL | 44 NAMES => \@names,
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/ |
H A D | Makefile.PL | 135 NAMES => \@names,
|
/openbsd/gnu/usr.bin/perl/cpan/Sys-Syslog/ |
H A D | Makefile.PL | 178 NAMES => [ @levels, @facilities, @options, @others_macros ],
|
123