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

  /external/openssh/openbsd-compat/
glob.h 87 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */
glob.c 55 * GLOB_BRACE:
211 if (flags & GLOB_BRACE)
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 89 # define GLOB_BRACE (1 << 10)/* Expand "{a,b}" to "a" "b". */
97 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
glob.c 380 if (flags & GLOB_BRACE)
422 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
436 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h 59 # define GLOB_BRACE (1 << 10)/* Expand "{a,b}" to "a" "b". */
67 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 59 # define GLOB_BRACE (1 << 10)/* Expand "{a,b}" to "a" "b". */
67 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 59 # define GLOB_BRACE (1 << 10)/* Expand "{a,b}" to "a" "b". */
67 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
  /external/openssh/
sftp.c 796 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT, NULL, &g) ||
    [all...]

Completed in 3212 milliseconds