HomeSort by: relevance | last modified time | path
    Searched refs:GLOB_TILDE_CHECK (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
glob.h 97 #define GLOB_TILDE_CHECK 0x10000 /* Expand tilde names from the passwd file. */
  /src/lib/libc/gen/
glob.c 466 return (pglob->gl_flags & GLOB_TILDE_CHECK) ? GLOB_NOMATCH : 0;

Completed in 77 milliseconds