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

  /external/ipsec-tools/src/racoon/
var.h 42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit))
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 114 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0)
140 #undef ISSET
161 #define ISSET(v, n) ((v)[n])
  /external/llvm/lib/Support/
regexec.c 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0)
89 #undef ISSET
110 #define ISSET(v, n) ((v)[n])
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 61 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0)
87 #undef ISSET
108 #define ISSET(v, n) ((v)[n])
  /bionic/libc/bionic/
fts.c 61 #define ISSET(opt) (sp->fts_options & (opt))
64 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
94 if (ISSET(FTS_LOGICAL))
122 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW));
165 if (!ISSET(FTS_NOCHDIR) && (sp->fts_rfd = open(".", O_RDONLY, 0)) < 0)
225 rfd = ISSET(FTS_NOCHDIR) ? -1 : sp->fts_rfd;
264 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
289 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
303 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) {
315 if (sp->fts_child && ISSET(FTS_NAMEONLY))
    [all...]
  /external/mksh/src/
sh.h     [all...]

Completed in 414 milliseconds