Searched refs:GLOB_NOCASE (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.h75 #define GLOB_NOCASE 0x1000 /* Treat filenames without regard for case. */ macro
H A DMakefile.PL49 GLOB_LIMIT GLOB_MARK GLOB_NOCASE GLOB_NOCHECK GLOB_NOMAGIC
H A DGlob.pm27 GLOB_NOCASE
47 GLOB_NOCASE
67 $DEFAULT_FLAGS &= ~GLOB_NOCASE() if $1 eq 'case';
68 $DEFAULT_FLAGS |= GLOB_NOCASE() if $1 eq 'nocase';
114 $DEFAULT_FLAGS |= GLOB_NOCASE();
255 =item C<GLOB_NOCASE>
393 to be case-insensitive, you must include C<GLOB_NOCASE> in the flags.
H A Dbsd_glob.c705 (pglob->gl_flags & (GLOB_ALPHASORT|GLOB_NOCASE))
883 nocase = ((pglob->gl_flags & GLOB_NOCASE) != 0);
932 nocase = ((pglob->gl_flags & GLOB_NOCASE) != 0);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/
H A Dcase.t39 # Test the explicit use of the GLOB_NOCASE flag
40 @a = bsd_glob($pat, GLOB_NOCASE);
H A Dbasic.t115 GLOB_BRACE | GLOB_NOMAGIC | ($^O eq 'VMS' ? GLOB_NOCASE : 0)

Completed in 98 milliseconds