Lines Matching refs:strcmp
167 if (!strcmp(obj, lsm_should_work[i]) ||
176 (!strcmp(obj, known_issues[i].file) ||
178 !strcmp(syscall, known_issues[i].func)) {
179 /* Using strcmp / fnmatch could have messed up the
267 if (S_ISLNK(statbuf.st_mode) && strcmp(obj, selfpath))
273 if (S_ISDIR(statbuf.st_mode) || !strcmp(obj, selfpath)) {
283 if (!opt_readirq && !strcmp("/proc/irq", obj)) {
306 if (strcmp(dir_ent->d_name, ".") &&
307 strcmp(dir_ent->d_name, "..") &&
308 strcmp(dir_ent->d_name, "kcore") &&
311 strcmp(obj, procpath))) {
375 if (!strcmp(obj, error_nonblock[i])) {