OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cond1
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/usr.bin/indent/
psym_if_expr_stmt.c
35
if (
cond1
)
49
if (
cond1
)
lsym_question.c
11
const char *multi =
cond1
? "
cond1
" : cond2 ? "cond2" : cond3 ? "cond3" : "";
62
const char *multiple_branches =
cond1
68
const char *condensed =
cond1
? "condensed 1"
/src/tests/usr.bin/xlint/lint1/
expr_precedence.c
57
conditional_associativity(_Bool
cond1
, _Bool cond2, int a, int b, int c)
60
var =
cond1
? cond2 ? a : b : c;
61
var =
cond1
? (cond2 ? a : b) : c;
64
var =
cond1
? cond2 ? a, b : (b, a) : c;
66
var =
cond1
? a : cond2 ? b : c;
71
var =
cond1
? a : (cond2 ? b : c);
76
var = (
cond1
? a : cond2) ? b : c;
/src/tests/libexec/ld.elf_so/
h_thread_local_dtor.c
36
static pthread_cond_t
cond1
= PTHREAD_COND_INITIALIZER;
variable in typeref:typename:pthread_cond_t
46
pthread_cond_broadcast(&
cond1
);
75
pthread_cond_wait(&
cond1
, &mutex);
Completed in 13 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025