OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLOB_NOMAGIC
(Results
1 - 7
of
7
) sorted by null
/external/openssh/openbsd-compat/
glob.h
89
#define
GLOB_NOMAGIC
0x0200 /* GLOB_NOCHECK without magic chars (csh). */
glob.c
48
*
GLOB_NOMAGIC
:
539
* if GLOB_NOCHECK was specified or if
GLOB_NOMAGIC
was specified
541
*
GLOB_NOMAGIC
is there just for compatibility with csh.
545
((pglob->gl_flags &
GLOB_NOMAGIC
) &&
/ndk/sources/host-tools/make-3.81/glob/
glob.h
90
# define
GLOB_NOMAGIC
(1 << 11)/* If no magic chars, return the pattern. */
98
GLOB_NOMAGIC
|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
glob.c
472
((flags & ~(GLOB_NOCHECK|
GLOB_NOMAGIC
))
502
else if (!(flags & (GLOB_NOCHECK|
GLOB_NOMAGIC
)))
1239
if (flags & (GLOB_NOCHECK|
GLOB_NOMAGIC
))
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h
60
# define
GLOB_NOMAGIC
(1 << 11)/* If no magic chars, return the pattern. */
68
GLOB_NOMAGIC
|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h
60
# define
GLOB_NOMAGIC
(1 << 11)/* If no magic chars, return the pattern. */
68
GLOB_NOMAGIC
|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h
60
# define
GLOB_NOMAGIC
(1 << 11)/* If no magic chars, return the pattern. */
68
GLOB_NOMAGIC
|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
Completed in 299 milliseconds