HomeSort by relevance Sort by last modified time
    Searched defs:GLOB_NOCHECK (Results 1 - 6 of 6) sorted by null

  /external/avahi/avahi-daemon/
glob.h 85 #define GLOB_NOCHECK 0x0010 /* Return pattern itself if nothing matches. */
92 #define GLOB_NOMATCH (-3) /* No match and GLOB_NOCHECK was not set. */
100 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.h 77 #define GLOB_NOCHECK 0x0010 /* Return pattern itself if nothing matches. */
83 #define GLOB_NOMATCH (-3) /* No match, and GLOB_NOCHECK was not set. */
90 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 80 #define GLOB_NOCHECK (1 << 4)/* If nothing matches, return the pattern. */
96 GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND| \
101 GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND| \
glob.c 278 # undef GLOB_NOCHECK
472 ((flags & ~(GLOB_NOCHECK|GLOB_NOMAGIC))
502 else if (!(flags & (GLOB_NOCHECK|GLOB_NOMAGIC)))
806 if ((flags & GLOB_NOCHECK)
861 ((flags & (GLOB_ERR | GLOB_NOCHECK | GLOB_NOESCAPE))
891 & ~(GLOB_NOCHECK | GLOB_ERR)),
917 /* We have ignored the GLOB_NOCHECK flag in the `glob_in_dir' calls.
918 But if we have not found any matching entry and thie GLOB_NOCHECK
924 if (flags & GLOB_NOCHECK)
1239 if (flags & (GLOB_NOCHECK|GLOB_NOMAGIC)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 51 #define GLOB_NOCHECK (1 << 4)/* If nothing matches, return the pattern. */
66 GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND| \
71 GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND| \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 45 #define GLOB_NOCHECK (1 << 4)/* If nothing matches, return the pattern. */
60 GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND| \
65 GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND| \

Completed in 417 milliseconds