Home
last modified time | relevance | path

Searched refs:STREQ (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/none/tests/x86/
Dbug126147-x86.c114 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
134 check(a != NULL && b != NULL && STREQ (a, b), number); in equal()
/external/bison/src/
Dsystem.h45 #define STREQ(L, R) (strcmp(L, R) == 0) macro
46 #define STRNEQ(L, R) (!STREQ(L, R))
Dprint_graph.c48 if (previous_rule && STREQ (previous_rule->lhs->tag, r->lhs->tag)) in print_lhs()
Dmuscle-tab.c419 if (STREQ (conversion[i].obsolete, variable)) in muscle_percent_variable_update()
/external/valgrind/main/memcheck/tests/
Dstr_tester.c42 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
62 check(a != NULL && b != NULL && STREQ (a, b), number); in equal()
/external/bison/
DChangeLog1368 (STREQ, STRNEQ): new.
3550 * src/scan-gram.l: Don't use the (former version of) STREQ.