Home
last modified time | relevance | path

Searched refs:strlcat (Results 1 – 25 of 142) sorted by relevance

123456

/linux/block/partitions/
H A Dacorn.c43 strlcat(state->pp_buf, " [", PAGE_SIZE); in adfs_partition()
44 strlcat(state->pp_buf, name, PAGE_SIZE); in adfs_partition()
45 strlcat(state->pp_buf, "]", PAGE_SIZE); in adfs_partition()
88 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition()
97 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition()
99 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition()
141 strlcat(state->pp_buf, " <", PAGE_SIZE); in linux_partition()
151 strlcat(state->pp_buf, " >", PAGE_SIZE); in linux_partition()
296 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_ADFS()
403 strlcat(state->pp_buf, "\n", PAGE_SIZE); in adfspart_check_ICS()
[all …]
H A Dmsdos.c270 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
277 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
290 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
298 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_solaris_x86()
373 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd()
403 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd()
405 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_bsd()
503 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware()
518 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_unixware()
552 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_minix()
[all …]
H A Datari.c73 strlcat(state->pp_buf, " AHDI", PAGE_SIZE); in atari_partition()
92 strlcat(state->pp_buf, " XGM<", PAGE_SIZE); in atari_partition()
131 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition()
138 strlcat(state->pp_buf, " ICD<", PAGE_SIZE); in atari_partition()
147 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition()
153 strlcat(state->pp_buf, "\n", PAGE_SIZE); in atari_partition()
H A Dibm.c184 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_vol1_partitions()
222 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_vol1_partitions()
244 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_lnx1_partitions()
261 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions()
273 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions()
295 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions()
301 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions()
317 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_cms1_partitions()
394 strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); in ibm_partition()
398 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ibm_partition()
H A Dsysv68.c78 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition()
88 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition()
92 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sysv68_partition()
H A Damiga.c89 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition()
194 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition()
198 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition()
202 strlcat(state->pp_buf, "\n", PAGE_SIZE); in amiga_partition()
H A Dmac.c77 strlcat(state->pp_buf, " [mac]", PAGE_SIZE); in mac_partition()
143 strlcat(state->pp_buf, "\n", PAGE_SIZE); in mac_partition()
/linux/security/selinux/
H A Dima.c40 rc = strlcat(buf, selinux_initialized() ? on : off, buf_len); in selinux_ima_collect_state()
43 rc = strlcat(buf, "enforcing", buf_len); in selinux_ima_collect_state()
46 rc = strlcat(buf, enforcing_enabled() ? on : off, buf_len); in selinux_ima_collect_state()
49 rc = strlcat(buf, "checkreqprot", buf_len); in selinux_ima_collect_state()
52 rc = strlcat(buf, checkreqprot_get() ? on : off, buf_len); in selinux_ima_collect_state()
56 rc = strlcat(buf, selinux_policycap_names[i], buf_len); in selinux_ima_collect_state()
59 rc = strlcat(buf, selinux_state.policycap[i] ? on : off, in selinux_ima_collect_state()
/linux/arch/parisc/kernel/
H A Dsetup.c60 strlcat(p, " console=", COMMAND_LINE_SIZE); in setup_cmdline()
62 strlcat(p, "ttyS0", COMMAND_LINE_SIZE); in setup_cmdline()
64 strlcat(p, "tty0", COMMAND_LINE_SIZE); in setup_cmdline()
69 strlcat(p, " earlycon=pdc", COMMAND_LINE_SIZE); in setup_cmdline()
/linux/fs/orangefs/
H A Dorangefs-debugfs.c612 strlcat(new, client_title, string_size); in orangefs_prepare_debugfs_help_string()
628 strlcat(new, "\t", string_size); in orangefs_prepare_debugfs_help_string()
629 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
630 strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string()
634 strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string()
635 strlcat(new, kernel_title, string_size); in orangefs_prepare_debugfs_help_string()
638 strlcat(new, "\t", string_size); in orangefs_prepare_debugfs_help_string()
639 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
640 result_size = strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string()
654 strlcat(debug_help_string, new, string_size); in orangefs_prepare_debugfs_help_string()
/linux/arch/mips/ralink/
H A Dprom.c52 strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline)); in prom_init_cmdline()
53 strlcat(arcs_cmdline, p, sizeof(arcs_cmdline)); in prom_init_cmdline()
/linux/drivers/scsi/bfa/
H A Dbfa_fcs.c770 strlcat(port_cfg->sym_name.symname, driver_info->version, in bfa_fcs_fabric_psymb_init()
776 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init()
788 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init()
791 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init()
795 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init()
798 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init()
803 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init()
827 strlcat(port_cfg->node_sym_name.symname, in bfa_fcs_fabric_nsymb_init()
834 strlcat(port_cfg->node_sym_name.symname, in bfa_fcs_fabric_nsymb_init()
839 strlcat(port_cfg->node_sym_name.symname, in bfa_fcs_fabric_nsymb_init()
[all …]
/linux/arch/mips/cobalt/
H A Dsetup.c108 strlcat(arcs_cmdline, argv[i], COMMAND_LINE_SIZE); in prom_init()
110 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init()
/linux/arch/mips/fw/lib/
H A Dcmdline.c40 strlcat(arcs_cmdline, fw_argv(i), COMMAND_LINE_SIZE); in fw_init_cmdline()
42 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in fw_init_cmdline()
/linux/arch/mips/lantiq/
H A Dprom.c61 strlcat(arcs_cmdline, p, sizeof(arcs_cmdline)); in prom_init_cmdline()
62 strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline)); in prom_init_cmdline()
/linux/drivers/infiniband/hw/hfi1/
H A Dintr.c58 strlcat(msg, "[", msgl); in format_hwmsg()
59 strlcat(msg, hwmsg, msgl); in format_hwmsg()
60 strlcat(msg, "]", msgl); in format_hwmsg()
/linux/arch/mips/alchemy/common/
H A Dprom.c54 strlcat(arcs_cmdline, prom_argv[i], COMMAND_LINE_SIZE); in prom_init_cmdline()
56 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init_cmdline()
/linux/drivers/infiniband/hw/qib/
H A Dqib_intr.c49 strlcat(msg, "[", msgl); in qib_format_hwmsg()
50 strlcat(msg, hwmsg, msgl); in qib_format_hwmsg()
51 strlcat(msg, "]", msgl); in qib_format_hwmsg()
H A Dqib_iba6120.c812 strlcat(msg, in qib_handle_6120_hwerrors()
831 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors()
839 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors()
897 strlcat(buf, "CRC ", blen); in qib_decode_6120_err()
902 strlcat(buf, "rhdrlen ", blen); in qib_decode_6120_err()
904 strlcat(buf, "rbadtid ", blen); in qib_decode_6120_err()
908 strlcat(buf, "rhdr ", blen); in qib_decode_6120_err()
920 strlcat(buf, "runsupvl ", blen); in qib_decode_6120_err()
924 strlcat(buf, "ribflow ", blen); in qib_decode_6120_err()
936 strlcat(buf, "sunsupVL ", blen); in qib_decode_6120_err()
[all …]
/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c458 strlcat(basename, " Penabled", basename_sz); in w8001_setup_pen()
508 strlcat(basename, " 1FG", basename_sz); in w8001_setup_touch()
515 strlcat(basename, " 1FG", basename_sz); in w8001_setup_touch()
539 strlcat(basename, " 2FG", basename_sz); in w8001_setup_touch()
547 strlcat(basename, " Touchscreen", basename_sz); in w8001_setup_touch()
639 strlcat(w8001->pen_name, " Pen", sizeof(w8001->pen_name)); in w8001_connect()
655 strlcat(w8001->touch_name, " Finger", in w8001_connect()
/linux/lib/
H A Dstring_kunit.c504 KUNIT_EXPECT_EQ(test, strlcat(dest, "", len), 0); in string_test_strlcat()
507 KUNIT_EXPECT_EQ(test, strlcat(dest, "four", 1 + unconst), 4); in string_test_strlcat()
511 KUNIT_EXPECT_EQ(test, strlcat(dest, "four", len), 4); in string_test_strlcat()
514 KUNIT_EXPECT_EQ(test, strlcat(dest, "AB", len), 6); in string_test_strlcat()
517 KUNIT_EXPECT_EQ(test, strlcat(dest, "CD", 7 + unconst), 8); in string_test_strlcat()
520 KUNIT_EXPECT_EQ(test, strlcat(dest, "EFG", len), 9); in string_test_strlcat()
523 KUNIT_EXPECT_EQ(test, strlcat(dest, "1234", len), 11); in string_test_strlcat()
/linux/drivers/hid/usbhid/
H A Dusbmouse.c149 strlcat(mouse->name, " ", sizeof(mouse->name)); in usb_mouse_probe()
150 strlcat(mouse->name, dev->product, sizeof(mouse->name)); in usb_mouse_probe()
160 strlcat(mouse->phys, "/input0", sizeof(mouse->phys)); in usb_mouse_probe()
/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c141 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show()
161 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show()
182 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show()
199 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show()
220 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show()
254 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show()
269 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show()
278 strlcat(buf, tmp, PAGE_SIZE); in lpfc_cmf_info_show()
507 strlcat(buf, tmp, PAGE_SIZE); in lpfc_nvme_info_show()
679 strlcat(buf, tmp, PAGE_SIZE); in lpfc_nvme_info_show()
[all …]
/linux/fs/nfs/
H A Dnfsroot.c178 if (strlcat(dest, ",", destlen) >= destlen) in root_nfs_cat()
181 if (strlcat(dest, src, destlen) >= destlen) in root_nfs_cat()
/linux/drivers/input/tablet/
H A Dacecad.c159 strlcat(acecad->name, " ", sizeof(acecad->name)); in usb_acecad_probe()
160 strlcat(acecad->name, dev->product, sizeof(acecad->name)); in usb_acecad_probe()
164 strlcat(acecad->phys, "/input0", sizeof(acecad->phys)); in usb_acecad_probe()

123456