OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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
59
#define
ISSET
(opt) (sp->fts_options & (opt))
62
#define FCHDIR(sp, fd) (!
ISSET
(FTS_NOCHDIR) && fchdir(fd))
92
if (
ISSET
(FTS_LOGICAL))
120
p->fts_info = fts_stat(sp, p,
ISSET
(FTS_COMFOLLOW));
163
if (!
ISSET
(FTS_NOCHDIR) && (sp->fts_rfd = open(".", O_RDONLY, 0)) < 0)
223
rfd =
ISSET
(FTS_NOCHDIR) ? -1 : sp->fts_rfd;
262
if (sp->fts_cur == NULL ||
ISSET
(FTS_STOP))
287
if (p->fts_info == FTS_D && !
ISSET
(FTS_NOCHDIR)) {
301
(
ISSET
(FTS_XDEV) && p->fts_dev != sp->fts_dev)) {
313
if (sp->fts_child &&
ISSET
(FTS_NAMEONLY))
[
all
...]
/external/mksh/src/
sh.h
1125
#define
ISSET
BIT(2) /* has value, vp->val.[si] *
[
all
...]
Completed in 201 milliseconds