Home
last modified time | relevance | path

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

/haiku/headers/posix/
H A Dglob.h75 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
/haiku/src/bin/
H A Drmattr.cpp75 int result = ::glob(attribute, GLOB_ALTDIRFUNC, NULL, &glob); in remove_attribute()
H A Drmindex.cpp154 int result = ::glob(indexPattern, GLOB_ALTDIRFUNC, NULL, &glob); in remove_indices()
/haiku/src/system/libroot/posix/
H A Dglob.c647 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
685 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
843 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_opendir()
858 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_lstat()
872 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_stat()