Lines Matching refs:strcmp
1040 !strcmp(state->srcfile, srcfile) &&
2628 if (strcmp(str, "lang") == 0) {
2689 if (!strcmp(str, "hw"))
2691 else if (!strcmp(str, "sw"))
2693 else if (!strcmp(str, "trace"))
2695 else if (!strcmp(str, "raw"))
2697 else if (!strcmp(str, "break"))
2699 else if (!strcmp(str, "synth"))
2761 if (strcmp(tok, all_output_options[i].str) == 0)
2764 if (i == imax && strcmp(tok, "flags") == 0) {
2834 (strcmp(lang_dirent->d_name, ".")) && \
2835 (strcmp(lang_dirent->d_name, "..")))
3076 if (!strcmp(evsel__name(pos), evname)) {
3194 if (__script_root && !strcmp(script_root, __script_root)) {
3824 if (!strcmp(uts.machine, session->header.env.arch))
3826 else if (!strcmp(uts.machine, "x86_64") &&
3827 !strcmp(session->header.env.arch, "i386"))