/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_of.c | 426 if (!strcmp(mapping, "jeida-18")) in drm_of_lvds_get_data_mapping() 428 if (!strcmp(mapping, "jeida-24")) in drm_of_lvds_get_data_mapping() 430 if (!strcmp(mapping, "vesa-24")) in drm_of_lvds_get_data_mapping()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | mem-functions.c | 207 if (!strcmp(info->functions[i].name, function_str)) in bench_mem_common() 211 if (strcmp(function_str, "help") && strcmp(function_str, "h")) in bench_mem_common()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | cpumap.c | 144 return !strcmp(buf, str); in cpu_map_print() 168 TEST_ASSERT_VAL("failed to merge map: bad result", !strcmp(buf, "1-2,4-5,7")); in test__cpu_map_merge() 183 TEST_ASSERT_VAL("failed to intersect map: bad result", !strcmp(buf, expected)); in __test__cpu_map_intersect()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | map.h | 234 return !strcmp(name, ENTRY_TRAMPOLINE_NAME); in is_entry_trampoline() 245 return !strcmp(filename, "//anon") || in is_anon_memory() 254 !strcmp(filename, "[heap]"); in is_no_dso_memory()
|
H A D | vdso.c | 361 return !strcmp(dso->short_name, DSO__NAME_VDSO) || in dso__is_vdso() 362 !strcmp(dso->short_name, DSO__NAME_VDSO32) || in dso__is_vdso() 363 !strcmp(dso->short_name, DSO__NAME_VDSOX32); in dso__is_vdso()
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_core.c | 345 if (trusted_rng && strcmp(trusted_rng, "default")) { in init_trusted() 346 if (!strcmp(trusted_rng, "kernel")) { in init_trusted() 348 } else if (strcmp(trusted_rng, trusted_key_sources[i].name) || in init_trusted()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 441 if (!strcmp(optarg, "pipe")) { in main() 443 } else if (!strcmp(optarg, "yield")) { in main() 445 } else if (!strcmp(optarg, "futex")) { in main()
|
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
H A D | usbip_common.c | 166 if (strcmp(name, "bConfigurationValue") && in read_attr_value() 167 strcmp(name, "bNumInterfaces")) { in read_attr_value() 190 if (!strcmp(speed, speed_strings[i].speed)) in read_attr_speed()
|
/kernel/liteos_a/fs/rootfs/ |
H A D | los_rootfs.c | 131 if (strcmp(dev, "flash") == 0 || strcmp(dev, FLASH_TYPE) == 0) {
in AddPartitions() 149 if (strcmp(dev, "emmc") == 0) {
in AddPartitions()
|
/kernel/liteos_m/testsuites/unittest/xts/io/ |
H A D | xts_io_string_test.c | 47 * @tc.name strcmp basic function test 52 int ret = strcmp("abcdef", "ABCDEF"); 55 ret = strcmp("123456", "654321"); 58 ret = strcmp("~!@#$%^&*()_+", "~!@#$%^&*()_+");
|
/third_party/elfutils/libdwfl/ |
H A D | offline.c | 182 if (!strcmp (h->ar_name, "/") || !strcmp (h->ar_name, "//") in process_archive_member() 183 || !strcmp (h->ar_name, "/SYM64/")) in process_archive_member()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_h264.c | 151 if (!strcmp(attr, "packetization-mode")) { in sdp_parse_fmtp_config_h264() 164 } else if (!strcmp(attr, "profile-level-id")) { in sdp_parse_fmtp_config_h264() 167 } else if (!strcmp(attr, "sprop-parameter-sets")) { in sdp_parse_fmtp_config_h264()
|
/third_party/ffmpeg/libswscale/tests/ |
H A D | floatimg_cmp.c | 93 if (!strcmp(argv[i], "-ref")) { in main() 99 } else if (!strcmp(argv[i], "-size")) { in main() 105 } else if (!strcmp(argv[i], "-pixel_format")) { in main()
|
/third_party/glfw/src/ |
H A D | linux_joystick.c | 133 if (strcmp(_glfw.joysticks[jid].linjs.path, path) == 0) in openJoystickDevice() 259 return strcmp(fj->linjs.path, sj->linjs.path); in compareJoysticks() 295 if (strcmp(_glfw.joysticks[jid].linjs.path, path) == 0) in _glfwDetectJoystickConnectionLinux()
|
/third_party/alsa-lib/src/timer/ |
H A D | timer_query.c | 81 if (strcmp(id, "comment") == 0) in snd_timer_query_open_conf() 83 if (strcmp(id, "lib") == 0) { in snd_timer_query_open_conf() 91 if (strcmp(id, "open") == 0) { in snd_timer_query_open_conf()
|
/third_party/alsa-lib/src/ |
H A D | dlmisc.c | 256 if (!strcmp(name, link->dlsym_name)) in snd_dlsym() 321 if (c->lib && lib && strcmp(c->lib, lib) != 0) in snd_dlobj_cache_get0() 327 if (strcmp(c->name, name) == 0) { in snd_dlobj_cache_get0()
|
/third_party/icu/icu4c/source/test/iotest/ |
H A D | stream.cpp | 102 if (strcmp(testStreamBuf, testStr) != 0) { in TestStream() 143 if (strcmp(format_test_expected, testFormatStreamBuf) != 0) { in TestStream() 173 if (strcmp(testLargeStreamBuf, expectedLargeStreamBuf) != 0) { in TestStream()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_interface_blocks.cpp | 53 if (strcmp(c->fields.structure[i].name, in interstage_member_mismatch() 150 strcmp(a->name, b->name) != 0) { in intrastage_match() 372 return !strcmp(var->name, "gl_in") && in is_builtin_gl_in_block()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
H A D | main.c | 52 size != 5 || strcmp(po, "is_a")) in test_just_l1() 56 size != 5 || strcmp(po, "is_b")) in test_just_l1() 140 size != 5 || strcmp(po, "is_b")) in test_just_l1_limits()
|
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/ |
H A D | minimal-dbus-ws-proxy-testclient.c | 92 !strcmp(str, "ws client connection error")) in filter() 98 !strcmp(str, "ws client connection established")) in filter() 104 !strcmp(str, "ws client connection closed")) in filter()
|
/third_party/musl/src/fdsan/linux/ |
H A D | fdsan.c | 349 } else if (strcmp(param_value, "fatal") == 0) { in fdsan_set_error_level_from_param() 351 } else if (strcmp(param_value, "warn") == 0) { in fdsan_set_error_level_from_param() 353 } else if (strcmp(param_value, "warn_once") == 0) { in fdsan_set_error_level_from_param()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator.c | 334 if (optarg == NULL || strcmp(optarg, "always") == 0) in main() 336 else if (strcmp(optarg, "never") == 0) in main() 338 else if (strcmp(optarg, "auto") == 0) in main()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_main.c | 390 if(strcmp(argv[i], "-v") == 0) in main() 392 else if(strcmp(argv[i], "-s") == 0) in main() 394 else if(strcmp(argv[i], "-o") == 0) in main()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | icuzdump.cpp | 330 if (strcmp(options[kOptLineSep].value, "CR") == 0) { in main() 332 } else if (strcmp(options[kOptLineSep].value, "CRLF") == 0) { in main() 334 } else if (strcmp(options[kOptLineSep].value, "LF") == 0) { in main()
|
/third_party/ltp/testcases/kernel/mem/mtest05/ |
H A D | mmstress.c | 250 if (strcmp(filename, "NULL") && strcmp(filename, "/dev/zero")) { in remove_files() 298 if (strcmp(tmpfile, "NULL")) { in map_and_thread()
|