Home
last modified time | relevance | path

Searched refs:GLOB_ALTDIRFUNC (Results 1 – 15 of 15) sorted by relevance

/src/crypto/heimdal/lib/roken/
H A Dglob.c603 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
626 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
768 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_opendir()
780 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_lstat()
791 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_stat()
H A Dglob.hin85 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */
/src/contrib/tcsh/
H A Dglob.h75 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
/src/include/
H A Dglob.h93 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
/src/crypto/openssh/openbsd-compat/
H A Dglob.h91 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
H A Dglob.c737 if (pglob->gl_flags & GLOB_ALTDIRFUNC)
777 if (pglob->gl_flags & GLOB_ALTDIRFUNC)
1008 if (pglob->gl_flags & GLOB_ALTDIRFUNC)
1021 if (pglob->gl_flags & GLOB_ALTDIRFUNC)
1033 if (pglob->gl_flags & GLOB_ALTDIRFUNC)
/src/lib/libc/gen/
H A Dglob.c777 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
841 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
1033 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_opendir()
1048 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_lstat()
1062 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_stat()
H A Dglob-compat11.c714 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
779 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
971 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_opendir()
986 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_lstat()
1000 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_stat()
/src/crypto/openssh/
H A Dsftp-glob.c154 if ((r = glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob)) != 0) in sftp_glob()
H A Dconfigure.ac1619 AC_MSG_CHECKING([for GLOB_ALTDIRFUNC support])
1623 #ifdef GLOB_ALTDIRFUNC
1630 the GLOB_ALTDIRFUNC extension])
/src/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c209 RZ(glob(p, GLOB_ALTDIRFUNC | flags, NULL, &gl)); in run()
/src/sbin/restore/
H A Dinteractive.c99 arglist.glob.gl_flags = GLOB_ALTDIRFUNC; in runcmdshell()
360 switch (glob(name, GLOB_ALTDIRFUNC, NULL, &ap->glob)) { in getcmd()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp186 int glob_altdirfunc = GLOB_ALTDIRFUNC;
H A Dsanitizer_platform_limits_posix.cpp354 int glob_altdirfunc = GLOB_ALTDIRFUNC;
H A Dsanitizer_platform_limits_netbsd.cpp668 int glob_altdirfunc = GLOB_ALTDIRFUNC;