Home
last modified time | relevance | path

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

12

/linux-4.19.296/block/partitions/
Dacorn.c49 strlcat(state->pp_buf, " [", PAGE_SIZE); in adfs_partition()
50 strlcat(state->pp_buf, name, PAGE_SIZE); in adfs_partition()
51 strlcat(state->pp_buf, "]", PAGE_SIZE); in adfs_partition()
87 strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE); in riscix_partition()
94 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition()
103 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition()
104 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition()
105 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition()
109 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in riscix_partition()
139 strlcat(state->pp_buf, " [Linux]", PAGE_SIZE); in linux_partition()
[all …]
Dmsdos.c236 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
243 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
256 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
264 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_solaris_x86()
291 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd()
312 strlcat(state->pp_buf, "bad subpartition - ignored\n", PAGE_SIZE); in parse_bsd()
321 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd()
323 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_bsd()
376 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware()
391 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_unixware()
[all …]
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()
148 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition()
154 strlcat(state->pp_buf, "\n", PAGE_SIZE); in atari_partition()
Dibm.c149 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_vol1_partitions()
187 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_vol1_partitions()
209 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_lnx1_partitions()
226 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions()
238 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions()
260 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions()
266 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions()
282 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_cms1_partitions()
348 strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); in ibm_partition()
352 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ibm_partition()
Damiga.c81 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition()
131 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition()
135 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition()
139 strlcat(state->pp_buf, "\n", PAGE_SIZE); in amiga_partition()
Dsysv68.c79 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition()
89 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition()
93 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sysv68_partition()
Dmac.c75 strlcat(state->pp_buf, " [mac]", PAGE_SIZE); in mac_partition()
141 strlcat(state->pp_buf, "\n", PAGE_SIZE); in mac_partition()
Dcmdline.c47 strlcat(state->pp_buf, tmp, PAGE_SIZE); in add_part()
154 strlcat(state->pp_buf, "\n", PAGE_SIZE); in cmdline_partition()
Dultrix.c43 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ultrix_partition()
Dkarma.c55 strlcat(state->pp_buf, "\n", PAGE_SIZE); in karma_partition()
Dcheck.h50 strlcat(p->pp_buf, tmp, PAGE_SIZE); in put_partition()
Daix.c210 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
278 strlcat(state->pp_buf, tmp, PAGE_SIZE); in aix_partition()
Dsgi.c80 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sgi_partition()
Dosf.c84 strlcat(state->pp_buf, "\n", PAGE_SIZE); in osf_partition()
Dcheck.c190 strlcat(state->pp_buf, in check_partition()
Dsun.c120 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sun_partition()
/linux-4.19.296/fs/orangefs/
Dorangefs-debugfs.c670 strlcat(new, client_title, string_size); in orangefs_prepare_debugfs_help_string()
686 strlcat(new, "\t", string_size); in orangefs_prepare_debugfs_help_string()
687 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
688 strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string()
692 strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string()
693 strlcat(new, kernel_title, string_size); in orangefs_prepare_debugfs_help_string()
696 strlcat(new, "\t", string_size); in orangefs_prepare_debugfs_help_string()
697 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
698 result_size = strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string()
712 strlcat(debug_help_string, new, string_size); in orangefs_prepare_debugfs_help_string()
/linux-4.19.296/drivers/hid/usbhid/
Dusbmouse.c161 strlcat(mouse->name, " ", sizeof(mouse->name)); in usb_mouse_probe()
162 strlcat(mouse->name, dev->product, sizeof(mouse->name)); in usb_mouse_probe()
172 strlcat(mouse->phys, "/input0", sizeof(mouse->phys)); in usb_mouse_probe()
Dusbkbd.c313 strlcat(kbd->name, " ", sizeof(kbd->name)); in usb_kbd_probe()
314 strlcat(kbd->name, dev->product, sizeof(kbd->name)); in usb_kbd_probe()
324 strlcat(kbd->phys, "/input0", sizeof(kbd->phys)); in usb_kbd_probe()
/linux-4.19.296/fs/nfs/
Dnfsroot.c172 if (strlcat(dest, ",", destlen) > destlen) in root_nfs_cat()
175 if (strlcat(dest, src, destlen) > destlen) in root_nfs_cat()
/linux-4.19.296/drivers/char/hw_random/
Dcore.c376 strlcat(buf, rng->name, PAGE_SIZE); in hwrng_attr_available_show()
377 strlcat(buf, " ", PAGE_SIZE); in hwrng_attr_available_show()
379 strlcat(buf, "\n", PAGE_SIZE); in hwrng_attr_available_show()
/linux-4.19.296/drivers/media/common/siano/
Dsmsir.c59 strlcat(coredev->ir.phys, "/ir0", sizeof(coredev->ir.phys)); in sms_ir_init()
/linux-4.19.296/fs/reiserfs/
Dxattr_security.c90 strlcat(xattr_name, sec->name, sizeof(xattr_name)); in reiserfs_security_write()
/linux-4.19.296/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_acpi.c182 strlcat(info.type, "-client", in inv_mpu_acpi_create_mux_client()
/linux-4.19.296/lib/
Dstring.c352 size_t strlcat(char *dest, const char *src, size_t count) in strlcat() function
369 EXPORT_SYMBOL(strlcat);

12