Lines Matching refs:strcmp
221 if (!strcmp(string, "false")) {
224 } else if (!strcmp(string, "true")) {
277 else if (!strcmp(name, cache->info[hash].name))
654 if (!strcmp(attr[i], "driver")) driver = attr[i+1];
655 else if (!strcmp(attr[i], "screen")) screen = attr[i+1];
656 else if (!strcmp(attr[i], "kernel_driver")) kernel = attr[i+1];
657 else if (!strcmp(attr[i], "device")) device = attr[i+1];
660 if (driver && strcmp(driver, data->driverName))
663 strcmp(kernel, data->kernelDriverName)))
666 strcmp(device, data->deviceName)))
692 if (!strcmp(attr[i], "name")) /* not needed here */;
693 else if (!strcmp(attr[i], "executable")) exec = attr[i+1];
694 else if (!strcmp(attr[i], "executable_regexp")) exec_regexp = attr[i+1];
695 else if (!strcmp(attr[i], "sha1")) sha1 = attr[i+1];
696 else if (!strcmp(attr[i], "application_name_match"))
698 else if (!strcmp(attr[i], "application_versions"))
702 if (exec && strcmp(exec, data->execName)) {
730 if (strcmp(sha1, sha1s)) {
769 if (!strcmp(attr[i], "name")) /* not needed here */;
770 else if (!strcmp(attr[i], "engine_name_match")) engine_name_match = attr[i+1];
771 else if (!strcmp(attr[i], "engine_versions")) engine_versions = attr[i+1];
803 if (!strcmp(attr[i], "name")) name = attr[i+1];
804 else if (!strcmp(attr[i], "value")) value = attr[i+1];
843 return strcmp(*(char *const*)a, *(char *const*)b);
1020 if (len <= 5 || strcmp(ent->d_name + len - 5, ".conf"))