Searched refs:GLOB_NOCHECK (Results 1 – 3 of 3) sorted by relevance
85 #define GLOB_NOCHECK 0x0010 /* Return pattern itself if nothing matches. */ macro
514 if (((pglob->gl_flags & GLOB_NOCHECK) || in glob0()
378 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | GLOB_NOCHECK | GLOB_BRACE, NULL, &globbuf); in process_glob()