bin/sh/arithmetic.c
374
c = cond(token, val, arith_token(), noeval | !!a);
bin/sh/arithmetic.c
389
return cond(var, &val, op, noeval);
bin/sh/arithmetic.c
392
return cond(var, &val, op, noeval);
bin/sh/error.c
166
exverror(int cond, const char *msg, va_list ap)
bin/sh/error.c
173
CTRACE(DBG_ERRS, ("exverror(%d, \"", cond));
bin/sh/error.c
177
CTRACE(DBG_ERRS, ("exverror(%d, NULL) pid=%d\n", cond,
bin/sh/error.c
184
exraise(cond);
bin/sh/error.c
207
exerror(int cond, const char *msg, ...)
bin/sh/error.c
212
exverror(cond, msg, ap);
bin/sh/shell.h
117
#define CCTRACE(when,cond,param) do { \
bin/sh/shell.h
118
if ((cond) && (DFlags & (when)) != 0) \
bin/sh/shell.h
140
#define CVTRACE(when,cond,param) do { \
bin/sh/shell.h
141
if ((cond) && (DFlags & \
bin/sh/shell.h
216
#define CCTRACE(when, cond, param) /* more conditional normal trace */
bin/sh/shell.h
220
#define CVTRACE(when, cond, param) /* more conditional verbose trace */
common/dist/zlib/zutil.h
235
# define Assert(cond,msg) {if(!(cond)) z_error(msg);}
common/dist/zlib/zutil.h
242
# define Assert(cond,msg)
common/lib/libx86emu/x86emu.c
1404
common_jmp_near(struct X86EMU *emu, bool cond)
common/lib/libx86emu/x86emu.c
1411
if (cond)
common/lib/libx86emu/x86emu.c
4862
common_jmp_long(struct X86EMU *emu, bool cond)
common/lib/libx86emu/x86emu.c
4868
if (cond)
common/lib/libx86emu/x86emu.c
4873
common_set_byte(struct X86EMU *emu, bool cond)
common/lib/libx86emu/x86emu.c
4879
destval = cond ? 0x01 : 0x00;
games/adventure/hdr.h
121
extern int cond[LOCSIZE]; /* various condition bits */
games/adventure/init.c
163
cond[i] = 2;
games/adventure/init.c
98
int cond[LOCSIZE]; /* various condition bits */
games/adventure/io.c
498
cond[n] |= setbit[bitnum];
games/adventure/subr.c
111
i = cond[locc] / 2;
games/adventure/subr.c
113
l = cond[locc] / 4;
games/adventure/subr.c
121
if (cond[l] & setbit[n])
games/adventure/subr.c
129
if (cond[locc] == 2)
games/adventure/subr.c
137
if ((cond[loc] % 2) == 0 && (prop[lamp] == 0 || !here(lamp)))
games/adventure/subr.c
991
prop[bottle] = ((cond[loc] % 4) / 2) * 2;
games/trek/abandon.c
114
Ship.cond = GREEN;
games/trek/abandon.c
82
if (Ship.cond != DOCKED) {
games/trek/attack.c
95
if (Ship.cond == DOCKED) {
games/trek/autover.c
81
Ship.cond = RED;
games/trek/check_out.c
70
if (Ship.cond != DOCKED)
games/trek/checkcond.c
102
Ship.cond = GREEN;
games/trek/checkcond.c
91
if (Ship.cond == DOCKED)
games/trek/checkcond.c
95
Ship.cond = RED;
games/trek/checkcond.c
99
Ship.cond = YELLOW;
games/trek/damage.c
76
if (Ship.cond == DOCKED)
games/trek/dcrept.c
66
if (Ship.cond == DOCKED) {
games/trek/dock.c
102
Ship.cond = DOCKED;
games/trek/dock.c
136
if (Ship.cond != DOCKED) {
games/trek/dock.c
140
Ship.cond = GREEN;
games/trek/dock.c
67
if (Ship.cond == DOCKED) {
games/trek/events.c
148
if (Ship.cond != DOCKED) {
games/trek/events.c
436
if (Ship.cond == DOCKED)
games/trek/events.c
478
if (damaged(LIFESUP) && Ship.cond != DOCKED)
games/trek/help.c
81
if (Ship.cond == DOCKED) {
games/trek/impulse.c
58
if (Ship.cond == DOCKED) {
games/trek/initquad.c
83
Ship.cond = RED;
games/trek/kill.c
126
if (Ship.cond == DOCKED)
games/trek/phaser.c
111
if (Ship.cond == DOCKED) {
games/trek/rest.c
81
if (Ship.cond != DOCKED && Move.time > t)
games/trek/setup.c
135
Ship.cond = GREEN;
games/trek/shield.c
105
if (Ship.cond == DOCKED) {
games/trek/srscan.c
118
printf("condition %s", Color[Ship.cond]);
games/trek/torped.c
145
if (Ship.cond != DOCKED)
games/trek/torped.c
242
if (Ship.shldup || Ship.cond == DOCKED) {
games/trek/torped.c
245
if (Ship.cond == DOCKED)
games/trek/trek.h
233
unsigned char cond; /* condition code */
games/trek/warp.c
89
if (Ship.cond == DOCKED) {
include/ssp/ssp.h
77
#define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos) \
include/ssp/ssp.h
81
if (cond) \
lib/libc/arch/ia64/SYS.h
40
(p6) br.cond.sptk.few __cerror ;; }
lib/libc/include/isc/assertions.h
100
#define INSIST(cond) \
lib/libc/include/isc/assertions.h
101
((void) ((cond) || \
lib/libc/include/isc/assertions.h
103
#cond, 0), 0)))
lib/libc/include/isc/assertions.h
104
#define INSIST_ERR(cond) \
lib/libc/include/isc/assertions.h
105
((void) ((cond) || \
lib/libc/include/isc/assertions.h
107
#cond, 1), 0)))
lib/libc/include/isc/assertions.h
110
#define INSIST(cond) ((void) (cond))
lib/libc/include/isc/assertions.h
111
#define INSIST_ERR(cond) ((void) (cond))
lib/libc/include/isc/assertions.h
113
#define INSIST(cond)
lib/libc/include/isc/assertions.h
114
#define INSIST_ERR(cond)
lib/libc/include/isc/assertions.h
119
#define INVARIANT(cond) \
lib/libc/include/isc/assertions.h
120
((void) ((cond) || \
lib/libc/include/isc/assertions.h
122
#cond, 0), 0)))
lib/libc/include/isc/assertions.h
123
#define INVARIANT_ERR(cond) \
lib/libc/include/isc/assertions.h
124
((void) ((cond) || \
lib/libc/include/isc/assertions.h
126
#cond, 1), 0)))
lib/libc/include/isc/assertions.h
128
#define INVARIANT(cond) ((void) (cond))
lib/libc/include/isc/assertions.h
129
#define INVARIANT_ERR(cond) ((void) (cond))
lib/libc/include/isc/assertions.h
72
#define REQUIRE(cond) \
lib/libc/include/isc/assertions.h
73
((void) ((cond) || \
lib/libc/include/isc/assertions.h
75
#cond, 0), 0)))
lib/libc/include/isc/assertions.h
76
#define REQUIRE_ERR(cond) \
lib/libc/include/isc/assertions.h
77
((void) ((cond) || \
lib/libc/include/isc/assertions.h
79
#cond, 1), 0)))
lib/libc/include/isc/assertions.h
81
#define REQUIRE(cond) ((void) (cond))
lib/libc/include/isc/assertions.h
82
#define REQUIRE_ERR(cond) ((void) (cond))
lib/libc/include/isc/assertions.h
86
#define ENSURE(cond) \
lib/libc/include/isc/assertions.h
87
((void) ((cond) || \
lib/libc/include/isc/assertions.h
89
#cond, 0), 0)))
lib/libc/include/isc/assertions.h
90
#define ENSURE_ERR(cond) \
lib/libc/include/isc/assertions.h
91
((void) ((cond) || \
lib/libc/include/isc/assertions.h
93
#cond, 1), 0)))
lib/libc/include/isc/assertions.h
95
#define ENSURE(cond) ((void) (cond))
lib/libc/include/isc/assertions.h
96
#define ENSURE_ERR(cond) ((void) (cond))
lib/libc/isc/assertions.c
91
const char *cond, int print_errno)
lib/libc/isc/assertions.c
94
file, line, assertion_type_to_text(type), cond,
lib/libc/resolv/res_debug.h
24
# define Dprint(cond, args) /*empty*/
lib/libc/resolv/res_debug.h
25
# define DprintQ(cond, args, query, size) /*empty*/
lib/libc/resolv/res_debug.h
29
# define Dprint(cond, args) if (cond) {fprintf args;} else {}
lib/libc/resolv/res_debug.h
30
# define DprintQ(cond, args, query, size) if (cond) {\
lib/libc/time/private.h
100
# define static_assert(cond) extern int static_assert_check[(cond) ? 1 : -1]
lib/libpthread/cnd.c
108
cnd_wait(cnd_t *cond, mtx_t *mtx)
lib/libpthread/cnd.c
111
_DIAGASSERT(cond != NULL);
lib/libpthread/cnd.c
114
if (pthread_cond_wait(cond, mtx) == 0)
lib/libpthread/cnd.c
41
cnd_broadcast(cnd_t *cond)
lib/libpthread/cnd.c
44
_DIAGASSERT(cond != NULL);
lib/libpthread/cnd.c
46
if (pthread_cond_broadcast(cond) == 0)
lib/libpthread/cnd.c
53
cnd_destroy(cnd_t *cond)
lib/libpthread/cnd.c
56
_DIAGASSERT(cond != NULL);
lib/libpthread/cnd.c
61
(void)pthread_cond_destroy(cond);
lib/libpthread/cnd.c
65
cnd_init(cnd_t *cond)
lib/libpthread/cnd.c
68
_DIAGASSERT(cond != NULL);
lib/libpthread/cnd.c
70
if (pthread_cond_init(cond, NULL) == 0)
lib/libpthread/cnd.c
77
cnd_signal(cnd_t *cond)
lib/libpthread/cnd.c
80
_DIAGASSERT(cond != NULL);
lib/libpthread/cnd.c
82
if (pthread_cond_signal(cond) == 0)
lib/libpthread/cnd.c
89
cnd_timedwait(cnd_t * __restrict cond, mtx_t * __restrict mtx,
lib/libpthread/cnd.c
93
_DIAGASSERT(cond != NULL);
lib/libpthread/cnd.c
97
switch (pthread_cond_timedwait(cond, mtx, ts)) {
lib/libpthread/pthread_cond.c
101
cond->ptc_private = NULL;
lib/libpthread/pthread_cond.c
108
pthread_cond_destroy(pthread_cond_t *cond)
lib/libpthread/pthread_cond.c
111
return __libc_cond_destroy_stub(cond);
lib/libpthread/pthread_cond.c
114
cond->ptc_magic == _PT_COND_MAGIC);
lib/libpthread/pthread_cond.c
116
cond->ptc_waiters == NULL);
lib/libpthread/pthread_cond.c
118
cond->ptc_magic = _PT_COND_DEAD;
lib/libpthread/pthread_cond.c
119
free(cond->ptc_private);
lib/libpthread/pthread_cond.c
125
pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
lib/libpthread/pthread_cond.c
131
clockid_t clkid = pthread_cond_getclock(cond);
lib/libpthread/pthread_cond.c
134
return __libc_cond_timedwait_stub(cond, mutex, abstime);
lib/libpthread/pthread_cond.c
137
cond->ptc_magic == _PT_COND_MAGIC);
lib/libpthread/pthread_cond.c
153
cond->ptc_mutex = mutex;
lib/libpthread/pthread_cond.c
154
for (head = cond->ptc_waiters;; head = next) {
lib/libpthread/pthread_cond.c
158
next = cond->ptc_waiters;
lib/libpthread/pthread_cond.c
166
next = atomic_cas_ptr(&cond->ptc_waiters, head, &waiter);
lib/libpthread/pthread_cond.c
198
pthread_cond_broadcast(cond);
lib/libpthread/pthread_cond.c
228
pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
lib/libpthread/pthread_cond.c
231
return __libc_cond_wait_stub(cond, mutex);
lib/libpthread/pthread_cond.c
233
return pthread_cond_timedwait(cond, mutex, NULL);
lib/libpthread/pthread_cond.c
237
pthread_cond_signal(pthread_cond_t *cond)
lib/libpthread/pthread_cond.c
244
return __libc_cond_signal_stub(cond);
lib/libpthread/pthread_cond.c
247
cond->ptc_magic == _PT_COND_MAGIC);
lib/libpthread/pthread_cond.c
251
mutex = cond->ptc_mutex;
lib/libpthread/pthread_cond.c
252
for (head = cond->ptc_waiters;; head = next) {
lib/libpthread/pthread_cond.c
256
next = cond->ptc_waiters;
lib/libpthread/pthread_cond.c
263
next = atomic_cas_ptr(&cond->ptc_waiters, head,
lib/libpthread/pthread_cond.c
272
cond->ptc_waiters = head->next;
lib/libpthread/pthread_cond.c
282
pthread_cond_broadcast(pthread_cond_t *cond)
lib/libpthread/pthread_cond.c
289
return __libc_cond_broadcast_stub(cond);
lib/libpthread/pthread_cond.c
292
cond->ptc_magic == _PT_COND_MAGIC);
lib/libpthread/pthread_cond.c
294
if (cond->ptc_waiters == NULL)
lib/libpthread/pthread_cond.c
299
mutex = cond->ptc_mutex;
lib/libpthread/pthread_cond.c
300
for (head = cond->ptc_waiters;; head = next) {
lib/libpthread/pthread_cond.c
304
next = cond->ptc_waiters;
lib/libpthread/pthread_cond.c
310
next = atomic_cas_ptr(&cond->ptc_waiters, head, NULL);
lib/libpthread/pthread_cond.c
323
_pthread_cond_has_waiters_np(pthread_cond_t *cond)
lib/libpthread/pthread_cond.c
326
return cond->ptc_waiters != NULL;
lib/libpthread/pthread_cond.c
72
pthread_cond_getclock(const pthread_cond_t *cond)
lib/libpthread/pthread_cond.c
76
cond->ptc_magic == _PT_COND_MAGIC);
lib/libpthread/pthread_cond.c
78
return cond->ptc_private ?
lib/libpthread/pthread_cond.c
79
*(clockid_t *)cond->ptc_private : CLOCK_REALTIME;
lib/libpthread/pthread_cond.c
83
pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr)
lib/libpthread/pthread_cond.c
86
return __libc_cond_init_stub(cond, attr);
lib/libpthread/pthread_cond.c
91
cond->ptc_magic = _PT_COND_MAGIC;
lib/libpthread/pthread_cond.c
92
cond->ptc_waiters = NULL;
lib/libpthread/pthread_cond.c
93
cond->ptc_mutex = NULL;
lib/libpthread/pthread_cond.c
95
cond->ptc_private = malloc(sizeof(clockid_t));
lib/libpthread/pthread_cond.c
96
if (cond->ptc_private == NULL)
lib/libpthread/pthread_cond.c
98
*(clockid_t *)cond->ptc_private =
libexec/ld.elf_so/rtldenv.h
66
# define assert(cond) ((cond) ? (void) 0 : xassert(__FILE__, __LINE__, #cond))
libexec/ld.elf_so/rtldenv.h
68
# define assert(cond) (void) 0
sys/arch/aarch64/aarch64/disasm.c
1058
uint64_t sf, uint64_t Rm, uint64_t cond, uint64_t Rn, uint64_t Rd,
sys/arch/aarch64/aarch64/disasm.c
1061
if ((Rn == Rm) && (Rn != 31) && ((cond & 0xe) != 0x0e)) {
sys/arch/aarch64/aarch64/disasm.c
1066
IVCONDNAME(cond));
sys/arch/aarch64/aarch64/disasm.c
1067
} else if ((Rn == Rm) && (Rn == 31) && ((cond & 0xe) != 0x0e)) {
sys/arch/aarch64/aarch64/disasm.c
1071
IVCONDNAME(cond));
sys/arch/aarch64/aarch64/disasm.c
1078
CONDNAME(cond));
sys/arch/aarch64/aarch64/disasm.c
1415
OP2FUNC(op_b_cond, imm19, cond)
sys/arch/aarch64/aarch64/disasm.c
1417
PRINTF("b.%s\t", CONDNAME(cond));
sys/arch/aarch64/aarch64/disasm.c
1493
OP5FUNC(op_ccmn_imm, sf, imm5, cond, Rn, nzcv)
sys/arch/aarch64/aarch64/disasm.c
1499
CONDNAME(cond));
sys/arch/aarch64/aarch64/disasm.c
1502
OP5FUNC(op_ccmn_reg, sf, Rm, cond, Rn, nzcv)
sys/arch/aarch64/aarch64/disasm.c
1508
CONDNAME(cond));
sys/arch/aarch64/aarch64/disasm.c
1511
OP5FUNC(op_ccmp_imm, sf, imm5, cond, Rn, nzcv)
sys/arch/aarch64/aarch64/disasm.c
1517
CONDNAME(cond));
sys/arch/aarch64/aarch64/disasm.c
1520
OP5FUNC(op_ccmp_reg, sf, Rm, cond, Rn, nzcv)
sys/arch/aarch64/aarch64/disasm.c
1526
CONDNAME(cond));
sys/arch/aarch64/aarch64/disasm.c
1529
OP5FUNC(op_cinc, sf, Rm, cond, Rn, Rd)
sys/arch/aarch64/aarch64/disasm.c
1532
csetsel_common(di, pc, insn, sf, Rm, cond, Rn, Rd,
sys/arch/aarch64/aarch64/disasm.c
1536
OP5FUNC(op_csinv, sf, Rm, cond, Rn, Rd)
sys/arch/aarch64/aarch64/disasm.c
1539
csetsel_common(di, pc, insn, sf, Rm, cond, Rn, Rd,
sys/arch/aarch64/aarch64/disasm.c
1592
OP5FUNC(op_csneg, sf, Rm, cond, Rn, Rd)
sys/arch/aarch64/aarch64/disasm.c
1595
if ((Rn == Rm) && ((cond & 0xe) != 0x0e)) {
sys/arch/aarch64/aarch64/disasm.c
1599
IVCONDNAME(cond));
sys/arch/aarch64/aarch64/disasm.c
1605
CONDNAME(cond));
sys/arch/aarch64/aarch64/disasm.c
1639
OP5FUNC(op_csel, sf, Rm, cond, Rn, Rd)
sys/arch/aarch64/aarch64/disasm.c
1645
CONDNAME(cond));
sys/arch/arm/nvidia/tegra_xusb.c
199
#define tegra_xusb_attach_check(sc, cond, fmt, ...) \
sys/arch/arm/nvidia/tegra_xusb.c
201
if (cond) { \
sys/arch/dreamcast/dev/g1/gdrom.c
189
int cond, sense_key, sense_specific;
sys/arch/dreamcast/dev/g1/gdrom.c
191
cond = scsipi_command(sc->sc_periph, req, 12, buf, nbyt,
sys/arch/dreamcast/dev/g1/gdrom.c
196
if (cond < 0) {
sys/arch/dreamcast/dev/g1/gdrom.c
201
if ((cond & 1) == 0) {
sys/arch/dreamcast/dev/g1/gdrom.c
268
int cond;
sys/arch/dreamcast/dev/g1/gdrom.c
287
cond = scsipi_command(sc->sc_periph, (void *)cmd, 12,
sys/arch/dreamcast/dev/g1/gdrom.c
291
GDROM_DPRINTF(("%s: cond = %d\n", __func__, cond));
sys/arch/dreamcast/dev/g1/gdrom.c
293
return cond;
sys/arch/dreamcast/dev/g1/gdrom.c
308
int cond;
sys/arch/dreamcast/dev/g1/gdrom.c
316
cond = scsipi_command(sc->sc_periph, (void *)cmd, 12, NULL, 0,
sys/arch/dreamcast/dev/g1/gdrom.c
319
GDROM_DPRINTF(("%s: cond = %d\n", __func__, cond));
sys/arch/dreamcast/dev/g1/gdrom.c
320
return cond;
sys/arch/dreamcast/dev/gdrom.c
186
uint8_t cond;
sys/arch/dreamcast/dev/gdrom.c
189
cond = GDROM_COND;
sys/arch/dreamcast/dev/gdrom.c
190
DPRINTF(("GDROM: cond = %x\n", cond));
sys/arch/dreamcast/dev/gdrom.c
197
if ((cond & 0x08) != 0) {
sys/arch/dreamcast/dev/gdrom.c
221
if ((cond & 0x08) == 0) {
sys/arch/dreamcast/dev/gdrom.c
222
sc->cmd_cond = cond;
sys/arch/dreamcast/dev/gdrom.c
291
int cond, sense_key, sense_specific;
sys/arch/dreamcast/dev/gdrom.c
293
cond = gdrom_do_command(sc, req, buf, nbyt, resid);
sys/arch/dreamcast/dev/gdrom.c
295
if (cond < 0) {
sys/arch/dreamcast/dev/gdrom.c
300
if ((cond & 1) == 0) {
sys/arch/hppa/hppa/db_disasm.c
1411
subDCond(u_int cond)
sys/arch/hppa/hppa/db_disasm.c
1413
switch(cond) {
sys/arch/hppa/hppa/db_disasm.c
1442
addDCond(u_int cond)
sys/arch/hppa/hppa/db_disasm.c
1444
switch(cond) {
sys/arch/hppa/hppa/db_disasm.c
1467
unitDCond(u_int cond)
sys/arch/hppa/hppa/db_disasm.c
1469
switch(cond) {
sys/arch/hppa/hppa/db_disasm.c
1488
edDCond(u_int cond)
sys/arch/hppa/hppa/db_disasm.c
1490
switch(cond) {
sys/arch/hppa/spmath/dfcmp.c
112
Set_status_cbit(Equal(cond));
sys/arch/hppa/spmath/dfcmp.c
116
Set_status_cbit(Lessthan(cond));
sys/arch/hppa/spmath/dfcmp.c
120
Set_status_cbit(Greaterthan(cond));
sys/arch/hppa/spmath/dfcmp.c
127
Set_status_cbit(Equal(cond));
sys/arch/hppa/spmath/dfcmp.c
134
Set_status_cbit(Lessthan(cond));
sys/arch/hppa/spmath/dfcmp.c
138
Set_status_cbit(Greaterthan(cond));
sys/arch/hppa/spmath/dfcmp.c
146
Set_status_cbit(Lessthan(cond));
sys/arch/hppa/spmath/dfcmp.c
150
Set_status_cbit(Greaterthan(cond));
sys/arch/hppa/spmath/dfcmp.c
161
Set_status_cbit(Lessthan(cond));
sys/arch/hppa/spmath/dfcmp.c
165
Set_status_cbit(Greaterthan(cond));
sys/arch/hppa/spmath/dfcmp.c
173
Set_status_cbit(Lessthan(cond));
sys/arch/hppa/spmath/dfcmp.c
177
Set_status_cbit(Greaterthan(cond));
sys/arch/hppa/spmath/dfcmp.c
55
unsigned int cond, unsigned int *status)
sys/arch/hppa/spmath/dfcmp.c
74
&& (Exception(cond) || Dbl_isone_signaling(leftp1)))
sys/arch/hppa/spmath/dfcmp.c
78
&& (Exception(cond) || Dbl_isone_signaling(rightp1))) )
sys/arch/hppa/spmath/dfcmp.c
81
Set_status_cbit(Unordered(cond));
sys/arch/hppa/spmath/dfcmp.c
85
Set_status_cbit(Unordered(cond));
sys/arch/hppa/spmath/dfcmp.c
97
Set_status_cbit(Unordered(cond));
sys/arch/hppa/spmath/float.h
484
#define Unordered(cond) Unorderedbit(cond)
sys/arch/hppa/spmath/float.h
485
#define Equal(cond) Equalbit(cond)
sys/arch/hppa/spmath/float.h
486
#define Lessthan(cond) Lessthanbit(cond)
sys/arch/hppa/spmath/float.h
487
#define Greaterthan(cond) Greaterthanbit(cond)
sys/arch/hppa/spmath/float.h
488
#define Exception(cond) Exceptionbit(cond)
sys/arch/hppa/spmath/sfcmp.c
112
Set_status_cbit(Equal(cond));
sys/arch/hppa/spmath/sfcmp.c
116
Set_status_cbit(Lessthan(cond));
sys/arch/hppa/spmath/sfcmp.c
120
Set_status_cbit(Greaterthan(cond));
sys/arch/hppa/spmath/sfcmp.c
127
Set_status_cbit(Equal(cond));
sys/arch/hppa/spmath/sfcmp.c
134
Set_status_cbit(Lessthan(cond));
sys/arch/hppa/spmath/sfcmp.c
138
Set_status_cbit(Greaterthan(cond));
sys/arch/hppa/spmath/sfcmp.c
148
Set_status_cbit(Lessthan(cond));
sys/arch/hppa/spmath/sfcmp.c
152
Set_status_cbit(Greaterthan(cond));
sys/arch/hppa/spmath/sfcmp.c
55
unsigned int cond, unsigned int *status)
sys/arch/hppa/spmath/sfcmp.c
74
&& (Exception(cond) || Sgl_isone_signaling(left)))
sys/arch/hppa/spmath/sfcmp.c
78
&& (Exception(cond) || Sgl_isone_signaling(right)) ) )
sys/arch/hppa/spmath/sfcmp.c
81
Set_status_cbit(Unordered(cond));
sys/arch/hppa/spmath/sfcmp.c
85
Set_status_cbit(Unordered(cond));
sys/arch/hppa/spmath/sfcmp.c
97
Set_status_cbit(Unordered(cond));
sys/arch/luna68k/dev/omrasops.c
70
#define ASSUME(cond) if (!(cond)) __unreachable()
sys/arch/luna68k/dev/omrasops.c
72
#define ASSUME(cond) __builtin_assume(cond)
sys/arch/luna68k/dev/omrasops.c
74
#define ASSUME(cond) (void)(cond)
sys/arch/powerpc/fpu/fpu_emu.c
349
int ra, rb, rc, rt, type, mask, fsr, cx, bf, setcr, cond;
sys/arch/powerpc/fpu/fpu_emu.c
364
cond = instr.i_any.i_rc;
sys/arch/powerpc/fpu/fpu_emu.c
393
cond = 0; /* ld/st never set condition codes */
sys/arch/powerpc/fpu/fpu_emu.c
531
cond = 0;
sys/arch/powerpc/fpu/fpu_emu.c
572
cond = 0;
sys/arch/powerpc/fpu/fpu_emu.c
594
cond = 0;
sys/arch/powerpc/fpu/fpu_emu.c
851
if (cond) {
sys/arch/sparc/fpu/fpu.c
308
int opf, rs1, rs2, rd, type, mask, fsr, cx, i, cond;
sys/arch/sparc/fpu/fpu.c
360
cond = (fs->fs_fsr>>FSR_FCC_SHIFT)&FSR_FCC_MASK;
sys/arch/sparc/fpu/fpu.c
361
if (instr.i_fmovcc.i_cond != cond) return(0); /* success */
sys/arch/sparc/fpu/fpu.c
366
cond = (fs->fs_fsr>>FSR_FCC1_SHIFT)&FSR_FCC_MASK;
sys/arch/sparc/fpu/fpu.c
367
if (instr.i_fmovcc.i_cond != cond) return(0); /* success */
sys/arch/sparc/fpu/fpu.c
372
cond = (fs->fs_fsr>>FSR_FCC2_SHIFT)&FSR_FCC_MASK;
sys/arch/sparc/fpu/fpu.c
373
if (instr.i_fmovcc.i_cond != cond) return(0); /* success */
sys/arch/sparc/fpu/fpu.c
378
cond = (fs->fs_fsr>>FSR_FCC3_SHIFT)&FSR_FCC_MASK;
sys/arch/sparc/fpu/fpu.c
379
if (instr.i_fmovcc.i_cond != cond) return(0); /* success */
sys/arch/sparc/fpu/fpu.c
385
cond = (curlwp->l_md.md_tf->tf_tstate>>TSTATE_CCR_SHIFT)&PSR_ICC;
sys/arch/sparc/fpu/fpu.c
386
if (instr.i_fmovcc.i_cond != cond) return(0); /* success */
sys/arch/sparc/fpu/fpu.c
392
cond = (curlwp->l_md.md_tf->tf_tstate>>(TSTATE_CCR_SHIFT+XCC_SHIFT))&PSR_ICC;
sys/arch/sparc/fpu/fpu.c
393
if (instr.i_fmovcc.i_cond != cond) return(0); /* success */
sys/arch/sparc/include/instr.h
342
#define _I_FBFCC(a, cond, disp) \
sys/arch/sparc/include/instr.h
343
_I_BRANCH(a, cond, IOP2_FBfcc, disp)
sys/arch/sparc/include/instr.h
344
#define _I_CBCCC(a, cond, disp) \
sys/arch/sparc/include/instr.h
345
_I_BRANCH(a, cond, IOP2_CBccc, disp)
sys/dev/i2o/iop.c
63
#define POLL(ms, cond) \
sys/dev/i2o/iop.c
67
if (cond) \
sys/dev/ic/hd44780reg.h
49
#define bset(cond, bit) ((cond) ? (bit) : 0x00)
sys/dev/ic/rtwvar.h
191
#define CASSERT(cond, complaint) complaint[(cond) ? 0 : -1] = complaint[(cond) ? 0 : -1]
sys/dev/ic/sl811hs.c
736
#define FIND_TO(var, t, tvar, cond) \
sys/dev/ic/sl811hs.c
737
GCQ_FIND_TYPED(var, &(t)->to, tvar, struct slhci_pipe, to, cond)
sys/dev/ic/sl811hs.c
742
#define GOT_FIRST_TIMED_COND(tvar, t, cond) \
sys/dev/ic/sl811hs.c
743
GCQ_GOT_FIRST_COND_TYPED(tvar, &(t)->timed, struct slhci_pipe, xq, cond)
sys/dev/ic/sl811hs.c
751
#define FIND_TIMED(var, t, tvar, cond) \
sys/dev/ic/sl811hs.c
752
GCQ_FIND_TYPED(var, &(t)->timed, tvar, struct slhci_pipe, xq, cond)
sys/dev/pci/if_bnxreg.h
153
#define DBRUNIF(cond, args...) \
sys/dev/pci/if_bnxreg.h
154
if (cond) { \
sys/dev/pci/if_bnxreg.h
178
#define DBRUNIF(cond, ...) __nothing
sys/dev/pci/xmm7360.c
306
#define wait_event_interruptible(wq, cond) \
sys/dev/pci/xmm7360.c
309
while (!(cond)) { \
sys/dev/pci/xmm7360.c
313
__ret = (cond) ? 1 \
sys/dev/pci/xmm7360.c
328
#define wait_event_interruptible_timeout(wq, cond, jiffies) \
sys/dev/pci/xmm7360.c
331
while (!(cond)) { \
sys/dev/pci/xmm7360.c
335
if (cond) \
sys/dev/pci/xmm7360.c
338
__ret = (cond) ? 1 : 0; \
sys/dev/pci/xmm7360.c
343
__ret = (cond) ? 1 \
sys/dev/raidframe/rf_mcpair.c
106
rf_broadcast_cond2(mcpair->cond);
sys/dev/raidframe/rf_mcpair.c
85
rf_init_cond2(t->cond, "mcpair");
sys/dev/raidframe/rf_mcpair.c
94
rf_destroy_cond2(t->cond);
sys/dev/raidframe/rf_mcpair.h
41
rf_declare_cond2(cond);
sys/dev/raidframe/rf_mcpair.h
44
#define RF_WAIT_MCPAIR(_mcp) rf_wait_cond2((_mcp)->cond, (_mcp)->mutex)
sys/dev/raidframe/rf_paritylog.c
562
rf_signal_cond2(raidPtr->parityLogDiskQueue.cond);
sys/dev/raidframe/rf_paritylog.c
582
rf_signal_cond2(raidPtr->parityLogDiskQueue.cond);
sys/dev/raidframe/rf_paritylog.h
112
rf_declare_cond2(cond);
sys/dev/raidframe/rf_paritylog.h
97
rf_declare_cond2(cond);
sys/dev/raidframe/rf_paritylogDiskMgr.c
104
rf_signal_cond2(pool->cond);
sys/dev/raidframe/rf_paritylogDiskMgr.c
611
rf_signal_cond2(raidPtr->parityLogDiskQueue.cond);
sys/dev/raidframe/rf_paritylogDiskMgr.c
666
rf_wait_cond2(raidPtr->parityLogDiskQueue.cond,
sys/dev/raidframe/rf_paritylogDiskMgr.c
682
rf_signal_cond2(raidPtr->parityLogDiskQueue.cond);
sys/dev/raidframe/rf_paritylogDiskMgr.c
81
rf_wait_cond2(pool->cond, pool->mutex);
sys/dev/raidframe/rf_paritylogging.c
292
rf_init_cond2(raidPtr->regionBufferPool.cond, "rfrbpl");
sys/dev/raidframe/rf_paritylogging.c
340
rf_init_cond2(raidPtr->parityBufferPool.cond, "rfpbpl");
sys/dev/raidframe/rf_paritylogging.c
388
rf_init_cond2(raidPtr->parityLogDiskQueue.cond, "rfpldq");
sys/dev/raidframe/rf_paritylogging.c
469
rf_wait_cond2(raidPtr->parityLogDiskQueue.cond,
sys/dev/raidframe/rf_paritylogging.c
541
rf_destroy_cond2(queue->cond);
sys/dev/raidframe/rf_paritylogging.c
636
rf_destroy_cond2(raidPtr->parityLogDiskQueue.cond);
sys/dev/raidframe/rf_paritylogging.c
655
rf_signal_cond2(raidPtr->parityLogDiskQueue.cond);
sys/dev/raidframe/rf_paritylogging.c
663
rf_wait_cond2(raidPtr->parityLogDiskQueue.cond,
sys/dev/raidframe/rf_psstatus.c
112
rf_init_cond2(pssTable[i].cond, "rfpsslk");
sys/dev/raidframe/rf_psstatus.c
135
rf_destroy_cond2(pssTable[i].cond);
sys/dev/raidframe/rf_psstatus.c
231
rf_wait_cond2(hdr->cond, hdr->mutex);
sys/dev/raidframe/rf_psstatus.h
102
rf_declare_cond2(cond); /* and cv for it */
sys/dev/raidframe/rf_psstatus.h
61
rf_wait_cond2((_raidPtr)->reconControl->pssTable[ RF_HASH_PSID(_raidPtr,_psid) ].cond,\
sys/dev/raidframe/rf_psstatus.h
71
rf_broadcast_cond2((_raidPtr)->reconControl->pssTable[ RF_HASH_PSID(_raidPtr,_psid) ].cond); \
sys/fs/nilfs/nilfs.h
75
#define DPRINTFIF(name, cond, arg) { \
sys/fs/nilfs/nilfs.h
77
if (cond) printf arg;\
sys/fs/nilfs/nilfs.h
82
#define DPRINTFIF(name, cond, arg) {}
sys/fs/udf/udf.h
90
#define DPRINTFIF(name, cond, arg) { \
sys/fs/udf/udf.h
92
if (cond) printf arg;\
sys/fs/udf/udf.h
97
#define DPRINTFIF(name, cond, arg) {}
sys/kern/kern_lock.c
134
#define _KERNEL_LOCK_ASSERT(cond) \
sys/kern/kern_lock.c
136
if (!(cond)) \
sys/kern/kern_lock.c
137
_KERNEL_LOCK_ABORT("assertion failed: " #cond); \
sys/kern/kern_lock.c
140
#define _KERNEL_LOCK_ASSERT(cond) /* nothing */
sys/kern/kern_mutex.c
100
MUTEX_ABORT(mtx, "assertion failed: " #cond); \
sys/kern/kern_mutex.c
105
#define MUTEX_DASSERT(mtx, cond) /* nothing */
sys/kern/kern_mutex.c
111
#define MUTEX_ASSERT(mtx, cond) \
sys/kern/kern_mutex.c
113
if (__predict_false(!(cond))) \
sys/kern/kern_mutex.c
114
MUTEX_ABORT(mtx, "assertion failed: " #cond); \
sys/kern/kern_mutex.c
119
#define MUTEX_ASSERT(mtx, cond) /* nothing */
sys/kern/kern_mutex.c
97
#define MUTEX_DASSERT(mtx, cond) \
sys/kern/kern_mutex.c
99
if (__predict_false(!(cond))) \
sys/kern/kern_rwlock.c
93
#define RW_ASSERT(rw, cond) \
sys/kern/kern_rwlock.c
95
if (__predict_false(!(cond))) \
sys/kern/kern_rwlock.c
96
rw_abort(__func__, __LINE__, rw, "assertion failed: " #cond);\
sys/kern/kern_rwlock.c
99
#define RW_ASSERT(rw, cond) /* nothing */
sys/net/bpfjit.c
1714
int status, cond, op2;
sys/net/bpfjit.c
2017
if (!jmp_to_cond(pc, negate, &cond))
sys/net/bpfjit.c
2020
cond, BJ_AREG, 0,
sys/net/bpfjit.c
2031
if (!jmp_to_cond(pc, negate, &cond))
sys/net/bpfjit.c
2034
cond, BJ_TMP1REG, 0, SLJIT_IMM, 0);
sys/net/zlib.c
256
# define Assert(cond,msg) {if(!(cond)) z_error(msg);}
sys/net/zlib.c
263
# define Assert(cond,msg)
sys/sys/gcq.h
299
#define _GCQ_GDQ_COND(var, h, ptr, rem, cond) \
sys/sys/gcq.h
301
((cond) ? (rem, true) : (var = NULL, false))) : \
sys/sys/gcq.h
303
#define _GCQ_GDQ_COND_TYPED(tvar, h, type, name, ptr, rem, cond) \
sys/sys/gcq.h
305
type, name), ((cond) ? (rem, true) : (tvar = NULL, false))) : \
sys/sys/gcq.h
307
#define _GCQ_NP_COND(var, current, head, start, np, rem, cond) \
sys/sys/gcq.h
309
(var = fn(np(current, head, start)), ((cond) ? (rem), true) : \
sys/sys/gcq.h
312
rem, cond) (np(current, head, start) != (start) ? \
sys/sys/gcq.h
314
((cond) ? (rem, true) : (var = NULL, false))) : \
sys/sys/gcq.h
350
#define GCQ_GOT_FIRST_COND(var, h, cond) \
sys/sys/gcq.h
351
_GCQ_GDQ_COND(var, h, q_next, ((void)0), cond)
sys/sys/gcq.h
352
#define GCQ_GOT_LAST_COND(var, h, cond) \
sys/sys/gcq.h
353
_GCQ_GDQ_COND(var, h, q_prev, ((void)0), cond)
sys/sys/gcq.h
354
#define GCQ_DEQUEUED_FIRST_COND(var, h, cond) \
sys/sys/gcq.h
355
_GCQ_GDQ_COND(var, h, q_next, gcq_remove(var), cond)
sys/sys/gcq.h
356
#define GCQ_DEQUEUED_LAST_COND(var, h, cond) \
sys/sys/gcq.h
357
_GCQ_GDQ_COND(var, h, q_prev, gcq_remove(var), cond)
sys/sys/gcq.h
358
#define GCQ_GOT_FIRST_COND_TYPED(tvar, h, type, name, cond) \
sys/sys/gcq.h
359
_GCQ_GDQ_COND_TYPED(tvar, h, type, name, q_next, ((void)0), cond)
sys/sys/gcq.h
360
#define GCQ_GOT_LAST_COND_TYPED(tvar, h, type, name, cond) \
sys/sys/gcq.h
361
_GCQ_GDQ_COND_TYPED(tvar, h, type, name, q_prev, ((void)0), cond)
sys/sys/gcq.h
362
#define GCQ_DEQUEUED_FIRST_COND_TYPED(tvar, h, type, name, cond) \
sys/sys/gcq.h
364
gcq_remove(&(tvar)->name), cond)
sys/sys/gcq.h
365
#define GCQ_DEQUEUED_LAST_COND_TYPED(tvar, h, type, name, cond) \
sys/sys/gcq.h
367
gcq_remove(&(tvar)->name), cond)
sys/sys/gcq.h
368
#define GCQ_GOT_NEXT_COND(var, current, head, start, cond) \
sys/sys/gcq.h
369
_GCQ_NP_COND(var, current, head, start, _gcq_next, ((void)0), cond)
sys/sys/gcq.h
370
#define GCQ_GOT_PREV_COND(var, current, head, start, cond) \
sys/sys/gcq.h
371
_GCQ_NP_COND(var, current, head, start, _gcq_prev, ((void)0), cond)
sys/sys/gcq.h
372
#define GCQ_DEQUEUED_NEXT_COND(var, current, head, start, cond) \
sys/sys/gcq.h
374
cond)
sys/sys/gcq.h
375
#define GCQ_DEQUEUED_PREV_COND(var, current, head, start, cond) \
sys/sys/gcq.h
377
cond)
sys/sys/gcq.h
379
cond) _GCQ_NP_COND_TYPED(tvar, current, head, start, type, name, \
sys/sys/gcq.h
380
_gcq_next, ((void)0), cond)
sys/sys/gcq.h
382
cond) _GCQ_NP_COND_TYPED(tvar, current, head, start, type, name, \
sys/sys/gcq.h
383
_gcq_prev, ((void)0), cond)
sys/sys/gcq.h
385
name, cond) _GCQ_NP_COND_TYPED(tvar, current, head, start, type, \
sys/sys/gcq.h
386
name, _gcq_next, gcq_remove(&(tvar)->name), cond)
sys/sys/gcq.h
388
name, cond) _GCQ_NP_COND_TYPED(tvar, current, head, start, type, \
sys/sys/gcq.h
389
name, _gcq_prev, gcq_remove(&(tvar)->name), cond)
sys/sys/gcq.h
454
#define _GCQ_COND(fe, cond) do { fe { if (cond) break; } } while (0)
sys/sys/gcq.h
456
#define GCQ_FIND(var, h, cond) _GCQ_COND(GCQ_FOREACH(var, h), cond)
sys/sys/gcq.h
457
#define GCQ_FIND_REV(var, h, cond) _GCQ_COND(GCQ_FOREACH_REV(var, h), cond)
sys/sys/gcq.h
458
#define GCQ_FIND_TYPED(var, h, tvar, type, name, cond) \
sys/sys/gcq.h
459
_GCQ_COND(GCQ_FOREACH_TYPED(var, h, tvar, type, name), cond)
sys/sys/gcq.h
460
#define GCQ_FIND_TYPED_REV(var, h, tvar, type, name, cond) \
sys/sys/gcq.h
461
_GCQ_COND(GCQ_FOREACH_REV_TYPED(var, h, tvar, type, name), cond)
tests/lib/libc/sys/t_eventfd.c
111
error = pthread_cond_timedwait(&ctx->cond, &ctx->mutex,
tests/lib/libc/sys/t_eventfd.c
55
pthread_cond_t cond;
tests/lib/libc/sys/t_eventfd.c
71
ATF_REQUIRE(pthread_cond_init(&ctx->cond, &condattr) == 0);
tests/lib/libc/sys/t_eventfd.c
82
pthread_cond_signal(&ctx->cond);
tests/lib/libc/sys/t_ptrace_x86_wait.h
377
dbregs_trap_variable(int reg, int cond, int len, bool write)
tests/lib/libc/sys/t_ptrace_x86_wait.h
402
dr7.bits.condition_dr0 = cond;
tests/lib/libc/sys/t_ptrace_x86_wait.h
407
dr7.bits.condition_dr1 = cond;
tests/lib/libc/sys/t_ptrace_x86_wait.h
412
dr7.bits.condition_dr2 = cond;
tests/lib/libc/sys/t_ptrace_x86_wait.h
417
dr7.bits.condition_dr3 = cond;
tests/lib/libpthread/t_cancellation.c
537
pthread_cond_t cond;
tests/lib/libpthread/t_cancellation.c
541
RZ(pthread_cond_init(&cond, NULL));
tests/lib/libpthread/t_cancellation.c
545
RZ(pthread_cond_clockwait(&cond, &mutex, CLOCK_MONOTONIC, &t));
tests/lib/libpthread/t_cancellation.c
557
pthread_cond_t cond;
tests/lib/libpthread/t_cancellation.c
561
RZ(pthread_cond_init(&cond, NULL));
tests/lib/libpthread/t_cancellation.c
565
RZ(pthread_cond_timedwait(&cond, &mutex, &t));
tests/lib/libpthread/t_cancellation.c
572
pthread_cond_t cond;
tests/lib/libpthread/t_cancellation.c
575
RZ(pthread_cond_init(&cond, NULL));
tests/lib/libpthread/t_cancellation.c
579
RZ(pthread_cond_wait(&cond, &mutex));
tests/lib/libpthread/t_cond.c
124
PTHREAD_REQUIRE(pthread_cond_signal(&cond));
tests/lib/libpthread/t_cond.c
145
PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
tests/lib/libpthread/t_cond.c
157
PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
tests/lib/libpthread/t_cond.c
46
static pthread_cond_t cond;
tests/lib/libpthread/t_cond.c
511
PTHREAD_REQUIRE(pthread_cond_broadcast(&cond));
tests/lib/libpthread/t_cond.c
512
PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
tests/lib/libpthread/t_cond.c
532
PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
tests/lib/libpthread/t_cond.c
538
PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
tests/lib/libpthread/t_cond.c
545
PTHREAD_REQUIRE(pthread_cond_destroy(&cond));
tests/lib/libpthread/t_cond.c
65
PTHREAD_REQUIRE(pthread_cond_signal(&cond));
tests/lib/libpthread/t_cond.c
84
PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
tests/lib/libpthread/t_cond.c
96
PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
tests/lib/libpthread/t_condwait.c
56
pthread_cond_t cond;
tests/lib/libpthread/t_condwait.c
64
pthread_cond_init(&cond, &attr);
tests/lib/libpthread/t_condwait.c
77
switch (ret = pthread_cond_timedwait(&cond, &m, &ts)) {
tests/lib/libpthread/t_preempt.c
106
PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
tests/lib/libpthread/t_preempt.c
47
pthread_cond_t cond;
tests/lib/libpthread/t_preempt.c
64
PTHREAD_REQUIRE(pthread_cond_signal(&cond));
tests/lib/libpthread/t_preempt.c
94
PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
tests/rump/kernspace/threadpool.c
113
cv_broadcast(&data->cond);
tests/rump/kernspace/threadpool.c
127
cv_broadcast(&data->cond);
tests/rump/kernspace/threadpool.c
130
cv_wait(&data->cond, &data->mutex);
tests/rump/kernspace/threadpool.c
132
cv_broadcast(&data->cond);
tests/rump/kernspace/threadpool.c
141
cv_init(&data->cond, "testjob");
tests/rump/kernspace/threadpool.c
150
cv_destroy(&data->cond);
tests/rump/kernspace/threadpool.c
169
error = cv_timedwait(&data.cond, &data.mutex, hz * 2);
tests/rump/kernspace/threadpool.c
197
error = cv_timedwait(&data.cond, &data.mutex, hz * 2);
tests/rump/kernspace/threadpool.c
223
cv_wait(&data.cond, &data.mutex);
tests/rump/kernspace/threadpool.c
231
cv_broadcast(&data.cond);
tests/rump/kernspace/threadpool.c
268
cv_broadcast(&data.cond);
tests/rump/kernspace/threadpool.c
97
kcondvar_t cond;
tests/usr.bin/indent/fmt_decl.c
590
ToToken(bool cond)
tests/usr.bin/indent/lsym_comment.c
661
if (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
662
if (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
663
if (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
664
if (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
665
if (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
714
if (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
715
if (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
716
if (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
717
if (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
718
if (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
753
while(cond)/*comment*/;
tests/usr.bin/indent/lsym_comment.c
755
while(cond)
tests/usr.bin/indent/lsym_comment.c
764
while (cond) /* comment */
tests/usr.bin/indent/lsym_comment.c
767
while (cond)
tests/usr.bin/indent/lsym_comment.c
875
if (cond)
tests/usr.bin/indent/lsym_do.c
18
do stmt();while(cond);
tests/usr.bin/indent/lsym_do.c
28
while (cond);
tests/usr.bin/indent/lsym_for.c
22
for (; cond;)
tests/usr.bin/indent/lsym_if.c
12
if(cond)stmt();
tests/usr.bin/indent/lsym_if.c
20
if (cond)
tests/usr.bin/indent/lsym_lbrace.c
88
if (cond rparen {
tests/usr.bin/indent/lsym_lbrace.c
97
if (cond rparen {
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
171
if (false)(cond)?123:456;
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
194
(cond) ? 123 : 456;
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
254
cond ? (question) : (5);
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
274
if(cond);else(lsym_else)();
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
299
cond ? (question) : (5);
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
324
if (cond)
tests/usr.bin/indent/lsym_question.c
22
const char *separate_lines = cond
tests/usr.bin/indent/lsym_question.c
28
const char *separate_lines = cond
tests/usr.bin/indent/lsym_question.c
42
return cond
tests/usr.bin/indent/lsym_question.c
58
const char *branch = cond
tests/usr.bin/indent/lsym_question.c
9
const char *result = cond ? "then" : "else";
tests/usr.bin/indent/lsym_return.c
15
function(bool cond)
tests/usr.bin/indent/lsym_return.c
17
if (cond)
tests/usr.bin/indent/lsym_while.c
12
while(cond)stmt();
tests/usr.bin/indent/lsym_while.c
13
do stmt();while(cond);
tests/usr.bin/indent/lsym_while.c
21
while (cond)
tests/usr.bin/indent/lsym_while.c
25
while (cond);
tests/usr.bin/indent/opt_bl_br.c
165
if (cond)
tests/usr.bin/indent/opt_bl_br.c
169
else if (cond)
tests/usr.bin/indent/opt_bl_br.c
184
if(cond){}
tests/usr.bin/indent/opt_bl_br.c
186
if (cond)
tests/usr.bin/indent/opt_bl_br.c
189
if (cond) /* comment */
tests/usr.bin/indent/opt_bl_br.c
192
if (cond)
tests/usr.bin/indent/opt_bl_br.c
196
if (cond)
tests/usr.bin/indent/opt_bl_br.c
201
if (cond) // comment
tests/usr.bin/indent/opt_bl_br.c
210
if (cond)
tests/usr.bin/indent/opt_bl_br.c
214
if (cond)
tests/usr.bin/indent/opt_bl_br.c
218
if (cond) /* comment */
tests/usr.bin/indent/opt_bl_br.c
222
if (cond)
tests/usr.bin/indent/opt_bl_br.c
227
if (cond)
tests/usr.bin/indent/opt_bl_br.c
233
if (cond) // comment
tests/usr.bin/indent/opt_bl_br.c
243
if (cond) {
tests/usr.bin/indent/opt_bl_br.c
246
if (cond)
tests/usr.bin/indent/opt_bl_br.c
250
if (cond) /* comment */
tests/usr.bin/indent/opt_bl_br.c
254
if (cond)
tests/usr.bin/indent/opt_bl_br.c
259
if (cond)
tests/usr.bin/indent/opt_bl_br.c
265
if (cond) // comment
tests/usr.bin/indent/opt_eei.c
167
cond
tests/usr.bin/indent/opt_eei.c
178
cond
tests/usr.bin/indent/psym_do_stmt.c
36
if (cond) do stmt; while (cond); stmt;
tests/usr.bin/indent/psym_do_stmt.c
42
if (cond)
tests/usr.bin/indent/psym_do_stmt.c
45
while (cond);
tests/usr.bin/indent/psym_else.c
21
example(bool cond)
tests/usr.bin/indent/psym_else.c
23
if (cond)
tests/usr.bin/indent/psym_else.c
24
if (cond)
tests/usr.bin/indent/psym_else.c
25
if (cond)
tests/usr.bin/indent/psym_else.c
37
example(bool cond)
tests/usr.bin/indent/psym_else.c
39
if (cond)
tests/usr.bin/indent/psym_else.c
40
if (cond)
tests/usr.bin/indent/psym_else.c
41
if (cond)
tests/usr.bin/indent/psym_if_expr.c
11
if(cond) stmt();
tests/usr.bin/indent/psym_if_expr.c
19
if (cond)
tests/usr.bin/indent/psym_if_expr.c
31
if cond {
tests/usr.bin/indent/psym_if_expr.c
33
if cond && cond {
tests/usr.bin/indent/psym_if_expr.c
40
if cond {
tests/usr.bin/indent/psym_if_expr.c
42
if cond
tests/usr.bin/indent/psym_if_expr.c
43
&& cond {
tests/usr.bin/indent/psym_if_expr_stmt.c
18
if (cond)
tests/usr.bin/indent/psym_if_expr_stmt.c
20
if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
100
if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
109
if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
111
else if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
14
example(_Bool cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
16
if (cond) {}
tests/usr.bin/indent/psym_if_expr_stmt_else.c
17
else if (cond) {}
tests/usr.bin/indent/psym_if_expr_stmt_else.c
18
else if (cond) i++;
tests/usr.bin/indent/psym_if_expr_stmt_else.c
25
example(_Bool cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
27
if (cond) {
tests/usr.bin/indent/psym_if_expr_stmt_else.c
29
else if (cond) {
tests/usr.bin/indent/psym_if_expr_stmt_else.c
31
else if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
44
example(_Bool cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
46
if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
49
else if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
52
else if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
68
example(_Bool cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
70
if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
74
if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
78
if (cond)
tests/usr.bin/indent/psym_if_expr_stmt_else.c
97
if (cond)
tests/usr.bin/indent/psym_rbrace.c
35
} while (cond)
tests/usr.bin/indent/psym_rbrace.c
45
if (cond)
tests/usr.bin/indent/psym_rbrace.c
51
if (cond)
tests/usr.bin/indent/psym_rbrace.c
77
while (cond)
tests/usr.bin/indent/psym_rbrace.c
83
while (cond)
tests/usr.bin/indent/psym_stmt.c
11
#define unless(cond) if (!(cond))
tests/usr.bin/indent/psym_stmt.c
19
unless(cond)
tests/usr.bin/indent/psym_switch_expr.c
22
if (cond) {
tests/usr.bin/indent/psym_switch_expr.c
34
if (cond) {
tests/usr.bin/indent/psym_switch_expr.c
48
if (cond) {
tests/usr.bin/indent/psym_while_expr.c
20
while(cond){}
tests/usr.bin/indent/psym_while_expr.c
22
do{}while(cond);
tests/usr.bin/indent/psym_while_expr.c
24
if(cmd)while(cond);
tests/usr.bin/indent/psym_while_expr.c
26
{}while(cond);
tests/usr.bin/indent/psym_while_expr.c
34
while (cond) {
tests/usr.bin/indent/psym_while_expr.c
38
} while (cond);
tests/usr.bin/indent/psym_while_expr.c
41
while (cond)
tests/usr.bin/indent/psym_while_expr.c
46
while (cond)
tests/usr.bin/xlint/lint1/d_c99_bool_strict.c
904
bool_as_array_index(bool cond)
tests/usr.bin/xlint/lint1/d_c99_bool_strict.c
913
println(repr[cond]);
tests/usr.bin/xlint/lint1/d_c99_bool_strict.c
914
println(cond ? "yes" : "no");
tests/usr.bin/xlint/lint1/expr_binary.c
172
op_colon(_Bool cond)
tests/usr.bin/xlint/lint1/expr_binary.c
174
cond ? return_void() : return_void();
tests/usr.bin/xlint/lint1/expr_binary.c
176
cond ? return_void() : return_bool();
tests/usr.bin/xlint/lint1/expr_binary.c
178
cond ? return_void() : return_sou();
tests/usr.bin/xlint/lint1/expr_binary.c
180
cond ? return_void() : return_integer();
tests/usr.bin/xlint/lint1/expr_binary.c
182
cond ? return_void() : return_floating();
tests/usr.bin/xlint/lint1/expr_binary.c
184
cond ? return_void() : return_pointer();
tests/usr.bin/xlint/lint1/expr_binary.c
186
cond ? return_bool() : return_void();
tests/usr.bin/xlint/lint1/expr_binary.c
187
cond ? return_bool() : return_bool();
tests/usr.bin/xlint/lint1/expr_binary.c
189
cond ? return_bool() : return_sou();
tests/usr.bin/xlint/lint1/expr_binary.c
190
cond ? return_bool() : return_integer();
tests/usr.bin/xlint/lint1/expr_binary.c
191
cond ? return_bool() : return_floating();
tests/usr.bin/xlint/lint1/expr_binary.c
193
cond ? return_bool() : return_pointer();
tests/usr.bin/xlint/lint1/expr_binary.c
196
cond ? return_sou() : return_void();
tests/usr.bin/xlint/lint1/expr_binary.c
198
cond ? return_sou() : return_bool();
tests/usr.bin/xlint/lint1/expr_binary.c
199
cond ? return_sou() : return_sou();
tests/usr.bin/xlint/lint1/expr_binary.c
201
cond ? return_sou() : return_integer();
tests/usr.bin/xlint/lint1/expr_binary.c
203
cond ? return_sou() : return_floating();
tests/usr.bin/xlint/lint1/expr_binary.c
205
cond ? return_sou() : return_pointer();
tests/usr.bin/xlint/lint1/expr_binary.c
207
cond ? return_integer() : return_void();
tests/usr.bin/xlint/lint1/expr_binary.c
208
cond ? return_integer() : return_bool();
tests/usr.bin/xlint/lint1/expr_binary.c
210
cond ? return_integer() : return_sou();
tests/usr.bin/xlint/lint1/expr_binary.c
211
cond ? return_integer() : return_integer();
tests/usr.bin/xlint/lint1/expr_binary.c
212
cond ? return_integer() : return_floating();
tests/usr.bin/xlint/lint1/expr_binary.c
214
cond ? return_integer() : return_pointer();
tests/usr.bin/xlint/lint1/expr_binary.c
216
cond ? return_floating() : return_void();
tests/usr.bin/xlint/lint1/expr_binary.c
217
cond ? return_floating() : return_bool();
tests/usr.bin/xlint/lint1/expr_binary.c
219
cond ? return_floating() : return_sou();
tests/usr.bin/xlint/lint1/expr_binary.c
220
cond ? return_floating() : return_integer();
tests/usr.bin/xlint/lint1/expr_binary.c
221
cond ? return_floating() : return_floating();
tests/usr.bin/xlint/lint1/expr_binary.c
223
cond ? return_floating() : return_pointer();
tests/usr.bin/xlint/lint1/expr_binary.c
225
cond ? return_pointer() : return_void();
tests/usr.bin/xlint/lint1/expr_binary.c
227
cond ? return_pointer() : return_bool();
tests/usr.bin/xlint/lint1/expr_binary.c
229
cond ? return_pointer() : return_sou();
tests/usr.bin/xlint/lint1/expr_binary.c
231
cond ? return_pointer() : return_integer();
tests/usr.bin/xlint/lint1/expr_binary.c
233
cond ? return_pointer() : return_floating();
tests/usr.bin/xlint/lint1/expr_binary.c
234
cond ? return_pointer() : return_pointer();
tests/usr.bin/xlint/lint1/msg_129.c
34
operator_and(_Bool cond)
tests/usr.bin/xlint/lint1/msg_129.c
36
cond && side_effect();
tests/usr.bin/xlint/lint1/msg_129.c
38
if (cond)
tests/usr.bin/xlint/lint1/msg_129.c
43
side_effect() && cond;
tests/usr.bin/xlint/lint1/msg_129.c
47
operator_or(_Bool cond)
tests/usr.bin/xlint/lint1/msg_129.c
49
cond || side_effect();
tests/usr.bin/xlint/lint1/msg_129.c
51
if (!cond)
tests/usr.bin/xlint/lint1/msg_129.c
56
side_effect() || cond;
tests/usr.bin/xlint/lint1/msg_130.c
29
example(_Bool cond, enum color c, enum size s)
tests/usr.bin/xlint/lint1/msg_130.c
32
sink(cond ? GREEN : MORNING);
tests/usr.bin/xlint/lint1/msg_132.c
26
_Bool cond;
tests/usr.bin/xlint/lint1/msg_132.c
524
ch = cond ? '?' : ':';
tests/usr.bin/xlint/lint1/msg_132.c
531
ch = cond ? c1 : c2;
tests/usr.bin/xlint/lint1/msg_132.c
538
s8 = cond ? s8 : u8;
tests/usr.bin/xlint/lint1/msg_132.c
540
u8 = cond ? s8 : u8;
tests/usr.bin/xlint/lint1/msg_132.c
633
cond = (s.u15 | s.u48 | s.u64) != 0;
tests/usr.bin/xlint/lint1/msg_132.c
634
cond = (s.u64 | s.u48 | s.u15) != 0;
tests/usr.bin/xlint/lint1/msg_138.c
15
function(_Bool cond, struct incomplete *i1, struct incomplete *i2)
tests/usr.bin/xlint/lint1/msg_138.c
25
return cond ? *i1 : *i2;
tests/usr.bin/xlint/lint1/msg_141.c
15
_Bool cond;
tests/usr.bin/xlint/lint1/msg_141.c
520
cond = 0x7fffffff < (-0x7fffffff - 1);
tests/usr.bin/xlint/lint1/msg_141.c
521
cond = 0x7fffffff <= (-0x7fffffff - 1);
tests/usr.bin/xlint/lint1/msg_141.c
522
cond = 0x7fffffff > (-0x7fffffff - 1);
tests/usr.bin/xlint/lint1/msg_141.c
523
cond = 0x7fffffff >= (-0x7fffffff - 1);
tests/usr.bin/xlint/lint1/msg_141.c
524
cond = 0x7fffffff == (-0x7fffffff - 1);
tests/usr.bin/xlint/lint1/msg_141.c
525
cond = 0x7fffffff != (-0x7fffffff - 1);
tests/usr.bin/xlint/lint1/msg_141.c
531
cond = 0xffffffffU < 0x00000000U;
tests/usr.bin/xlint/lint1/msg_141.c
532
cond = 0xffffffffU <= 0x00000000U;
tests/usr.bin/xlint/lint1/msg_141.c
533
cond = 0xffffffffU > 0x00000000U;
tests/usr.bin/xlint/lint1/msg_141.c
534
cond = 0xffffffffU >= 0x00000000U;
tests/usr.bin/xlint/lint1/msg_141.c
535
cond = 0xffffffffU == 0x00000000U;
tests/usr.bin/xlint/lint1/msg_141.c
536
cond = 0xffffffffU != 0x00000000U;
tests/usr.bin/xlint/lint1/msg_141.c
542
cond = 0x7fffffffffffffffLL < (-0x7fffffffffffffffLL - 1);
tests/usr.bin/xlint/lint1/msg_141.c
543
cond = 0x7fffffffffffffffLL <= (-0x7fffffffffffffffLL - 1);
tests/usr.bin/xlint/lint1/msg_141.c
544
cond = 0x7fffffffffffffffLL > (-0x7fffffffffffffffLL - 1);
tests/usr.bin/xlint/lint1/msg_141.c
545
cond = 0x7fffffffffffffffLL >= (-0x7fffffffffffffffLL - 1);
tests/usr.bin/xlint/lint1/msg_141.c
546
cond = 0x7fffffffffffffffLL == (-0x7fffffffffffffffLL - 1);
tests/usr.bin/xlint/lint1/msg_141.c
547
cond = 0x7fffffffffffffffLL != (-0x7fffffffffffffffLL - 1);
tests/usr.bin/xlint/lint1/msg_141.c
553
cond = 0xffffffffffffffffULL < 0x0000000000000000ULL;
tests/usr.bin/xlint/lint1/msg_141.c
554
cond = 0xffffffffffffffffULL <= 0x0000000000000000ULL;
tests/usr.bin/xlint/lint1/msg_141.c
555
cond = 0xffffffffffffffffULL > 0x0000000000000000ULL;
tests/usr.bin/xlint/lint1/msg_141.c
556
cond = 0xffffffffffffffffULL >= 0x0000000000000000ULL;
tests/usr.bin/xlint/lint1/msg_141.c
557
cond = 0xffffffffffffffffULL == 0x0000000000000000ULL;
tests/usr.bin/xlint/lint1/msg_141.c
558
cond = 0xffffffffffffffffULL != 0x0000000000000000ULL;
tests/usr.bin/xlint/lint1/msg_192.c
57
assert_unknown(_Bool cond)
tests/usr.bin/xlint/lint1/msg_192.c
59
cond
tests/usr.bin/xlint/lint1/msg_218.c
38
cond = s32 < 3000000000L;
tests/usr.bin/xlint/lint1/msg_218.c
41
cond = 3000000000L < s32;
tests/usr.bin/xlint/lint1/msg_218.c
44
cond = u32 < 3000000000L;
tests/usr.bin/xlint/lint1/msg_218.c
47
cond = 3000000000L < u32;
tests/usr.bin/xlint/lint1/msg_218.c
50
cond = s64 < 3000000000L;
tests/usr.bin/xlint/lint1/msg_218.c
53
cond = 3000000000L < s64;
tests/usr.bin/xlint/lint1/msg_218.c
56
cond = u64 < 3000000000L;
tests/usr.bin/xlint/lint1/msg_218.c
59
cond = 3000000000L < u64;
tests/usr.bin/xlint/lint1/msg_218.c
9
int cond;
tests/usr.bin/xlint/lint1/msg_305.c
13
example(int cond)
tests/usr.bin/xlint/lint1/msg_305.c
22
void_pointer = cond ? void_function : int_function;
tests/usr.bin/xlint/lint1/msg_305.c
24
void_pointer = cond ? void_pointer : int_function;
tests/usr.bin/xlint/lint1/msg_305.c
26
void_pointer = cond ? void_function : void_pointer;
tests/usr.bin/xlint/lint1/op_colon.c
100
sink(cond ? ip : c_ip);
tests/usr.bin/xlint/lint1/op_colon.c
102
sink(cond ? c_ip : ip);
tests/usr.bin/xlint/lint1/op_colon.c
105
sink(cond ? vp : ip);
tests/usr.bin/xlint/lint1/op_colon.c
107
sink(cond ? ip : vp);
tests/usr.bin/xlint/lint1/op_colon.c
18
test_merge_qualifiers(_Bool cond, int *p, const int *c, volatile int *v,
tests/usr.bin/xlint/lint1/op_colon.c
22
sink(cond ? p : p);
tests/usr.bin/xlint/lint1/op_colon.c
24
sink(cond ? p : c);
tests/usr.bin/xlint/lint1/op_colon.c
26
sink(cond ? p : v);
tests/usr.bin/xlint/lint1/op_colon.c
28
sink(cond ? p : cv);
tests/usr.bin/xlint/lint1/op_colon.c
31
sink(cond ? c : p);
tests/usr.bin/xlint/lint1/op_colon.c
33
sink(cond ? c : c);
tests/usr.bin/xlint/lint1/op_colon.c
35
sink(cond ? c : v);
tests/usr.bin/xlint/lint1/op_colon.c
37
sink(cond ? c : cv);
tests/usr.bin/xlint/lint1/op_colon.c
40
sink(cond ? v : p);
tests/usr.bin/xlint/lint1/op_colon.c
42
sink(cond ? v : c);
tests/usr.bin/xlint/lint1/op_colon.c
44
sink(cond ? v : v);
tests/usr.bin/xlint/lint1/op_colon.c
46
sink(cond ? v : cv);
tests/usr.bin/xlint/lint1/op_colon.c
49
sink(cond ? cv : p);
tests/usr.bin/xlint/lint1/op_colon.c
51
sink(cond ? cv : c);
tests/usr.bin/xlint/lint1/op_colon.c
53
sink(cond ? cv : v);
tests/usr.bin/xlint/lint1/op_colon.c
55
sink(cond ? cv : cv);
tests/usr.bin/xlint/lint1/op_colon.c
60
c99_6_5_15_p6(_Bool cond, const volatile double *cv_dp)
tests/usr.bin/xlint/lint1/op_colon.c
63
sink(cond ? cv_dp : (void *)0);
tests/usr.bin/xlint/lint1/op_colon.c
65
sink(cond ? (void *)0 : cv_dp);
tests/usr.bin/xlint/lint1/op_colon.c
70
_Bool cond,
tests/usr.bin/xlint/lint1/op_colon.c
80
sink(cond ? c_vp : c_ip);
tests/usr.bin/xlint/lint1/op_colon.c
82
sink(cond ? c_ip : c_vp);
tests/usr.bin/xlint/lint1/op_colon.c
85
sink(cond ? v_ip : 0);
tests/usr.bin/xlint/lint1/op_colon.c
87
sink(cond ? 0 : v_ip);
tests/usr.bin/xlint/lint1/op_colon.c
90
sink(cond ? c_ip : v_ip);
tests/usr.bin/xlint/lint1/op_colon.c
92
sink(cond ? v_ip : c_ip);
tests/usr.bin/xlint/lint1/op_colon.c
95
sink(cond ? vp : c_cp);
tests/usr.bin/xlint/lint1/op_colon.c
97
sink(cond ? c_cp : vp);
tests/usr.bin/xlint/lint1/parse_stmt_error.c
13
cover_selection_statement_else(_Bool cond)
tests/usr.bin/xlint/lint1/parse_stmt_error.c
15
if (cond)
tests/usr.bin/xlint/lint1/parse_stmt_iter_error.c
13
cover_iteration_statement_while(_Bool cond)
tests/usr.bin/xlint/lint1/parse_stmt_iter_error.c
15
while (cond)
tests/usr.bin/xlint/lint1/queries.c
187
cond = (_Bool)cond;
tests/usr.bin/xlint/lint1/queries.c
188
cond = (_Bool)u8;
tests/usr.bin/xlint/lint1/queries.c
189
u8 = (u8_t)cond;
tests/usr.bin/xlint/lint1/queries.c
42
_Bool cond;
tests/usr.bin/xlint/lint1/queries.c
421
if (Q11(), cond)
usr.bin/config/main.c
1289
appendcondmkoption(struct condexpr *cond, const char *name, const char *value)
usr.bin/config/main.c
1293
nv = newnv(name, value, cond, 0, NULL);
usr.bin/config/mkmakefile.c
622
emitopts(FILE *fp, struct condexpr *cond, int include)
usr.bin/config/mkmakefile.c
625
switch (cond->cx_type) {
usr.bin/config/mkmakefile.c
627
if (include && selectopt(cond->cx_u.atom, NULL))
usr.bin/config/mkmakefile.c
628
fprintf(fp, " %s", cond->cx_u.atom);
usr.bin/config/mkmakefile.c
631
emitopts(fp, cond->cx_u.not, !include);
usr.bin/config/mkmakefile.c
634
emitopts(fp, cond->cx_u.and.left, include);
usr.bin/config/mkmakefile.c
635
emitopts(fp, cond->cx_u.and.right, include);
usr.bin/config/mkmakefile.c
638
emitopts(fp, cond->cx_u.and.left, include);
usr.bin/config/mkmakefile.c
639
emitopts(fp, cond->cx_u.and.right, include);
usr.bin/config/mkmakefile.c
653
struct condexpr *cond;
usr.bin/config/mkmakefile.c
670
cond = nv->nv_ptr;
usr.bin/config/mkmakefile.c
671
if (expr_eval(cond, selectopt, NULL))
usr.bin/config/mkmakefile.c
673
condexpr_destroy(cond);
usr.bin/config/sem.c
1856
struct condexpr *cond, struct nvlist *nv_nodes)
usr.bin/config/sem.c
1862
condexpr_destroy(cond);
usr.bin/config/sem.c
1869
condexpr_destroy(cond);
usr.bin/config/sem.c
1875
condexpr_destroy(cond);
usr.bin/config/sem.c
1886
dm->dm_opts = cond;
usr.bin/deroff/deroff.c
187
#define M(cond, c1, c2, func) {cond, tomac(c1, c2), func}
usr.bin/mail/cmd3.c
1022
cond = CIF;
usr.bin/mail/cmd3.c
1028
cond = CNONE;
usr.bin/mail/cmd3.c
1033
cond |= CSKIP;
usr.bin/mail/cmd3.c
1046
cond = CIF;
usr.bin/mail/cmd3.c
1048
cond |= CSKIP;
usr.bin/mail/cmd3.c
1058
cond ^= CSKIP;
usr.bin/mail/cmd3.c
1070
if (cond_stack == NULL || (cond & (CIF | CELSE)) != CIF) {
usr.bin/mail/cmd3.c
1072
cond = CNONE;
usr.bin/mail/cmd3.c
1075
if ((cond & CIGN) == 0) {
usr.bin/mail/cmd3.c
1076
cond ^= CSKIP;
usr.bin/mail/cmd3.c
1077
cond |= CELSE;
usr.bin/mail/cmd3.c
1089
if (cond_stack == NULL || (cond & CIF) != CIF) {
usr.bin/mail/cmd3.c
1091
cond = CNONE;
usr.bin/mail/cmd3.c
1094
cond = pop_cond();
usr.bin/mail/cmd3.c
994
push_cond(cond);
usr.bin/mail/cmd3.c
995
cond &= ~CELSE;
usr.bin/mail/cmd3.c
996
if ((cond & (CIF | CSKIP)) == (CIF | CSKIP)) {
usr.bin/mail/cmd3.c
997
cond |= CIGN;
usr.bin/mail/glob.h
91
EXTERN int cond; /* Current state of conditional exc. */
usr.bin/mail/lex.c
676
if ((com->c_argtype & F) == 0 && (cond & CSKIP))
usr.bin/mail/support.c
349
sstack[ssp].s_cond = cond;
usr.bin/mail/support.c
356
cond = CNONE;
usr.bin/mail/support.c
375
if (cond != CNONE || cond_stack != NULL)
usr.bin/mail/support.c
379
cond = sstack[ssp].s_cond;
usr.bin/make/cond.c
184
ToToken(bool cond)
usr.bin/make/cond.c
186
return cond ? TOK_TRUE : TOK_FALSE;
usr.bin/make/cond.c
905
CondEvalExpression(const char *cond, bool plain,
usr.bin/make/cond.c
913
cpp_skip_hspace(&cond);
usr.bin/make/cond.c
919
par.p = cond;
usr.bin/make/cond.c
930
Parse_Error(PARSE_FATAL, "Malformed conditional \"%s\"", cond);
usr.bin/make/cond.c
940
Cond_EvalCondition(const char *cond)
usr.bin/make/cond.c
942
return CondEvalExpression(cond, true,
usr.bin/xlint/lint1/err.c
616
assert_failed(const char *file, int line, const char *func, const char *cond)
usr.bin/xlint/lint1/err.c
637
cond, func, file, line,
usr.bin/xlint/lint1/lint1.h
598
#define lint_assert(cond) \
usr.bin/xlint/lint1/lint1.h
600
if (!(cond)) \
usr.bin/xlint/lint1/lint1.h
601
assert_failed(__FILE__, __LINE__, __func__, #cond); \
usr.bin/xlint/lint1/lint1.h
626
# define wrap_check_printf(func, cond, msgid, args...) \
usr.bin/xlint/lint1/lint1.h
628
if (cond) \
usr.bin/xlint/lint1/tree.c
4913
expr(tnode_t *tn, bool used, bool cond, bool free_expr, bool is_do_while,
usr.bin/xlint/lint1/tree.c
4926
check_expr_misc(tn, used, cond, !cond, false, false, false);
usr.bin/xlint/lint1/tree.c
4928
if (hflag && cond)
usr.bin/xlint/lint1/tree.c
4936
if (tn->tn_op != COMMA && !used && !cond)
usr.bin/xlint/lint1/tree.c
5039
bool szof, bool vctx, bool cond, bool retval_discarded)
usr.bin/xlint/lint1/tree.c
5044
outcall(tn, vctx || cond, retval_discarded);
usr.bin/xlint/lint1/tree.c
5107
check_expr_misc(const tnode_t *tn, bool vctx, bool cond,
usr.bin/xlint/lint1/tree.c
5123
szof, vctx, cond, retval_discarded);
usr.bin/xlint/lint1/tree.c
5166
check_expr_misc(rn, vctx, cond, false, false, false, szof);
usr.sbin/sysinst/part_edit.c
708
#define DISABLE(opt,cond) \
usr.sbin/sysinst/part_edit.c
709
if (cond) \