| /linux/arch/alpha/lib/ |
| H A D | strncat.S | 17 .globl strncat 18 .ent strncat 19 strncat: label 85 .end strncat 86 EXPORT_SYMBOL(strncat)
|
| H A D | ev67-strncat.S | 28 .globl strncat 29 .ent strncat 30 strncat: label 95 .end strncat 96 EXPORT_SYMBOL(strncat)
|
| /linux/drivers/acpi/acpica/ |
| H A D | utnonansi.c | 163 strncat(dest, source, max_transfer_length); in acpi_ut_safe_strncat()
|
| /linux/tools/testing/selftests/powerpc/ |
| H A D | utils.c | 172 strncat(path, subpath, sizeof(path) - strlen(path) - 1); in read_debugfs_file() 181 strncat(path, subpath, sizeof(path) - strlen(path) - 1); in write_debugfs_file() 497 strncat(path, fpath, PATH_MAX - strlen(path) - 1); in read_sysfs_file()
|
| /linux/lib/tests/ |
| H A D | string_kunit.c | 579 KUNIT_EXPECT_TRUE(test, strncat(dest, "", 0 + unconst) == dest); in string_test_strncat() 582 KUNIT_EXPECT_TRUE(test, strncat(dest, "", 1 + unconst) == dest); in string_test_strncat() 585 KUNIT_EXPECT_TRUE(test, strncat(dest, "asdf", 0 + unconst) == dest); in string_test_strncat() 589 KUNIT_EXPECT_TRUE(test, strncat(dest, "four\000123", 8 + unconst) == dest); in string_test_strncat() 594 KUNIT_EXPECT_TRUE(test, strncat(dest, "ABCD", 2 + unconst) == dest); in string_test_strncat()
|
| /linux/scripts/kconfig/ |
| H A D | preprocess.c | 522 strncat(out, in, in_len); in __expand_string() 538 strncat(out, in, in_len); in __expand_string()
|
| H A D | confdata.c | 665 strncat(out, p, len); in escape_string_value() 672 strncat(out, p++, 1); in escape_string_value()
|
| /linux/fs/nfs/ |
| H A D | sysfs.c | 340 strncat(name, uniq ? uniq : "", sizeof(name) - strlen(name) - 1); in nfs_sysfs_link_rpc_client() 341 strncat(name, "_client", sizeof(name) - strlen(name) - 1); in nfs_sysfs_link_rpc_client()
|
| /linux/tools/include/nolibc/ |
| H A D | string.h | 256 char *strncat(char *dst, const char *src, size_t size) in strncat() function
|
| /linux/tools/perf/tests/ |
| H A D | hwmon_pmu.c | 102 strncat(dir, "/hwmon1234", sz - strlen(dir)); in test_pmu_get()
|
| /linux/tools/accounting/ |
| H A D | delaytop.c | 247 strncat(buf, "|", MAX_BUF_LEN - strlen(buf) - 1); in display_available_fields() 248 strncat(buf, field->name, MAX_BUF_LEN - strlen(buf) - 1); in display_available_fields()
|
| /linux/sound/hda/common/ |
| H A D | jack.c | |
| /linux/tools/hv/ |
| H A D | hv_kvp_daemon.c | 1365 strncat(output_str, addr, in process_dns_gateway_nm() 1368 strncat(output_str, ",", in process_dns_gateway_nm()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_console.c | 907 strncat(h->bootcmd, boottime, in octeon_download_firmware()
|
| /linux/tools/bpf/bpftool/ |
| H A D | gen.c | 226 strncat(var_ident, var_name, sizeof(var_ident) - 1); in codegen_datasec_def() 563 strncat(var_ident, var_name, sizeof(var_ident) - 1); in codegen_asserts()
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-display.c | 74 strncat(&str[curr_index], ",", str_len - curr_index); in printcpumask()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_dump.c | 336 strncat(s, new, STRSIZE - strlen(s) - 1); in btf_dump_snprintf()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 1265 strncat(dst, src, avail - 1); /* strncat() adds + 1 for zero byte */ in append_str()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 15890 strncat(tp->fw_ver, "sb", TG3_VER_SIZE - strlen(tp->fw_ver) - 1); in tg3_read_sb_ver()
|