OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLOB_NOCHECK
(Results
1 - 4
of
4
) sorted by relevancy
/src/include/
glob.h
77
#define
GLOB_NOCHECK
0x00010 /* Return pattern itself if nothing matches. */
83
#define GLOB_NOMATCH (-3) /* No match, and
GLOB_NOCHECK
was not set. */
90
#define GLOB_NOMAGIC 0x00200 /*
GLOB_NOCHECK
without magic chars (csh). */
/src/external/gpl2/gmake/dist/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
...]
/src/external/gpl2/xcvs/dist/lib/
glob-libc.h
53
#define
GLOB_NOCHECK
(1 << 4)/* If nothing matches, return the pattern. */
68
GLOB_NOESCAPE|
GLOB_NOCHECK
|GLOB_APPEND| \
73
GLOB_NOESCAPE|
GLOB_NOCHECK
|GLOB_APPEND| \
Completed in 26 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026