Home
last modified time | relevance | path

Searched refs:strcmp (Results 3826 - 3850 of 7432) sorted by relevance

1...<<151152153154155156157158159160>>...298

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c329 if (strcmp(map_info.name, "values") == 0) { in syncookie_open_bpf_maps()
333 if (strcmp(map_info.name, "allowed_ports") == 0) { in syncookie_open_bpf_maps()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dcgroup_util.c119 ret = strcmp(expected, buf); in cg_read_strcmp()
218 if (strcmp(type, "cgroup2") == 0) { in cg_find_unified_root()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c385 if (!strcmp(core_pattern, "core") || !strcmp(core_pattern, "core.%p")) in setup_core_pattern()
/kernel/linux/linux-6.6/tools/testing/vsock/
H A Dvsock_diag_test.c535 if (strcmp(optarg, "client") == 0) in main()
537 else if (strcmp(optarg, "server") == 0) in main()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dfixme.c224 if (strcmp("lo", name) == 0 && (netif->name[0] == 'l' && netif->name[1] == 'o')) {
229 if (strcmp(netif->full_name, name) == 0) {
/kernel/liteos_a/kernel/extended/blackbox/
H A Dlos_blackbox_core.c127 if (*ops != NULL && strcmp((*ops)->ops.module, info->module) == 0) { in FindModuleOps()
378 if (strcmp(temp->ops.module, ops->module) == 0) { in BBoxRegisterModuleOps()
/kernel/liteos_m/testsuites/unittest/posix/src/fs/full/
H A Dposix_fs_full_test.c163 ret = strcmp(dirmsg->d_name, fileName);
230 ret = strcmp(dirmsg->d_name, dirName);
/kernel/linux/linux-6.6/lib/
H A Dstring.c272 * strcmp - Compare two strings
276 int strcmp(const char *cs, const char *ct) in strcmp() function
290 EXPORT_SYMBOL(strcmp); variable
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cong.c30 if (strcmp(e->name, name) == 0) in tcp_ca_find()
159 if (ca->key == TCP_CA_UNSPEC || !existing || strcmp(existing->name, ca->name)) { in tcp_update_congestion_control()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_netiface.c79 strcmp(ip1->iface, ip2->iface) == 0); in hash_netiface4_data_equal()
313 strcmp(ip1->iface, ip2->iface) == 0); in hash_netiface6_data_equal()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_app.c203 if (!strcmp(app->name, a->name)) { in register_ip_vs_app()
239 if (app && strcmp(app->name, a->name)) in unregister_ip_vs_app()
/kernel/linux/linux-6.6/sound/soc/qcom/
H A Dsc7180.c146 if (!strcmp(codec_dai->name, "rt5682-aif1")) { in sc7180_snd_startup()
152 } else if (!strcmp(codec_dai->name, "rt5682s-aif1")) { in sc7180_snd_startup()
/kernel/linux/linux-6.6/net/devlink/
H A Dnetlink.c117 strcmp(devlink->dev->bus->name, busname) == 0 && in devlink_get_from_attrs_lock()
118 strcmp(dev_name(devlink->dev), devname) == 0) in devlink_get_from_attrs_lock()
/kernel/liteos_a/apps/shell/src/
H A Dshmsg.c94 if (strcmp(string, cmdNxt->cmdString) == 0) { in ShellSaveHistoryCmd()
416 if ((cmdParsed->paramCnt > 1) && (strcmp(cmdParsed->paramArray[cmdParsed->paramCnt - 1], "&") == 0)) { in DoCmdExec()
/kernel/liteos_a/testsuites/unittest/process/plimits/
H A Dprocess_plimits_test.cpp556 return strcmp(path.c_str(), ".") == 0 || strcmp(path.c_str(), "..") == 0; in IsSpecialDir()
/third_party/ffmpeg/libavcodec/
H A Dg726.c316 c->little_endian = !strcmp(avctx->codec->name, "g726le"); in g726_encode_init()
450 c->little_endian = !strcmp(avctx->codec->name, "g726le"); in g726_decode_init()
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c271 while (strcmp (dirent->d_name, ".") == 0 in pid_next_thread()
272 || strcmp (dirent->d_name, "..") == 0); in pid_next_thread()
/third_party/elfutils/libdw/
H A Ddwarf_begin_elf.c90 if (strcmp (scnname + len - 4, ".dwo") == 0) in scn_dwarf_type()
190 && strcmp (&scnname[14], dwarf_scnnames[cnt]) == 0) in check_section()
/third_party/elfutils/src/
H A Delfclassify.c345 if (strcmp (section_name, ".modinfo") == 0) in run_classify()
351 if (strcmp (section_name, ".gnu.linkonce.this_module") == 0) in run_classify()
H A Dstrings.c180 int fd = (strcmp (argv[remaining], "-") == 0 in main()
209 if (strcmp (argv[remaining], "-") != 0) in main()
/third_party/ffmpeg/libavfilter/
H A Daf_afreqshift.c269 if (!strcmp(ctx->filter->name, "afreqshift")) in config_input()
274 if (!strcmp(ctx->filter->name, "afreqshift")) in config_input()
H A Df_metadata.c128 return !strcmp(value1, value2); in same_str()
273 if (!strcmp("-", s->file_str)) { in init()
H A Dgraphparser.c139 if (!strcmp(filt_name, "scale") && (!args || !strstr(args, "flags")) && in create_filter()
226 while (*links && (!(*links)->name || strcmp((*links)->name, label))) in extract_inout()
/third_party/ffmpeg/libavcodec/tests/
H A Ddct.c208 if (!strcmp(dct->name, "IJG-AAN-INT")) { in dct_error()
216 if (!strcmp(dct->name, "PR-SSE2")) in dct_error()
/third_party/ffmpeg/libavdevice/
H A Dalsa.c377 if (!io || !strcmp(io, filter)) { in ff_alsa_get_device_list()
396 if (!strcmp(new_device->device_name, "default")) in ff_alsa_get_device_list()

Completed in 23 milliseconds

1...<<151152153154155156157158159160>>...298