| /openbsd/src/usr.bin/file/magdir/ |
| D | blender | 8 # GLOB chunk was moved near start and provides subversion info since 2.42 16 >>>0x40 string =GLOB \b. 22 >>>0x40 string =GLOB \b. 29 >>0x44 string =GLOB \b. 35 >>>0x44 string =GLOB \b.
|
| /openbsd/src/gnu/usr.bin/perl/dist/Storable/t/ |
| D | forgive.t | 35 *GLOB = *GLOB; # peacify -w 36 my $bad = ['foo', \*GLOB, 'bar'];
|
| /openbsd/src/gnu/llvm/lldb/bindings/ |
| D | CMakeLists.txt | 1 file(GLOB SWIG_INTERFACES interface/*.i) 3 file(GLOB SWIG_HEADERS 7 file(GLOB SWIG_PRIVATE_HEADERS
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| D | asan_mac_test.cpp | 39 void *GLOB; variable 42 GLOB = CFAllocatorAllocate(NULL, 100, /*hint*/0); in CFAllocatorAllocateToGlob() 47 char *p = (char*)GLOB; in CFAllocatorDeallocateFromGlob() 49 CFAllocatorDeallocate(NULL, GLOB); in CFAllocatorDeallocateFromGlob()
|
| /openbsd/src/gnu/llvm/llvm/cmake/modules/ |
| D | LLVMProcessSources.cmake | 23 file(GLOB tds *.td) 32 file(GLOB hds ${glob}) 87 file(GLOB globbed 90 file(GLOB globbed *.c *.cpp)
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/ |
| D | reftype.t | 28 [ GLOB => \*F, 'tied GLOB ref' ], 29 [ GLOB => gensym, 'GLOB ref' ],
|
| /openbsd/src/gnu/usr.bin/perl/dist/IO/lib/IO/ |
| D | Handle.pm | 373 local(*GLOB); 377 my $n = qualify(*GLOB); 378 *GLOB = *{*$fd};
|
| /openbsd/src/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
| D | libnetFAQ.pod | 154 Net::FTP=GLOB(0x82196d8)>>> CWD / 155 Net::FTP=GLOB(0x82196d8)<<< 250 CWD command successful. 284 …Net::FTP=GLOB(0x8152974)<<< 220 imagine FTP server (Version wu-2.4(5) Tue Jul 29 11:17:18 CDT 1997… 285 Net::FTP=GLOB(0x8152974)>>> user gbarr 286 Net::FTP=GLOB(0x8152974)<<< 331 Password required for gbarr. 287 Net::FTP=GLOB(0x8152974)>>> PASS .... 288 Net::FTP=GLOB(0x8152974)<<< 230 User gbarr logged in. Access restrictions apply. 289 Net::FTP=GLOB(0x8152974)>>> QUIT 290 Net::FTP=GLOB(0x8152974)<<< 221 Goodbye.
|
| /openbsd/src/gnu/llvm/lldb/cmake/modules/ |
| D | LLDBFramework.cmake | 73 file(GLOB public_headers ${LLDB_SOURCE_DIR}/include/lldb/API/*.h) 74 file(GLOB root_public_headers ${LLDB_SOURCE_DIR}/include/lldb/lldb-*.h) 75 file(GLOB root_private_headers ${LLDB_SOURCE_DIR}/include/lldb/lldb-private*.h)
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| D | clone.t | 179 ok($test++, $@ =~ /Unsupported/, 'Cannot clone GLOB - fatal'); 186 ok($test++, $warn =~ /Unsupported/, 'Cannot clone GLOB - warning'); 192 ok($test++, ! defined($warn), 'Cannot clone GLOB - silent');
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ |
| D | CMakeLists.txt | 1 file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/ |
| D | CMakeLists.txt | 1 file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| D | svpeek.t | 93 is (DPeek (*VAR{GLOB}), '\GV()', ' *VAR{GLOB}');
|
| /openbsd/src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
| D | 020_unknown.t | 38 ok( $@ =~ /encountered GLOB|cannot encode reference to scalar/, $@ );
|
| D | 002_error.t | 46 eval { JSON::PP->new->decode (*STDERR) }; ok !!$@; # cannot coerce GLOB
|
| /openbsd/src/bin/pax/ |
| D | pat_rep.c | 55 #define GLOB 0x2 macro 179 rep->flgs |= GLOB; in rep_add() 996 } while (pt->flgs & GLOB); in rep_name()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| D | CMakeLists.txt | 13 file(GLOB GWP_ASAN_HEADERS ../*.h)
|
| /openbsd/src/gnu/llvm/llvm/projects/ |
| D | CMakeLists.txt | 4 file(GLOB entries *)
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
| D | CMakeLists.txt | 66 file(GLOB libfuzzer_headers ../*.h)
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| D | valid-shell.txt | 133 # RUN: cat %T/testCat/*.write | FileCheck --check-prefix=GLOB-CAT-OUTPUT %s 134 # GLOB-CAT-OUTPUT: cvbnm 135 # GLOB-CAT-OUTPUT-NEXT: qwerty
|
| /openbsd/src/gnu/llvm/llvm/cmake/platforms/ |
| D | WinMsvc.cmake | 116 file(GLOB headers RELATIVE "${dir}" "${dir}/*.h") 135 file(GLOB libraries RELATIVE "${winsdk_um_lib_dir}" "${winsdk_um_lib_dir}/*") 160 file(GLOB entries LIST_DIRECTORIES true RELATIVE "${the_dir}" "${the_dir}/[0-9.]*")
|
| /openbsd/src/gnu/usr.bin/perl/t/uni/ |
| D | universal.t | 104 my @refs = qw(SCALAR SCALAR LVALUE GLOB ARRAY HASH CODE);
|
| /openbsd/src/gnu/usr.bin/perl/t/base/ |
| D | rs.t | 297 if ($msg!~m!Setting \$\/ to a GLOB reference is forbidden!) {print "not ";}
|
| /openbsd/src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/ |
| D | 02_function.t | 16 my @test_types = qw(SCALAR ARRAY HASH GLOB); 297 GLOB => sub { gensym },
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | ref.t | 191 like($@, qr/Not a GLOB reference/, "Glob dereference"); 237 [ 'glob', GLOB => \*foo ],
|