OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_str
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-nios2.h
57
extern void md_assemble (char *
op_str
);
tc-nios2.c
[
all
...]
/external/selinux/libsepol/cil/src/
cil_policy.c
472
char *
op_str
= NULL;
local
476
op_str
= CIL_KEY_AND;
479
op_str
= CIL_KEY_OR;
482
op_str
= CIL_KEY_NOT;
485
op_str
= CIL_KEY_ALL;
488
op_str
= CIL_KEY_XOR;
494
fprintf(file_arr[file_index], " %s",
op_str
);
675
char *
op_str
= NULL;
local
683
op_str
= CIL_KEY_AND;
686
op_str
= CIL_KEY_OR
[
all
...]
cil_tree.c
280
char *
op_str
= NULL;
local
288
op_str
= CIL_KEY_AND;
291
op_str
= CIL_KEY_OR;
294
op_str
= CIL_KEY_NOT;
297
op_str
= CIL_KEY_ALL;
300
op_str
= CIL_KEY_EQ;
303
op_str
= CIL_KEY_NEQ;
306
op_str
= CIL_KEY_XOR;
309
op_str
= CIL_KEY_RANGE;
312
op_str
= CIL_KEY_CONS_DOM
[
all
...]
/external/minijail/
syscall_filter.c
20
int str_to_op(const char *
op_str
)
22
if (!strcmp(
op_str
, "==")) {
24
} else if (!strcmp(
op_str
, "!=")) {
26
} else if (!strcmp(
op_str
, "&")) {
Completed in 146 milliseconds