/bootable/recovery/edify/ |
main.cpp | 28 int expect(const char* expr_str, const char* expected, int* errors) { 34 int error_count = parse_string(expr_str, &e, &error_count); 37 expr_str, error_count); 44 state.script = strdup(expr_str); 51 printf("error evaluating \"%s\"\n", expr_str); 62 expr_str, expected, result);
|
/external/selinux/libsepol/cil/src/ |
cil_tree.c | 278 char *expr_str; local 327 expr_str = cil_malloc(len); 328 snprintf(expr_str, len, "(%s %s)", op_str, stack[pos-1]); 338 expr_str = cil_malloc(len); 339 snprintf(expr_str, len, "(%s %s %s)", op_str, stack[pos-1], stack[pos-2]); 346 stack[pos] = expr_str; 419 char *expr_str; local 424 cil_expr_to_string(datum_expr, &expr_str); 426 cil_expr_to_string(str_expr, &expr_str); 429 cil_log(CIL_INFO, "%s)", expr_str); [all...] |
cil_policy.c | 673 char *expr_str; local 719 expr_str = cil_malloc(len); 720 snprintf(expr_str, len, "(%s %s)", op_str, stack[pos-1]); 730 expr_str = cil_malloc(len); 731 snprintf(expr_str, len, "(%s %s %s)", stack[pos-1], op_str, stack[pos-2]); 738 stack[pos] = expr_str; [all...] |
cil_internal.h | 595 struct cil_list *expr_str; member in struct:cil_permissionx
|
cil_copy_ast.c | 789 cil_copy_expr(db, orig->expr_str, &new->expr_str); [all...] |
cil_binary.c | 4298 char *expr_str; local [all...] |
cil.c | [all...] |
cil_post.c | 759 rc = __cil_expr_to_bitmap(permx->expr_str, permx->perms, 0x10000, db); // max is one more than 0xFFFF [all...] |
cil_build_ast.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
crtdbg.h | 113 #define _ASSERT_EXPR(expr,expr_str) ((void)0)
|