Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/lib/
H A Dglob.c696 || (((flags & GLOB_ALTDIRFUNC)
738 if ((flags & GLOB_ALTDIRFUNC) != 0)
751 | GLOB_ALTDIRFUNC))
1046 return ((flags & GLOB_ALTDIRFUNC) in weak_alias()
1096 if (((flags & GLOB_ALTDIRFUNC) in glob_in_dir()
1122 stream = ((flags & GLOB_ALTDIRFUNC) in glob_in_dir()
1159 if (flags & GLOB_ALTDIRFUNC) in glob_in_dir()
1173 struct dirent *d = ((flags & GLOB_ALTDIRFUNC) in glob_in_dir()
1264 if (flags & GLOB_ALTDIRFUNC) in glob_in_dir()
1276 if (flags & GLOB_ALTDIRFUNC) in glob_in_dir()
H A Dglob-libc.h60 # define GLOB_ALTDIRFUNC (1 << 9)/* Use gl_opendir et al functions. */ macro
69 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
/dragonfly/lib/libc/gen/
H A Dglob.c674 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
727 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
882 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_opendir()
897 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_lstat()
911 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_stat()
/dragonfly/contrib/tcsh-6/
H A Dglob.h75 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
/dragonfly/include/
H A Dglob.h90 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
/dragonfly/lib/libssh/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)
/dragonfly/crypto/openssh/
H A Dsftp-glob.c149 return(glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob)); in remote_glob()
/dragonfly/sbin/restore/
H A Dinteractive.c97 arglist.glob.gl_flags = GLOB_ALTDIRFUNC; in runcmdshell()
359 if (glob(name, GLOB_ALTDIRFUNC, NULL, &ap->glob) < 0) in getcmd()