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

  /external/avahi/avahi-daemon/
glob.h 102 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.h 92 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 91 # define GLOB_TILDE (1 << 12)/* Expand ~user and ~ to home directories. */
93 # define GLOB_TILDE_CHECK (1 << 14)/* Like GLOB_TILDE but return an error
98 GLOB_NOMAGIC|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 61 # define GLOB_TILDE (1 << 12)/* Expand ~user and ~ to home directories. */
63 # define GLOB_TILDE_CHECK (1 << 14)/* Like GLOB_TILDE but return an error
68 GLOB_NOMAGIC|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 55 # define GLOB_TILDE (1 << 12)/* Expand ~user and ~ to home directories. */
57 # define GLOB_TILDE_CHECK (1 << 14)/* Like GLOB_TILDE but return an error
62 GLOB_NOMAGIC|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)

Completed in 212 milliseconds