Home
last modified time | relevance | path

Searched refs:strlen (Results 1226 - 1250 of 8049) sorted by relevance

1...<<41424344454647484950>>...322

/third_party/eudev/src/udev/
H A Dudev-event.c141 from += strlen(map[i].name)+1; in udev_event_apply_format()
322 len = strlen(vbuf); in udev_event_apply_format()
340 l = strpcpy(&s, l, devnode + strlen("/dev/")); in udev_event_apply_format()
351 l = strpcpy(&s, l, udev_device_get_devnode(dev) + strlen("/dev/")); in udev_event_apply_format()
361 l = strpcpy(&s, l, udev_list_entry_get_name(list_entry) + strlen("/dev/")); in udev_event_apply_format()
363 l = strpcpyl(&s, l, " ", udev_list_entry_get_name(list_entry) + strlen("/dev/"), NULL); in udev_event_apply_format()
/third_party/curl/src/
H A Dtool_urlglob.c465 glob_buffer = malloc(strlen(url) + 1); in glob_url()
475 glob_expand->urllen = strlen(url); in glob_url()
591 len = strlen(buf); in glob_next_url()
607 len = strlen(buf); in glob_next_url()
664 strlen(pat->content.Set.elements[pat->content.Set.ptr_s]); in glob_match_url()
678 appendlen = strlen(numbuf); in glob_match_url()
/third_party/icu/icu4c/source/test/iotest/
H A Dstrtst.c213 if (retVal != (int32_t)strlen(longStr)) { in TestString()
214 log_err("%%S returned different sizes. Got: %d Expected: %d\n", retVal, strlen(longStr)); in TestString()
222 if (retVal != (int32_t)strlen(longStr)) { in TestString()
223 log_err("%%S returned different sizes. Got: %d Expected: %d\n", retVal, strlen(longStr)); in TestString()
237 if (retVal != (int32_t)strlen(longStr + 10)) { in TestString()
238 log_err("%%S returned different sizes. Got: %d Expected: %d\n", retVal, strlen(longStr)); in TestString()
398 TestSPrintFormat("%.2S", abcUChars, "%.2s", abcChars); /* strlen is 3 */ in TestSprintfFormat()
402 TestSPrintFormat("%.2s", abcChars, "%.2s", abcChars); /* strlen is 3 */ in TestSprintfFormat()
/third_party/lwip/src/netif/ppp/
H A Dutils.c88 size_t ret = strlen(src); in ppp_strlcpy()
106 size_t dlen = strlen(dest); in ppp_strlcat()
292 n = strlen((const char *)p); in ppp_vslprintf()
381 len = strlen(str); in ppp_vslprintf()
504 linep = line + strlen(line);
618 int n = strlen(buf); in ppp_log_write()
/third_party/lz4/programs/
H A Dutil.h35 #include <string.h> /* strlen, strncpy */
497 dirLength = strlen(dirName); in UTIL_prepareFileList()
515 int const fnameLength = (int)strlen(cFile.cFileName); in UTIL_prepareFileList()
568 dirLength = strlen(dirName);
575 fnameLength = strlen(entry->d_name);
644 size_t const len = strlen(inputNames[i]) + 1; /* include nul char */ in UTIL_createFileList()
669 pos += strlen(fileTable[i]) + 1; in UTIL_createFileList()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c162 len = strlen(ap->s_un.sun_path); in BIO_ADDR_rawaddress()
498 pl = strlen(p); in BIO_parse_hostserv()
521 pl = strlen(p); in BIO_parse_hostserv()
524 hl = strlen(h); in BIO_parse_hostserv()
527 pl = strlen(p); in BIO_parse_hostserv()
676 if (addrinfo_wrap(family, socktype, host, strlen(host), 0, res)) in BIO_lookup_ex()
/third_party/openssl/crypto/bio/
H A Dbio_addr.c162 len = strlen(ap->s_un.sun_path); in BIO_ADDR_rawaddress()
498 pl = strlen(p); in BIO_parse_hostserv()
521 pl = strlen(p); in BIO_parse_hostserv()
524 hl = strlen(h); in BIO_parse_hostserv()
527 pl = strlen(p); in BIO_parse_hostserv()
676 if (addrinfo_wrap(family, socktype, host, strlen(host), 0, res)) in BIO_lookup_ex()
/kernel/linux/linux-5.10/drivers/firmware/xilinx/
H A Dzynqmp-debug.c32 #define PM_API(id) {id, #id, strlen(#id)}
208 strlen(debugfs_buf)); in zynqmp_pm_debugfs_api_read()
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dstring_32.c165 size_t strlen(const char *s) in strlen() function
176 EXPORT_SYMBOL(strlen); variable
/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H A Dinit.c40 bp += strlen(bp) + 1; in dmi_string_parse()
45 size_t len = strlen(bp)+1; in dmi_string_parse()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dfirmware.c83 for (s = hypertas; s < hypertas + len; s += strlen(s) + 1) { in fw_hypertas_feature_init()
92 size = strlen(name); in fw_hypertas_feature_init()
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dmem.c120 tempname = malloc(strlen(tempdir) + strlen(template) + 1); in make_tempfile()
H A Dmain.c85 if (!old_path || (path_len = strlen(old_path)) == 0) { in setup_env_path()
92 path_len += strlen("PATH=" UML_LIB_PATH) + 1; in setup_env_path()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dprom_common.c107 l = strlen(list) + 1; in of_find_in_proplist()
123 if (!name || strlen(name) == 0) in handle_nextprop_quirks()
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dpgm_check_info.c24 return dst + strlen(dst); in add_str()
41 p = add_val_as_hex(buf + strlen(buf), S390_lowcore.pgm_code); in print_pgm_check_info()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dnonstdio.c57 udbg_write(msg, strlen(msg)); in xmon_write()
187 xmon_write(str, strlen(str)); in xmon_puts()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dcompaction_test.c145 if (write(fd, initial_nr_hugepages, strlen(initial_nr_hugepages)) in check_compaction()
146 != strlen(initial_nr_hugepages)) { in check_compaction()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_open_test.c81 buffer += char_left_gc(buffer, strlen(buffer)); in trim_whitespace_in_place()
82 buffer[char_right_gc(buffer, strlen(buffer))] = '\0'; in trim_whitespace_in_place()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Ddevtree.c221 size -= strlen(prop) + 1; in setup_machine_fdt()
222 prop += strlen(prop) + 1; in setup_machine_fdt()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dnonstdio.c57 udbg_write(msg, strlen(msg)); in xmon_write()
187 xmon_write(str, strlen(str)); in xmon_puts()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dfirmware.c86 for (s = hypertas; s < hypertas + len; s += strlen(s) + 1) { in fw_hypertas_feature_init()
95 size = strlen(name); in fw_hypertas_feature_init()
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
H A Dfw_namespace.c47 if (write(fd, fw_name, strlen(fw_name)) != strlen(fw_name)) in trigger_fw()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dprom_common.c107 l = strlen(list) + 1; in of_find_in_proplist()
123 if (!name || strlen(name) == 0) in handle_nextprop_quirks()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dmain.c85 if (!old_path || (path_len = strlen(old_path)) == 0) { in setup_env_path()
92 path_len += strlen("PATH=" UML_LIB_PATH) + 1; in setup_env_path()
/kernel/linux/linux-5.10/drivers/misc/
H A Dhmc6352.c40 if (val >= strlen(map)) in compass_store()
42 val = array_index_nospec(val, strlen(map)); in compass_store()

Completed in 16 milliseconds

1...<<41424344454647484950>>...322