Searched refs:STREQ (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/none/tests/x86/
H A Dbug126147-x86.c114 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
134 check(a != NULL && b != NULL && STREQ (a, b), number);
/external/bison/src/
H A Dsystem.h45 #define STREQ(L, R) (strcmp(L, R) == 0) macro
46 #define STRNEQ(L, R) (!STREQ(L, R))
H A Dprint_graph.c48 if (previous_rule && STREQ (previous_rule->lhs->tag, r->lhs->tag))
H A Dmuscle-tab.c419 if (STREQ (conversion[i].obsolete, variable))
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c823 # define STREQ(_s1, _s2) (0 == VG_(strcmp)((_s1),(_s2))) macro
824 Bool when_in = STREQ(when, "in");
825 Bool when_after = STREQ(when, "after");
826 Bool where_mmr = STREQ(where, "mach_msg_receive");
827 Bool where_mmrU = STREQ(where, "mach_msg_receive-UNHANDLED");
828 Bool where_iuct = STREQ(where, "iokit_user_client_trap");
829 Bool where_MwcN = STREQ(where, "ML_(wqthread_continue_NORETURN)");
830 Bool where_woQR = STREQ(where, "workq_ops(QUEUE_REQTHREADS)");
831 Bool where_woTR = STREQ(where, "workq_ops(THREAD_RETURN)");
832 Bool where_ke64 = STREQ(wher
833 # undef STREQ macro
[all...]
/external/valgrind/memcheck/tests/
H A Dstr_tester.c42 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
62 check(a != NULL && b != NULL && STREQ (a, b), number);
/external/bison/
H A Dmaint.mk360 # Use STREQ rather than comparing strcmp == 0, or != 0.
365 halt='replace strcmp calls above with STREQ/STRNEQ' \
707 # FIXME: warn about definitions of EXIT_FAILURE, EXIT_SUCCESS, STREQ
/external/pcre/dist/
H A Dltmain.sh4618 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
4781 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
5553 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
5752 if (STREQ (argv[i], dumpscript_opt))
5766 if (STREQ (argv[i], debug_opt))
5771 if (STREQ (argv[i], ltwrapper_option_prefix))
6179 if (STREQ (str, pat))

Completed in 428 milliseconds