Home
last modified time | relevance | path

Searched refs:strcmp (Results 1676 - 1700 of 7432) sorted by relevance

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

/third_party/ltp/pan/
H A Dreporter.c151 if (!strcmp(*tl, "_RTS")) in scanner_reporter()
212 if (strcmp(status, "ok")) { in scanner_test_end()
/third_party/mesa3d/src/hgl/
H A DGLRendererRoster.cpp53 || !strcasecmp(parameter, "enable") || !strcmp(parameter, "1")) in GLRendererRoster()
61 || !strcasecmp(parameter, "enable") || !strcmp(parameter, "1")) in GLRendererRoster()
/third_party/node/src/
H A Dnode_perf.h39 if (strcmp(str, label) == 0) return NODE_PERFORMANCE_MILESTONE_##name; in ToPerformanceMilestoneEnum()
59 if (strcmp(type, label) == 0) return NODE_PERFORMANCE_ENTRY_TYPE_##name; in ToPerformanceEntryTypeEnum()
/third_party/musl/src/passwd/
H A Dgetgr_a.c36 if (name && !strcmp(name, (*res)->gr_name) in __getgr_a()
152 if (name && strcmp(name, gr->gr_name) in __getgr_a()
/third_party/mesa3d/src/intel/tools/
H A Di965_disasm.c173 if (strcmp(optarg, "c_literal") == 0) { in main()
175 } else if (strcmp(optarg, "bin") == 0) { in main()
/third_party/libfuse/example/
H A Dioctl.c77 if (strcmp(path, "/") == 0) in fioc_file_type()
79 if (strcmp(path, "/" FIOC_NAME) == 0) in fioc_file_type()
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns02.c57 if (strcmp(uts_parent.nodename, uts.nodename) == 0) { in do_child_newuts()
73 if (strcmp(uts_parent.nodename, uts.nodename) != 0) { in do_child_newuts()
/third_party/ltp/testcases/kernel/tracing/pt_test/
H A Dpt_test.c186 if (!strcmp(str_exclude_info, "user")) { in setup()
189 } else if (!strcmp(str_exclude_info, "kernel")) { in setup()
/third_party/libwebsockets/lib/tls/
H A Dtls-network.c184 !strcmp(v->tls.alloc_cert_path, certpath) && in lws_tls_cert_updated()
185 !strcmp(v->tls.key_path, keypath)) { in lws_tls_cert_updated()
/third_party/ltp/tools/sparse/sparse-src/
H A Dctags.c50 ret = strcmp(stream_name(a_pos.stream), in cmp_sym()
93 !strcmp(filename, stream_name(sym->pos.stream))) in show_tags()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.cc285 if (strcmp(names_[i], name) == 0) { in Number()
297 if (strcmp(names_[i], name) == 0) { in Number()
/third_party/openssl/test/
H A Dsparse_array_test.c120 && n == cases[i].n && strcmp(value, cases[i].v) == 0) { in leaf_check_all()
135 if (n == cases[i].n && strcmp(value, cases[i].v) == 0) { in leaf_delete()
/third_party/pulseaudio/src/modules/
H A Dreserve-monitor.c74 if (strcmp(name_owner, un) == 0) in get_busy()
105 if (strcmp(name, m->service_name) == 0) { in filter_handler()
/third_party/skia/src/ports/
H A DSkImageGeneratorNDK.cpp115 if (0 == strcmp(mimeType, "image/jpeg")) { in set_target_size()
127 } else if (0 == strcmp(mimeType, "image/webp")) { in set_target_size()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp87 if (!Modifier || strcmp(Modifier, "nohash")) in printOperand()
99 if (!Modifier || strcmp(Modifier, "nohash")) in printOperand()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.h76 if ((strcmp(argv[i], "-h") == 0) || (strcmp(argv[i], "--help") == 0)) { in BenchCLI()
/third_party/vixl/test/
H A Dtest-runner.cc58 if (strcmp(search, argv[i]) == 0) { in IsInArgs()
198 if (strcmp(c->name(), argv[i]) == 0) { in main()
/third_party/selinux/libsepol/src/
H A Diface_record.c84 return strcmp(iface->name, key->name); in sepol_iface_compare()
91 return strcmp(iface->name, iface2->name); in sepol_iface_compare2()
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H A DtcuLnxWayland.cpp64 if (!strcmp(interface, "wl_compositor")) in handleGlobal()
66 if (!strcmp(interface, "xdg_wm_base")) in handleGlobal()
/third_party/glfw/src/
H A Dwl_init.c112 if (strcmp(interface, "wl_compositor") == 0) in registryHandleGlobal()
118 else if (strcmp(interface, "wl_subcompositor") == 0) in registryHandleGlobal()
123 else if (strcmp(interface, "wl_shm") == 0) in registryHandleGlobal()
128 else if (strcmp(interface, "wl_output") == 0) in registryHandleGlobal()
132 else if (strcmp(interface, "wl_seat") == 0) in registryHandleGlobal()
149 else if (strcmp(interface, "wl_data_device_manager") == 0) in registryHandleGlobal()
158 else if (strcmp(interface, "xdg_wm_base") == 0) in registryHandleGlobal()
164 else if (strcmp(interface, "zxdg_decoration_manager_v1") == 0) in registryHandleGlobal()
171 else if (strcmp(interface, "wp_viewporter") == 0) in registryHandleGlobal()
176 else if (strcmp(interfac in registryHandleGlobal()
[all...]
/third_party/backends/backend/
H A Dsm3840_scan.c84 if (!strcmp (argv[i], "-300")) in main()
86 else if (!strcmp (argv[i], "-600")) in main()
88 else if (!strcmp (argv[i], "-1200")) in main()
90 else if (!strcmp (argv[i], "-150")) in main()
92 else if (!strcmp (argv[i], "-top")) in main()
94 else if (!strcmp (argv[i], "-bot")) in main()
96 else if (!strcmp (argv[i], "-left")) in main()
98 else if (!strcmp (argv[i], "-right")) in main()
100 else if (!strcmp (argv[i], "-gain")) in main()
102 else if (!strcmp (arg in main()
[all...]
H A Dhp3900_sane.c987 if (strcmp (model, "HP3800") == 0) in Get_Model()
989 else if (strcmp (model, "HPG2710") == 0) in Get_Model()
991 else if (strcmp (model, "HP3970") == 0) in Get_Model()
993 else if (strcmp (model, "HP4070") == 0) in Get_Model()
995 else if (strcmp (model, "HP4370") == 0) in Get_Model()
997 else if (strcmp (model, "HPG3010") == 0) in Get_Model()
999 else if (strcmp (model, "HPG3110") == 0) in Get_Model()
1001 else if (strcmp (model, "UA4900") == 0) in Get_Model()
1003 else if (strcmp (model, "BQ5550") == 0) in Get_Model()
1016 if (strcmp (sourc in Get_Source()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dso_txtime.c339 if (!strcmp(optarg, "tai")) in parse_opts()
341 else if (!strcmp(optarg, "monotonic") || in parse_opts()
342 !strcmp(optarg, "mono")) in parse_opts()
/kernel/linux/linux-5.10/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-5.10/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()

Completed in 15 milliseconds

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