/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/ |
H A D | hashchk_test.c | 218 if (argc >= 1 && !strcmp(argv[0], hashchk_exec_child_args[0])) in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | cmt_test.c | 115 if (strcmp(cmd[0], "fill_buf") == 0) { in cmt_resctrl_val()
|
/kernel/liteos_a/kernel/base/misc/ |
H A D | swtmr_shellcmd.c | 157 } else if (strcmp("-t", argv[0]) == 0) {
in OsShellCmdSwtmrInfoGet()
|
/kernel/liteos_a/kernel/extended/blackbox/ |
H A D | los_blackbox_common.c | 137 if (strcmp(mountPoint, (char *)arg) == 0) { in IsLogPartMounted()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_i915.c | 112 if (!strcmp(dev->driver->name, "i915") && in i915_component_master_match()
|
/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_partition.c | 86 if (strcmp(prev->dDev, dev) == 0) { in OsAddDevice()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | mod.c | 93 if (strcmp(t->name, s) == 0 && in _p9_get_trans_by_name()
|
/kernel/linux/linux-6.6/lib/ |
H A D | crc-t10dif.c | 29 strcmp(alg->cra_name, CRC_T10DIF_STRING)) in crc_t10dif_notify()
|
H A D | crc64-rocksoft.c | 23 strcmp(alg->cra_name, CRC64_ROCKSOFT_STRING)) in crc64_rocksoft_notify()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | bat_algo.c | 47 if (strcmp(bat_algo_ops_tmp->name, name) != 0) in batadv_algo_get()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ulp.c | 27 if (strcmp(e->name, name) == 0) in tcp_ulp_find()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | sched.c | 45 if (!strcmp(sched->name, name)) { in mptcp_sched_find()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | tracelog.c | 84 if (strcmp(type, fstype) == 0) { in get_tracefs_pipe()
|
/kernel/linux/linux-6.6/tools/iio/ |
H A D | lsiio.c | 37 strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in check_postfix()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | strset.c | 36 return strcmp(str1, str2) == 0; in strset_equal_fn()
|
/kernel/linux/linux-6.6/net/nfc/hci/ |
H A D | llc.c | 70 if (strcmp(llc_engine->name, name) == 0) in nfc_llc_name_to_engine()
|
/kernel/linux/linux-6.6/samples/kfifo/ |
H A D | record-example.c | 106 if (strcmp(buf, expected_result[i++])) { in testfunc()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | IO_test_ppoll_003.cpp | 75 retVal = strcmp(strBuf, buf);
in pthread_01()
|
/third_party/elfutils/tests/ |
H A D | get-lines.c | 118 || (strcmp (file, path) != 0)) in main()
|
H A D | nvidia_extended_linemap_libdw.c | 96 || (strcmp (file, path) != 0)) in main()
|
H A D | next-lines.c | 96 || (strcmp (file, path) != 0)) in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mp3_header_decompress_bsf.c | 55 if(ctx->par_in->extradata_size != 15 || strcmp(ctx->par_in->extradata, "FFCMP3 0.0")){ in mp3_header_decompress()
|
/third_party/curl/tests/libtest/ |
H A D | lib500.c | 89 if(libtest_arg3 && !strcmp(libtest_arg3, "activeftp")) in test()
|
H A D | lib1960.c | 80 if(!strcmp("check", URL)) in test()
|
/third_party/ffmpeg/doc/examples/ |
H A D | http_multiclient.c | 53 if (resource && resource[0] == '/' && !strcmp((resource + 1), in_uri)) { in process_client()
|