Searched refs:GLOB_MAGCHAR (Results 1 – 5 of 5) sorted by relevance
49 # define GLOB_MAGCHAR (1 << 8)/* Set in gl_flags if any metachars seen. */ macro
1050 flags |= GLOB_MAGCHAR; in __glob()1363 flags |= GLOB_MAGCHAR; in glob_in_dir()
296 The flags used when @code{glob} was called. In addition, @code{GLOB_MAGCHAR}379 The flags used when @code{glob} was called. In addition, @code{GLOB_MAGCHAR}636 @item GLOB_MAGCHAR638 The @code{GLOB_MAGCHAR} value is not to be given to @code{glob} in the
725 * posix/glob.h (GLOB_MAGCHAR): Check user feature-test macros,762 * posix/glob.h [__USE_BSD] (GLOB_MAGCHAR): Declare.765 or in GLOB_MAGCHAR if any metachars are seen.
8111 * manual/pattern.texi: Correct description of GLOB_MAGCHAR and