HomeSort by relevance Sort by last modified time
    Searched refs:GLOB_MARK (Results 1 - 9 of 9) sorted by null

  /ndk/sources/host-tools/make-3.81/glob/
glob.h 77 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */
95 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
100 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
glob.c 275 # undef GLOB_MARK
595 int val = glob (dirname, flags | GLOB_MARK, errfunc, pglob);
597 pglob->gl_flags = ((pglob->gl_flags & ~GLOB_MARK)
598 | (flags & GLOB_MARK));
1023 if (flags & GLOB_MARK)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 48 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */
65 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
70 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 42 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */
59 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
64 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
  /external/avahi/avahi-daemon/
glob.h 84 #define GLOB_MARK 0x0008 /* Append / to matching directories. */
glob.c 568 if (((pglob->gl_flags & GLOB_MARK) &&
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.h 76 #define GLOB_MARK 0x0008 /* Append / to matching directories. */
glob.c 641 if (((pglob->gl_flags & GLOB_MARK) &&
  /external/compiler-rt/test/msan/Linux/
glob_altdirfunc.cc 64 int res = glob(buf, GLOB_ALTDIRFUNC | GLOB_MARK, 0, &globbuf);

Completed in 56 milliseconds