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

  /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/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])
regengine.inc 743 if (ISSET(st, stopst) || p == stop)
758 if (ISSET(st, stopst))
826 if (ISSET(st, stopst))
979 if (ISSET(st, i)) {
  /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])
engine.c 733 if (ISSET(st, stopst) || p == stop)
748 if (ISSET(st, stopst))
815 if (ISSET(st, stopst))
968 if (ISSET(st, i)) {
  /external/mksh/src/
var.c 99 if ((vq = global(vp->name))->flag & ISSET)
138 tp->flag = DEFINED|ISSET;
252 vp->flag |= ISSET|INTEGER;
260 vp->flag &= ~(ISSET|INTEGER);
273 vp->flag &= ~(ISSET|INTEGER);
341 if (!(vp->flag&ISSET))
432 vq->flag &= ~(ISSET|ALLOC);
447 vq->flag |= ISSET;
460 vp->flag = (ISSET|INTEGER);
468 vq->flag |= ISSET;
    [all...]
exec.c 464 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
704 if (!(tp->flag & ISSET)) {
722 !(ftp->flag & ISSET)) {
805 if (!(tp->flag&ISSET)) {
1008 if (tp->flag & ISSET)
1024 tp->flag &= ~(ISSET|ALLOC);
1035 tp->flag |= (ISSET|ALLOC);
1103 if (tp && !(tp->flag & ISSET)) {
1116 if (tp && (tp->flag & ISSET) &&
1122 tp->flag &= ~ISSET;
    [all...]
funcs.c 538 if (tp && !(tp->flag & ISSET))
576 if (!(tp->flag & ISSET)) {
593 if (tp->flag & ISSET) {
905 if (tvp->flag & ISSET) {
932 if (any_set && !(vp->flag & ISSET))
977 (thing == '-' && (vp->flag & ISSET))) {
1073 if ((ap->flag & (ISSET|xflag)) == (ISSET|xflag)) {
1098 if (ap != NULL && (ap->flag&ISSET)) {
1119 ap->flag &= ~(ALLOC|ISSET);
    [all...]
eval.c 339 v.flag = DEFINED|ISSET|INTEGER;
1103 if (vp->flag & (ISSET|ARRAY))
1106 if (vp->flag & ISSET)
1246 if (!(vp->flag&ISSET))
1273 if (xp->var->flag & ISSET)
1278 } else if (xp->var->flag & ISSET)
    [all...]
expr.c 726 vp->flag = ISSET|INTEGER;
743 (vp->flag & (ISSET|INTEGER|EXPRLVALUE)) == (ISSET|INTEGER))
jobs.c 1200 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U;
1217 vp->flag = DEFINED | ISSET | INTEGER | RDONLY |
    [all...]
syn.c 815 p->flag |= DEFINED|ISSET;
lex.c 1058 (p->flag & ISSET)) {
    [all...]
main.c 401 if (!(vp->flag & ISSET) ||
    [all...]
sh.h 1126 #define ISSET BIT(2) /* has value, vp->val.[si] */
    [all...]
edit.c     [all...]
  /external/ipsec-tools/src/racoon/
var.h 42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit))
isakmp_quick.c 334 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
621 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
653 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
711 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
858 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
    [all...]
isakmp_agg.c 1340 if (ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E))
    [all...]
isakmp_ident.c 688 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1359 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
    [all...]
isakmp_inf.c 143 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
1003 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
    [all...]
isakmp_cfg.c 1252 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
    [all...]
isakmp.c 449 if (ISSET(isakmp->flags, ISAKMP_FLAG_C)) {
711 if (ISSET(isakmp->flags, ISAKMP_FLAG_C))
    [all...]
  /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])
engine.c 840 if (ISSET(st, stopst) || p == stop)
855 if (ISSET(st, stopst))
933 if (ISSET(st, stopst))
1114 if (ISSET(st, i)) {

Completed in 539 milliseconds