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

  /src/include/
glob.h 73 #define GLOB_APPEND 0x00001 /* Append to output from previous call. */
  /src/usr.bin/man/
man.c 599 error = glob(buf, GLOB_APPEND | GLOB_BRACE | GLOB_NOSORT, NULL, pg);
642 GLOB_APPEND | GLOB_BRACE | GLOB_NOSORT, NULL, pg)) != 0) {
  /src/usr.sbin/catman/
catman.c 273 gflags = GLOB_APPEND;
  /src/bin/csh/
glob.c 408 gflgs |= GLOB_APPEND;
  /src/lib/libc/gen/
glob.c 195 if (!(flags & GLOB_APPEND)) {

Completed in 29 milliseconds