Lines Matching defs:strcmp
178 #define strcmp(l,r) dl_strcmp(l,r)
265 && (!strcmp(s, strings+syms[i].st_name)))
284 && !strcmp(s, dso->strings + dso->syms[i].st_name))
371 if (!strcmp(name, "readdir64_r"))
377 if (!strcmp(buf, p)) return find_sym(&ldso, buf, 1);
1118 if (!strcmp(name, ldso.name)) is_self = 1;
1133 if (p->shortname && !strcmp(p->shortname, name)) {
1210 if (!strcmp(p->name, pathname)) {
1919 if (l >= 3 && !strcmp(ldname+l-3, "ldd")) ldd_mode = 1;
2452 if (!strcmp(s+l-4, "time")) suffix = "64";