OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLOB_NOCHECK
(Results
1 - 6
of
6
) sorted by null
/external/openssh/openbsd-compat/
glob.h
77
#define
GLOB_NOCHECK
0x0010 /* Return pattern itself if nothing matches. */
83
#define GLOB_NOMATCH (-3) /* No match and
GLOB_NOCHECK
not set. */
89
#define GLOB_NOMAGIC 0x0200 /*
GLOB_NOCHECK
without magic chars (csh). */
/ndk/sources/host-tools/make-3.81/glob/
glob.h
80
#define
GLOB_NOCHECK
(1 << 4)/* If nothing matches, return the pattern. */
96
GLOB_NOESCAPE|
GLOB_NOCHECK
|GLOB_APPEND| \
101
GLOB_NOESCAPE|
GLOB_NOCHECK
|GLOB_APPEND| \
glob.c
278
# undef
GLOB_NOCHECK
472
((flags & ~(
GLOB_NOCHECK
|GLOB_NOMAGIC))
502
else if (!(flags & (
GLOB_NOCHECK
|GLOB_NOMAGIC)))
806
if ((flags &
GLOB_NOCHECK
)
861
((flags & (GLOB_ERR |
GLOB_NOCHECK
| GLOB_NOESCAPE))
891
& ~(
GLOB_NOCHECK
| GLOB_ERR)),
917
/* We have ignored the
GLOB_NOCHECK
flag in the `glob_in_dir' calls.
918
But if we have not found any matching entry and thie
GLOB_NOCHECK
924
if (flags &
GLOB_NOCHECK
)
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
51
#define
GLOB_NOCHECK
(1 << 4)/* If nothing matches, return the pattern. */
66
GLOB_NOESCAPE|
GLOB_NOCHECK
|GLOB_APPEND| \
71
GLOB_NOESCAPE|
GLOB_NOCHECK
|GLOB_APPEND| \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h
51
#define
GLOB_NOCHECK
(1 << 4)/* If nothing matches, return the pattern. */
66
GLOB_NOESCAPE|
GLOB_NOCHECK
|GLOB_APPEND| \
71
GLOB_NOESCAPE|
GLOB_NOCHECK
|GLOB_APPEND| \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h
51
#define
GLOB_NOCHECK
(1 << 4)/* If nothing matches, return the pattern. */
66
GLOB_NOESCAPE|
GLOB_NOCHECK
|GLOB_APPEND| \
71
GLOB_NOESCAPE|
GLOB_NOCHECK
|GLOB_APPEND| \
Completed in 1193 milliseconds