Searched refs:GLOB (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/bin/pax/
H A Dpat_rep.h47 #define GLOB 0x2 macro
H A Dpat_rep.c193 rep->flgs |= GLOB;
997 } while (pt->flgs & GLOB);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_mac_test.cc40 void *GLOB; member in namespace:__anon7687
43 GLOB = CFAllocatorAllocate(NULL, 100, /*hint*/0);
48 char *p = (char*)GLOB;
50 CFAllocatorDeallocate(NULL, GLOB);
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Util/
H A DPod.pm43 =item B<extract_pod_info GLOB, HASHREF>
45 =item B<extract_pod_info GLOB>
48 GLOB (a file handle). The result is given back as a hash table.
99 unless (ref $input eq "GLOB") {
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util/
H A DPod.pm43 =item B<extract_pod_info GLOB, HASHREF>
45 =item B<extract_pod_info GLOB>
48 GLOB (a file handle). The result is given back as a hash table.
110 if (ref $input eq "GLOB") {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dextract_symvers.pl115 die "unhandled symbol:\n$_" if ($bind !~ /^(GLOB|WEAK)/ or $oth !~ /[DP]/);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dextract_symvers.pl115 die "unhandled symbol:\n$_" if ($bind !~ /^(GLOB|WEAK)/ or $oth !~ /[DP]/);
/netbsd-current/external/bsd/less/include/
H A Ddefines.h76 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
80 #define GLOB (!SECURE) macro
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dmake_sunver.pl103 if ($bind !~ /^(GLOB|WEAK)/ or $oth ne "D") {
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dmake_sunver.pl103 if ($bind !~ /^(GLOB|WEAK)/ or $oth ne "D") {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c4422 ** [GLOB] operators.</dd>)^
4577 ** or [GLOB] operator or if the parameter is compared to an indexed column
9765 ** string X matches the [GLOB] pattern P.
9766 ** ^The definition of [GLOB] pattern matching used in
9767 ** [sqlite3_strglob(P,X)] is the same as for the "X GLOB P" operator in the
13910 ** Maximum length (in bytes) of the pattern in a LIKE or GLOB
18985 #define EP_InfixFunc 0x000100 /* True for an infix function: LIKE, GLOB, etc */
[all...]

Completed in 645 milliseconds