/third_party/backends/sanei/ |
H A D | sanei_constrain_value.c | 275 if (strcmp (value, string_list[i]) != 0) in sanei_constrain_value()
|
/third_party/icu/icu4c/source/samples/strsrch/ |
H A D | strsrch.cpp | 107 if (strcmp(pOpt->name, pArgName) == 0) { in processOptions()
|
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
H A D | DateFmtPerf.cpp | 191 if((argc>1)&&(strcmp(argv[1],"-x") == 0)) in main()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usb_handle.c | 92 if (strcmp(handle->name, devName) == 0) in handle_find_by_name()
|
/third_party/libsnd/tests/ |
H A D | cpp_test.cc | 113 if (strcmp (filename, title) != 0) in check_title()
|
/third_party/libsnd/src/ |
H A D | ogg_vcomment.c | 258 { if (!strcmp (name, p->name)) in vorbiscomment_lookup_id()
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-sockets.c | 221 if (strcmp(ifc->ifa_name, ifname)) in lws_interface_to_sa()
|
/third_party/libuv/test/ |
H A D | test-udp-ipv6.c | 102 if (r != 0 || strcmp(dst, "::ffff:127.0.0.1")) in is_from_client()
|
/third_party/libabigail/tests/ |
H A D | test-abidiff-exit.cc | 521 if (s->in_suppr_path && strcmp(s->in_suppr_path, "")) in main()
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_device.c | 61 result = strcmp(name1, name2); in fd_compare()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdump.c | 273 if (!strcmp(filename, "-")) in handle_file()
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 138 if (strcmp(name, countable->name) != 0) in setup_counter()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/ |
H A D | main.c | 194 if (!strcmp(prot, "https")) in sequencer_start_client()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-session.c | 61 if (!strcmp(name, ts_name)) in __lws_tls_session_lookup_by_name()
|
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_user/ |
H A D | tbio.c | 209 if (strcmp(bif.data, "User space data")) { in tbio_from_dev()
|
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_dev_info.c | 98 bool print_hwconfig = argc > 1 && strcmp(argv[1], "--hwconfig") == 0; in main()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | program_resource.c | 139 if (strcmp(*m, str) == 0) in is_xfb_marker()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode_common.c | 219 if (force_stderr || !strcmp(dump_file_base, "stderr")) in pandecode_dump_file_open()
|
/third_party/libfuse/test/ |
H A D | test_write_cache.c | 95 else if (strcmp(name, FILE_NAME) == 0) in tfs_lookup()
|
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma04.c | 189 if (strcmp(expected, value) == 0) in assertion()
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify02.c | 188 strcmp(event_set[test_num].name, in verify_inotify()
|
/third_party/libwebsockets/lib/roles/raw-skt/ |
H A D | ops-raw-skt.c | 332 strcmp(i->local_protocol_name, "raw-proxy"))
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | phonenumber_offline_geocoder.cc | 41 return strcmp(s1, s2) < 0; in IsLowerThan()
|
/third_party/ltp/tools/sparse/ |
H A D | sparse-ltp.c | 287 if (!strcmp("-DLTPLIB", argv[i])) in collect_info_from_args()
|
/third_party/lz4/tests/ |
H A D | checkFrame.c | 32 #include <string.h> /* strcmp */ 231 if (!strcmp(argument, "--no-prompt")) { in main()
|