Home
last modified time | relevance | path

Searched refs:strcmp (Results 1726 - 1750 of 7432) sorted by relevance

1...<<61626364656667686970>>...298

/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_of.c426 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 Dmem-functions.c207 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 Dcpumap.c144 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 Dmap.h234 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 Dvdso.c361 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 Dtrusted_core.c345 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 Dcontext_switch.c441 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 Dusbip_common.c166 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 Dlos_rootfs.c131 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 Dxts_io_string_test.c47 * @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 Doffline.c182 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 Drtpdec_h264.c151 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 Dfloatimg_cmp.c93 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 Dlinux_joystick.c133 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 Dtimer_query.c81 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 Ddlmisc.c256 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 Dstream.cpp102 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 Dlink_interface_blocks.cpp53 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 Dmain.c52 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 Dminimal-dbus-ws-proxy-testclient.c92 !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 Dfdsan.c349 } 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 Daubinator.c334 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 Dlp_test_main.c390 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 Dicuzdump.cpp330 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 Dmmstress.c250 if (strcmp(filename, "NULL") && strcmp(filename, "/dev/zero")) { in remove_files()
298 if (strcmp(tmpfile, "NULL")) { in map_and_thread()

Completed in 17 milliseconds

1...<<61626364656667686970>>...298