Searched refs:strlen (Results 5726 - 5750 of 9973) sorted by relevance
1...<<221222223224225226227228229230>>...399
/third_party/curl/src/ |
H A D | tool_cb_prg.c | 247 if((endptr != colp) && (endptr == colp + strlen(colp)) && (num > 20) && in progressbarinit()
|
/third_party/fsverity-utils/programs/ |
H A D | fsverity.c | 198 *salt_size_ptr = strlen(arg) / 2; in parse_salt_option()
|
/third_party/ffmpeg/tools/ |
H A D | target_dem_fuzzer.c | 149 if ((flags & 2) && strlen(filename) < sizeof(filename) / 2) { in LLVMFuzzerTestOneInput()
|
/third_party/glfw/src/ |
H A D | wl_monitor.c | 59 if (strlen(monitor->name) == 0) in outputHandleGeometry()
|
/third_party/alsa-lib/src/topology/ |
H A D | save.c | 79 pl = strlen(pfx); in tplg_save_printf() 235 d = t = alloca(strlen(str) * 5 + 1 + 1); in tplg_save_quoted() 603 err = snd_input_buffer_open(&in, buf.dst, strlen(buf.dst)); in snd_tplg_save()
|
/third_party/alsa-lib/src/ |
H A D | input.c | 320 size = strlen(buf); in snd_input_buffer_open()
|
/third_party/cups-filters/fontembed/ |
H A D | embed.c | 186 (*output)(fontname,strlen(fontname),context); in emb_embed()
|
/third_party/curl/lib/ |
H A D | netrc.c | 182 if(!strlen(tok)) { in parsenetrc()
|
/third_party/benchmark/src/ |
H A D | console_reporter.cc | 192 printer(Out, COLOR_DEFAULT, " %*s%s", cNameLen - strlen(unit), s.c_str(), in PrintRunData()
|
/third_party/icu/icu4c/source/tools/genbrk/ |
H A D | genbrk.cpp | 187 udata_writeBlock(pData, msg, strlen(msg)); in main()
|
/third_party/gptfdisk/ |
H A D | support.cc | 53 stringLength = strlen(efiString); in ReadString()
|
/third_party/icu/icu4c/source/io/ |
H A D | sprintf.cpp | 193 int32_t size = (int32_t)strlen(patternSpecification) + 1; in u_vsnprintf()
|
/third_party/icu/icu4c/source/samples/ugrep/ |
H A D | ugrep.cpp | 206 else if(strncmp(arg, "-", strlen("-")) == 0) { in processOptions()
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_open.c | 136 struct PathCache *dt = PathCacheAlloc(parentNode, *node, name, strlen(name)); in do_creat()
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-ptrace.c | 106 len = strlen (buf); in do_backtrace()
|
/third_party/libuv/src/unix/ |
H A D | darwin.c | 89 abspath_size = strlen(abspath); in uv_exepath()
|
H A D | netbsd.c | 94 *size = strlen(buffer); in uv_exepath()
|
H A D | openbsd.c | 98 exepath_size = strlen(argsbuf[0]); in uv_exepath()
|
/third_party/libuv/src/ |
H A D | inet.c | 130 tp += strlen(tp); in inet_ntop6()
|
/third_party/libunwind/libunwind/include/ |
H A D | libunwind_i.h | 289 return write (2, string, strlen (string)); in print_error()
|
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
H A D | smtp.c | 275 n = strlen(p); in lws_smtpc_abs_writeable()
|
/third_party/libwebsockets/lib/core-net/client/ |
H A D | connect2.c | 355 strlen(dns_nxdomain));
|
H A D | connect4.c | 333 lws_inform_client_conn_fail(wsi, (void *)cce, strlen(cce)); in lws_client_connect_4_established()
|
/third_party/libuv/test/ |
H A D | test-idna.c | 144 n = uv__idna_toascii(d1, d1 + strlen(d1), d2, d2 + sizeof(d2)); \
|
/third_party/libcoap/src/ |
H A D | coap_async.c | 61 outbuflen = strlen(outbuf); in coap_register_async()
|
Completed in 16 milliseconds
1...<<221222223224225226227228229230>>...399