HomeSort by relevance Sort by last modified time
    Searched refs:op_str (Results 1 - 10 of 10) 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_write_ast.c 87 char *op_str = NULL; local
92 op_str = CIL_KEY_AND;
95 op_str = CIL_KEY_OR;
98 op_str = CIL_KEY_NOT;
101 op_str = CIL_KEY_ALL;
104 op_str = CIL_KEY_EQ;
107 op_str = CIL_KEY_NEQ;
110 op_str = CIL_KEY_RANGE;
113 op_str = CIL_KEY_XOR;
116 op_str = CIL_KEY_CONS_DOM
    [all...]
cil_tree.c 366 char *op_str = NULL; local
374 op_str = CIL_KEY_AND;
377 op_str = CIL_KEY_OR;
380 op_str = CIL_KEY_NOT;
383 op_str = CIL_KEY_ALL;
386 op_str = CIL_KEY_EQ;
389 op_str = CIL_KEY_NEQ;
392 op_str = CIL_KEY_XOR;
395 op_str = CIL_KEY_RANGE;
398 op_str = CIL_KEY_CONS_DOM
    [all...]
cil_policy.c 562 const char *op_str; local
567 op_str = " == ";
571 op_str = " != ";
575 op_str = " dom ";
579 op_str = " domby ";
583 op_str = " incomp ";
588 op_str = " ??? ";
592 strcpy(new, op_str);
    [all...]
  /external/minijail/
syscall_filter.c 29 int str_to_op(const char *op_str)
31 if (!strcmp(op_str, "==")) {
33 } else if (!strcmp(op_str, "!=")) {
35 } else if (!strcmp(op_str, "&")) {
37 } else if (!strcmp(op_str, "in")) {
  /external/stressapptest/src/
worker.cc 2931 const char *op_str; member in struct:__anon32125
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 5578 static PyObject *op_str[6]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 5526 static PyObject *op_str[6]; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 5675 static PyObject *op_str[6]; local
    [all...]

Completed in 1823 milliseconds