OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLOB_ALTDIRFUNC
(Results
1 - 8
of
8
) sorted by relevancy
/src/include/
glob.h
87
#define
GLOB_ALTDIRFUNC
0x00040 /* Use alternately specified directory funcs. */
/src/sbin/restore/
interactive.c
110
arglist.glob.gl_flags =
GLOB_ALTDIRFUNC
;
376
if ((globretval = glob(name,
GLOB_ALTDIRFUNC
, NULL, &ap->glob)) < 0) {
/src/lib/libc/gen/
glob.c
56
*
GLOB_ALTDIRFUNC
:
772
if (pglob->gl_flags &
GLOB_ALTDIRFUNC
)
861
if (pglob->gl_flags &
GLOB_ALTDIRFUNC
)
1080
if (pglob->gl_flags &
GLOB_ALTDIRFUNC
)
1097
if (pglob->gl_flags &
GLOB_ALTDIRFUNC
)
1113
if (pglob->gl_flags &
GLOB_ALTDIRFUNC
)
/src/tests/lib/libc/gen/
t_glob.c
218
switch ((e = glob(p,
GLOB_ALTDIRFUNC
| flags, NULL, &gl))) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.cc
123
int
glob_altdirfunc
=
GLOB_ALTDIRFUNC
;
variable in namespace:__sanitizer
sanitizer_platform_limits_freebsd.cc
164
int
glob_altdirfunc
=
GLOB_ALTDIRFUNC
;
variable in namespace:__sanitizer
sanitizer_platform_limits_posix.cc
299
int
glob_altdirfunc
=
GLOB_ALTDIRFUNC
;
variable in namespace:__sanitizer
sanitizer_platform_limits_netbsd.cc
507
int
glob_altdirfunc
=
GLOB_ALTDIRFUNC
;
variable in namespace:__sanitizer
Completed in 131 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025