Searched refs:strlen (Results 4651 - 4675 of 5010) sorted by relevance
1...<<181182183184185186187188189190>>...201
/third_party/backends/backend/ |
H A D | lexmark.c | 486 len = strlen (line); in probe_lexmark_devices()
|
H A D | pieusb.c | 62 #include <string.h> /* for strlen */ 215 if (strlen (config_line) == 0) continue; in sane_init()
|
H A D | s9036.c | 851 len = strlen (dev_name); in sane_init()
|
H A D | hp5400_sane.c | 749 if (strlen (name) == 0) in sane_open()
|
/third_party/curl/lib/ |
H A D | openldap.c | 422 passwd.bv_len = strlen(passwd.bv_val); in oldap_perform_bind()
|
/third_party/cups-filters/cupsfilters/ |
H A D | raster.c | 51 srclen = strlen(src); in _strlcpy()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transrt.cpp | 497 if (roundtripExclusions != NULL && strlen(roundtripExclusions) > 0) { in test()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | utf8tst.c | 997 int32_t length = (int32_t)strlen(s); in TestTruncateIfIncomplete()
|
/third_party/icu/icu4c/source/common/ |
H A D | putil.cpp | 2133 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING));
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | usb_serial.c | 1233 len = strlen(argv[0]); in u3g_write_from_shell()
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 267 if (o.OEM_string && strlen(o.OEM_string) > 8) { in mkfs_msdos()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_generic_ep0.c | 1185 ret = strncat_s(dev_name, GENERIC_PATH_LEN, "/ep0", strlen("/ep0")); in generic_create_ep0()
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 59 size_t l = strlen(filename); in make_local_socket()
|
/third_party/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 301 for(i = 0; i < strlen(string); i++) { in stringToLower()
|
/third_party/libwebsockets/lib/misc/ |
H A D | lecp.c | 1244 size_t fl = strlen(fmt); in lws_lec_vsprintf() 1489 ctx->ongoing_len = (uint64_t)strlen( in lws_lec_vsprintf()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | wsi.c | 736 int n = 0, fraglen, sl = (int)strlen(name); in lws_get_urlarg_by_name_safe()
|
/third_party/libabigail/tools/ |
H A D | abidiff.cc | 650 if (strlen(argv[i]) >= 2 && argv[i][0] == '-' && argv[i][1] == '-') in parse_command_line()
|
/third_party/libdrm/intel/ |
H A D | uthash.h | 29 #include <string.h> /* memcmp,strlen */ 91 #define uthash_strlen(s) strlen(s)
|
/third_party/libcoap/src/ |
H A D | coap_tinydtls.c | 1184 bcp += strlen(begstr); in pem_decode_mem_asn1()
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry-snapshot.c | 1497 string_size = (lit_utf8_size_t) strlen (chars); in jerry_append_chars_to_buffer()
|
/third_party/jerryscript/jerry-core/debugger/ |
H A D | debugger.c | 613 strlen ((const char *) string_p)); in jerry_debugger_send_eval()
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api.cpp | 337 size_t script_size = strlen (script_p); in test_run_simple()
|
/third_party/lame/libmp3lame/ |
H A D | bitstream.c | 253 for (i = 0; i < (int) strlen(version) && remainingBits >= 8; ++i) { in drain_into_ancillary()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_opencl.c | 62 char *args_str = local_name + sprintf(local_name, "_Z%zu%s", strlen(in_name), in_name); in vtn_opencl_mangle()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta.c | 458 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result); in radv_builtin_cache_path()
|
Completed in 45 milliseconds
1...<<181182183184185186187188189190>>...201