Home
last modified time | relevance | path

Searched refs:ISSET (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfts.c111 if (ISSET(FTS_LOGICAL)) in fts_open()
175 if (!ISSET(FTS_NOCHDIR) && in fts_open()
354 if (ISSET(FTS_STOP)) in fts_read()
494 if (ISSET(FTS_STOP)) in fts_children()
527 ISSET(FTS_NOCHDIR)) in fts_children()
590 else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) in fts_build()
636 if (ISSET(FTS_NOCHDIR)) { in fts_build()
756 if (ISSET(FTS_NOCHDIR)) { in fts_build()
915 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
923 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
[all …]
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregexec.c94 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
124 #undef ISSET
148 #define ISSET(v, n) ((v)[n]) macro
H A Dengine.c869 if (ISSET(st, stopst)) { in walk()
894 if (ISSET(st, stopst)) in walk()
1036 if (ISSET(st, i)) { in print()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h152 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro