HomeSort by: relevance | last modified time | path
    Searched refs:GLOB (Results 1 - 17 of 17) sorted by relevancy

  /src/bin/pax/
pat_rep.h 47 #define GLOB 0x2
pat_rep.c 193 rep->flgs |= GLOB;
997 } while (pt->flgs & GLOB);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test.cc 40 void *GLOB;
43 GLOB = CFAllocatorAllocate(NULL, 100, /*hint*/0);
48 char *p = (char*)GLOB;
50 CFAllocatorDeallocate(NULL, GLOB);
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Util/
Pod.pm 43 =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") {
  /src/external/bsd/less/include/
defines.h 76 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
80 #define GLOB (!SECURE)
  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
extract_symvers.pl 115 die "unhandled symbol:\n$_" if ($bind !~ /^(GLOB|WEAK)/ or $oth !~ /[DP]/);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
extract_symvers.pl 115 die "unhandled symbol:\n$_" if ($bind !~ /^(GLOB|WEAK)/ or $oth !~ /[DP]/);
  /src/external/bsd/less/dist/
defines.ds 76 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
81 #define GLOB (!SECURE)
83 #define GLOB 0
defines.o2 77 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
81 #define GLOB (!SECURE)
defines.o9 76 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
80 #define GLOB (!SECURE)
defines.wn 77 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
81 #define GLOB 0
defines.h.in 73 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
77 #define GLOB (!SECURE)
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Util/
Pod.pm 43 =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") {
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util/
Pod.pm 43 =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") {
  /src/external/gpl3/gcc/dist/contrib/
make_sunver.pl 9 # Each glob pattern, C++ mangled pattern or literal in the input script is
103 if ($bind !~ /^(GLOB|WEAK)/ or $oth ne "D") {
151 # The various types of glob patterns.
153 # A glob pattern that is to be applied to the demangled name: 'cxx'.
154 # A glob patterns that applies directly to the name in the .o files: 'glob'.
158 my $glob = 'glob';
189 $glob = 'glob';
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
make_sunver.pl 9 # Each glob pattern, C++ mangled pattern or literal in the input script is
103 if ($bind !~ /^(GLOB|WEAK)/ or $oth ne "D") {
151 # The various types of glob patterns.
153 # A glob pattern that is to be applied to the demangled name: 'cxx'.
154 # A glob patterns that applies directly to the name in the .o files: 'glob'.
158 my $glob = 'glob';
189 $glob = 'glob';
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 4714 ** [GLOB] operators.</dd>)^
4903 ** or [GLOB] operator or if the parameter is compared to an indexed column
10216 ** string X matches the [GLOB] pattern P.
10217 ** ^The definition of [GLOB] pattern matching used in
10218 ** [sqlite3_strglob(P,X)] is the same as for the "X GLOB P" operator in the
14957 ** Maximum length (in bytes) of the pattern in a LIKE or GLOB
20133 #define EP_InfixFunc 0x000100 /* True for an infix function: LIKE, GLOB, etc */
    [all...]

Completed in 92 milliseconds