/third_party/ltp/pan/ |
H A D | reporter.c | 151 if (!strcmp(*tl, "_RTS")) in scanner_reporter() 212 if (strcmp(status, "ok")) { in scanner_test_end()
|
/third_party/mesa3d/src/hgl/ |
H A D | GLRendererRoster.cpp | 53 || !strcasecmp(parameter, "enable") || !strcmp(parameter, "1")) in GLRendererRoster() 61 || !strcasecmp(parameter, "enable") || !strcmp(parameter, "1")) in GLRendererRoster()
|
/third_party/node/src/ |
H A D | node_perf.h | 39 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 D | getgr_a.c | 36 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 D | i965_disasm.c | 173 if (strcmp(optarg, "c_literal") == 0) { in main() 175 } else if (strcmp(optarg, "bin") == 0) { in main()
|
/third_party/libfuse/example/ |
H A D | ioctl.c | 77 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 D | setns02.c | 57 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 D | pt_test.c | 186 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 D | tls-network.c | 184 !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 D | ctags.c | 50 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 D | constants-s390.cc | 285 if (strcmp(names_[i], name) == 0) { in Number() 297 if (strcmp(names_[i], name) == 0) { in Number()
|
/third_party/openssl/test/ |
H A D | sparse_array_test.c | 120 && 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 D | reserve-monitor.c | 74 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 D | SkImageGeneratorNDK.cpp | 115 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 D | MSP430AsmPrinter.cpp | 87 if (!Modifier || strcmp(Modifier, "nohash")) in printOperand() 99 if (!Modifier || strcmp(Modifier, "nohash")) in printOperand()
|
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-utils.h | 76 if ((strcmp(argv[i], "-h") == 0) || (strcmp(argv[i], "--help") == 0)) { in BenchCLI()
|
/third_party/vixl/test/ |
H A D | test-runner.cc | 58 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 D | iface_record.c | 84 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 D | tcuLnxWayland.cpp | 64 if (!strcmp(interface, "wl_compositor")) in handleGlobal() 66 if (!strcmp(interface, "xdg_wm_base")) in handleGlobal()
|
/third_party/glfw/src/ |
H A D | wl_init.c | 112 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 D | sm3840_scan.c | 84 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 D | hp3900_sane.c | 987 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 D | so_txtime.c | 339 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 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-5.10/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()
|