Symbol: strlcat
arch/arc/kernel/setup.c
502
strlcat(boot_command_line, " ", COMMAND_LINE_SIZE);
arch/arc/kernel/setup.c
503
strlcat(boot_command_line, uboot_arg, COMMAND_LINE_SIZE);
arch/arm/kernel/atags_parse.c
124
strlcat(default_command_line, " ", COMMAND_LINE_SIZE);
arch/arm/kernel/atags_parse.c
125
strlcat(default_command_line, tag->u.cmdline.cmdline,
arch/loongarch/kernel/setup.c
327
strlcat(boot_command_line, " ", COMMAND_LINE_SIZE);
arch/loongarch/kernel/setup.c
330
strlcat(boot_command_line, init_command_line, COMMAND_LINE_SIZE);
arch/loongarch/kernel/setup.c
341
strlcat(boot_command_line, " ", COMMAND_LINE_SIZE);
arch/loongarch/kernel/setup.c
342
strlcat(boot_command_line, CONFIG_CMDLINE, COMMAND_LINE_SIZE);
arch/mips/alchemy/common/prom.c
54
strlcat(arcs_cmdline, prom_argv[i], COMMAND_LINE_SIZE);
arch/mips/alchemy/common/prom.c
56
strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE);
arch/mips/cobalt/setup.c
108
strlcat(arcs_cmdline, argv[i], COMMAND_LINE_SIZE);
arch/mips/cobalt/setup.c
110
strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE);
arch/mips/fw/lib/cmdline.c
40
strlcat(arcs_cmdline, fw_argv(i), COMMAND_LINE_SIZE);
arch/mips/fw/lib/cmdline.c
42
strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE);
arch/mips/kernel/setup.c
524
strlcat(boot_command_line, " ", COMMAND_LINE_SIZE);
arch/mips/kernel/setup.c
526
strlcat(boot_command_line, s, max);
arch/mips/lantiq/prom.c
61
strlcat(arcs_cmdline, p, sizeof(arcs_cmdline));
arch/mips/lantiq/prom.c
62
strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline));
arch/mips/ralink/prom.c
52
strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline));
arch/mips/ralink/prom.c
53
strlcat(arcs_cmdline, p, sizeof(arcs_cmdline));
arch/parisc/kernel/setup.c
60
strlcat(p, " console=", COMMAND_LINE_SIZE);
arch/parisc/kernel/setup.c
62
strlcat(p, "ttyS0", COMMAND_LINE_SIZE);
arch/parisc/kernel/setup.c
64
strlcat(p, "tty0", COMMAND_LINE_SIZE);
arch/parisc/kernel/setup.c
69
strlcat(p, " earlycon=pdc", COMMAND_LINE_SIZE);
arch/powerpc/include/asm/text-patching.h
238
strlcat(dot_name, name, sizeof(dot_name));
arch/powerpc/include/asm/text-patching.h
242
strlcat(dot_name, name, sizeof(dot_name));
arch/riscv/kernel/pi/cmdline_early.c
35
strlcat(early_cmdline, CONFIG_CMDLINE, COMMAND_LINE_SIZE);
arch/s390/include/asm/string.h
41
size_t strlcat(char *dest, const char *src, size_t n);
arch/s390/kernel/setup.c
310
strlcat(boot_command_line, " cio_ignore=all,!ipldev,!condev", COMMAND_LINE_SIZE);
arch/s390/lib/string.c
130
EXPORT_SYMBOL(strlcat);
arch/s390/mm/extmem.c
331
strlcat(seg->res_name, " (DCSS)", sizeof(seg->res_name));
arch/sh/kernel/setup.c
307
strlcat(command_line, " ", sizeof(command_line));
arch/sh/kernel/setup.c
308
strlcat(command_line, CONFIG_CMDLINE, sizeof(command_line));
arch/um/include/shared/user.h
61
extern size_t strlcat(char *, const char *, size_t);
arch/um/os-Linux/umid.c
265
strlcat(tmp, "XXXXXX", sizeof(tmp));
arch/um/os-Linux/umid.c
46
strlcat(dir, uml_dir, sizeof(dir));
arch/um/os-Linux/umid.c
49
strlcat(dir, "/", sizeof(dir));
arch/x86/kernel/setup.c
919
strlcat(builtin_cmdline, " ", COMMAND_LINE_SIZE);
arch/x86/kernel/setup.c
920
strlcat(builtin_cmdline, boot_command_line, COMMAND_LINE_SIZE);
block/partitions/acorn.c
103
strlcat(state->pp_buf, " >\n", PAGE_SIZE);
block/partitions/acorn.c
133
strlcat(state->pp_buf, " [Linux]", PAGE_SIZE);
block/partitions/acorn.c
141
strlcat(state->pp_buf, " <", PAGE_SIZE);
block/partitions/acorn.c
151
strlcat(state->pp_buf, " >", PAGE_SIZE);
block/partitions/acorn.c
296
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/acorn.c
369
strlcat(state->pp_buf, " [ICS]", PAGE_SIZE);
block/partitions/acorn.c
403
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/acorn.c
43
strlcat(state->pp_buf, " [", PAGE_SIZE);
block/partitions/acorn.c
44
strlcat(state->pp_buf, name, PAGE_SIZE);
block/partitions/acorn.c
45
strlcat(state->pp_buf, "]", PAGE_SIZE);
block/partitions/acorn.c
463
strlcat(state->pp_buf, " [POWERTEC]", PAGE_SIZE);
block/partitions/acorn.c
474
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/acorn.c
545
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/acorn.c
81
strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE);
block/partitions/acorn.c
88
strlcat(state->pp_buf, " <", PAGE_SIZE);
block/partitions/acorn.c
97
strlcat(state->pp_buf, "(", PAGE_SIZE);
block/partitions/acorn.c
98
strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE);
block/partitions/acorn.c
99
strlcat(state->pp_buf, ")", PAGE_SIZE);
block/partitions/aix.c
193
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/aix.c
261
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/amiga.c
194
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/amiga.c
198
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/amiga.c
202
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/amiga.c
89
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/atari.c
131
strlcat(state->pp_buf, " >", PAGE_SIZE);
block/partitions/atari.c
138
strlcat(state->pp_buf, " ICD<", PAGE_SIZE);
block/partitions/atari.c
147
strlcat(state->pp_buf, " >", PAGE_SIZE);
block/partitions/atari.c
153
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/atari.c
73
strlcat(state->pp_buf, " AHDI", PAGE_SIZE);
block/partitions/atari.c
92
strlcat(state->pp_buf, " XGM<", PAGE_SIZE);
block/partitions/check.h
45
strlcat(p->pp_buf, tmp, PAGE_SIZE);
block/partitions/cmdline.c
248
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/cmdline.c
382
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/core.c
167
strlcat(state->pp_buf,
block/partitions/efi.c
754
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/ibm.c
184
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/ibm.c
222
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/ibm.c
244
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/ibm.c
261
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/ibm.c
273
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/ibm.c
295
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/ibm.c
301
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/ibm.c
317
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/ibm.c
394
strlcat(state->pp_buf, "(nonl)", PAGE_SIZE);
block/partitions/ibm.c
398
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/karma.c
56
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/ldm.c
585
strlcat(pp->pp_buf, " [LDM]", PAGE_SIZE);
block/partitions/ldm.c
600
strlcat(pp->pp_buf, "\n", PAGE_SIZE);
block/partitions/mac.c
155
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/mac.c
89
strlcat(state->pp_buf, " [mac]", PAGE_SIZE);
block/partitions/msdos.c
270
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/msdos.c
277
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/msdos.c
290
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/msdos.c
298
strlcat(state->pp_buf, " >\n", PAGE_SIZE);
block/partitions/msdos.c
373
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/msdos.c
394
strlcat(state->pp_buf, "bad subpartition - ignored\n", PAGE_SIZE);
block/partitions/msdos.c
403
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/msdos.c
405
strlcat(state->pp_buf, " >\n", PAGE_SIZE);
block/partitions/msdos.c
503
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/msdos.c
518
strlcat(state->pp_buf, " >\n", PAGE_SIZE);
block/partitions/msdos.c
552
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/msdos.c
561
strlcat(state->pp_buf, " >\n", PAGE_SIZE);
block/partitions/msdos.c
605
strlcat(state->pp_buf, " [AIX]", PAGE_SIZE);
block/partitions/msdos.c
632
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/msdos.c
681
strlcat(state->pp_buf, " <", PAGE_SIZE);
block/partitions/msdos.c
683
strlcat(state->pp_buf, " >", PAGE_SIZE);
block/partitions/msdos.c
691
strlcat(state->pp_buf, "[DM]", PAGE_SIZE);
block/partitions/msdos.c
693
strlcat(state->pp_buf, "[EZD]", PAGE_SIZE);
block/partitions/msdos.c
696
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/of.c
107
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/of.c
67
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/osf.c
84
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/sgi.c
82
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/sun.c
124
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/sysv68.c
78
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/sysv68.c
88
strlcat(state->pp_buf, tmp, PAGE_SIZE);
block/partitions/sysv68.c
92
strlcat(state->pp_buf, "\n", PAGE_SIZE);
block/partitions/ultrix.c
42
strlcat(state->pp_buf, "\n", PAGE_SIZE);
drivers/acpi/processor_idle.c
1020
strlcat(result->desc, "+", ACPI_CX_DESC_LEN);
drivers/acpi/processor_idle.c
1021
strlcat(result->desc, parent->desc, ACPI_CX_DESC_LEN);
drivers/char/hw_random/core.c
429
strlcat(buf, rng->name, PAGE_SIZE);
drivers/char/hw_random/core.c
430
strlcat(buf, " ", PAGE_SIZE);
drivers/char/hw_random/core.c
432
strlcat(buf, "none\n", PAGE_SIZE);
drivers/comedi/drivers/comedi_bond.c
259
strlcat(devpriv->name, buf,
drivers/edac/thunderx_edac.c
1130
strlcat(msg, other, OCX_MESSAGE_SIZE);
drivers/edac/thunderx_edac.c
1139
strlcat(msg, other, OCX_MESSAGE_SIZE);
drivers/edac/thunderx_edac.c
1144
strlcat(msg, other, OCX_MESSAGE_SIZE);
drivers/edac/thunderx_edac.c
1214
strlcat(msg, other, OCX_MESSAGE_SIZE);
drivers/edac/thunderx_edac.c
1892
strlcat(msg, other, L2C_MESSAGE_SIZE);
drivers/firmware/cirrus/test/cs_dsp_test_bin.c
2128
for (; strlcat(infobuf, "Waffle{Blah}\n", 512) < 512; )
drivers/firmware/cirrus/test/cs_dsp_test_wmfw.c
1747
for (; strlcat(infobuf, "Waffle{Blah}\n", 512) < 512;)
drivers/gpu/drm/display/drm_dp_mst_topology.c
2226
strlcat(proppath, temp, proppath_size);
drivers/gpu/drm/display/drm_dp_mst_topology.c
2229
strlcat(proppath, temp, proppath_size);
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
388
strlcat(engines, hwe->name, sizeof(engines));
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
389
strlcat(engines, " ", sizeof(engines));
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
392
strlcat(engines, "\n", sizeof(engines));
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
669
strlcat(help, control_cmds[n].cmd, sizeof(help));
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
670
strlcat(help, "\n", sizeof(help));
drivers/hid/hid-logitech-dj.c
852
strlcat(dj_hiddev->phys, tmpstr, sizeof(dj_hiddev->phys));
drivers/hid/usbhid/hid-core.c
1414
strlcat(hid->name, " ", sizeof(hid->name));
drivers/hid/usbhid/hid-core.c
1415
strlcat(hid->name, dev->product, sizeof(hid->name));
drivers/hid/usbhid/hid-core.c
1424
strlcat(hid->phys, "/input", sizeof(hid->phys));
drivers/hid/usbhid/usbkbd.c
301
strlcat(kbd->name, " ", sizeof(kbd->name));
drivers/hid/usbhid/usbkbd.c
302
strlcat(kbd->name, dev->product, sizeof(kbd->name));
drivers/hid/usbhid/usbkbd.c
312
strlcat(kbd->phys, "/input0", sizeof(kbd->phys));
drivers/hid/usbhid/usbmouse.c
149
strlcat(mouse->name, " ", sizeof(mouse->name));
drivers/hid/usbhid/usbmouse.c
150
strlcat(mouse->name, dev->product, sizeof(mouse->name));
drivers/hid/usbhid/usbmouse.c
160
strlcat(mouse->phys, "/input0", sizeof(mouse->phys));
drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c
163
strlcat(info.type, "-client",
drivers/input/joystick/pxrc.c
173
strlcat(pxrc->phys, "/input0", sizeof(pxrc->phys));
drivers/input/joystick/xpad.c
2090
strlcat(xpad->phys, "/input0", sizeof(xpad->phys));
drivers/input/misc/ati_remote2.c
826
strlcat(ar2->phys, "/input0", sizeof(ar2->phys));
drivers/input/misc/ati_remote2.c
828
strlcat(ar2->name, "ATI Remote Wonder II", sizeof(ar2->name));
drivers/input/misc/cm109.c
769
strlcat(dev->phys, "/input0", sizeof(dev->phys));
drivers/input/misc/ims-pcu.c
218
strlcat(buttons->phys, "/input0", sizeof(buttons->phys));
drivers/input/misc/ims-pcu.c
304
strlcat(gamepad->phys, "/input1", sizeof(gamepad->phys));
drivers/input/misc/keyspan_remote.c
492
strlcat(remote->name, " ", sizeof(remote->name));
drivers/input/misc/keyspan_remote.c
493
strlcat(remote->name, udev->product, sizeof(remote->name));
drivers/input/misc/keyspan_remote.c
503
strlcat(remote->phys, "/input0", sizeof(remote->phys));
drivers/input/misc/powermate.c
337
strlcat(pm->phys, "/input0", sizeof(pm->phys));
drivers/input/misc/yealink.c
903
strlcat(yld->phys, "/input0", sizeof(yld->phys));
drivers/input/mouse/appletouch.c
887
strlcat(dev->phys, "/input0", sizeof(dev->phys));
drivers/input/mouse/bcm5974.c
993
strlcat(dev->phys, "/input0", sizeof(dev->phys));
drivers/input/mouse/synaptics_usb.c
362
strlcat(synusb->name, " ", sizeof(synusb->name));
drivers/input/mouse/synaptics_usb.c
363
strlcat(synusb->name, udev->product, sizeof(synusb->name));
drivers/input/mouse/synaptics_usb.c
373
strlcat(synusb->name, " (Stick)", sizeof(synusb->name));
drivers/input/mouse/synaptics_usb.c
376
strlcat(synusb->phys, "/input0", sizeof(synusb->phys));
drivers/input/mouse/vsxxxaa.c
466
strlcat(mouse->name, "DEC VSXXX-AA/-GA mouse or VSXXX-AB digitizer",
drivers/input/serio/i8042-acpipnpio.h
1485
strlcat(dst, " ", dst_size);
drivers/input/serio/i8042-acpipnpio.h
1486
strlcat(dst, id->id, dst_size);
drivers/input/serio/i8042-acpipnpio.h
1504
strlcat(i8042_pnp_kbd_name, ":", sizeof(i8042_pnp_kbd_name));
drivers/input/serio/i8042-acpipnpio.h
1505
strlcat(i8042_pnp_kbd_name, pnp_dev_name(dev), sizeof(i8042_pnp_kbd_name));
drivers/input/serio/i8042-acpipnpio.h
1531
strlcat(i8042_pnp_aux_name, ":", sizeof(i8042_pnp_aux_name));
drivers/input/serio/i8042-acpipnpio.h
1532
strlcat(i8042_pnp_aux_name, pnp_dev_name(dev), sizeof(i8042_pnp_aux_name));
drivers/input/tablet/acecad.c
159
strlcat(acecad->name, " ", sizeof(acecad->name));
drivers/input/tablet/acecad.c
160
strlcat(acecad->name, dev->product, sizeof(acecad->name));
drivers/input/tablet/acecad.c
164
strlcat(acecad->phys, "/input0", sizeof(acecad->phys));
drivers/input/tablet/aiptek.c
1737
strlcat(aiptek->features.usbPath, "/input0",
drivers/input/tablet/hanwang.c
354
strlcat(hanwang->phys, "/input0", sizeof(hanwang->phys));
drivers/input/tablet/kbtab.c
141
strlcat(kbtab->phys, "/input0", sizeof(kbtab->phys));
drivers/input/tablet/pegasus_notetaker.c
350
strlcat(pegasus->name, " ", sizeof(pegasus->name));
drivers/input/tablet/pegasus_notetaker.c
351
strlcat(pegasus->name, dev->product, sizeof(pegasus->name));
drivers/input/tablet/pegasus_notetaker.c
361
strlcat(pegasus->phys, "/input0", sizeof(pegasus->phys));
drivers/input/touchscreen/sur40.c
694
strlcat(sur40->phys, "/input0", sizeof(sur40->phys));
drivers/input/touchscreen/usbtouchscreen.c
1511
strlcat(usbtouch->name, " ", sizeof(usbtouch->name));
drivers/input/touchscreen/usbtouchscreen.c
1512
strlcat(usbtouch->name, udev->product, sizeof(usbtouch->name));
drivers/input/touchscreen/usbtouchscreen.c
1522
strlcat(usbtouch->phys, "/input0", sizeof(usbtouch->phys));
drivers/input/touchscreen/wacom_w8001.c
456
strlcat(basename, " Penabled", basename_sz);
drivers/input/touchscreen/wacom_w8001.c
506
strlcat(basename, " 1FG", basename_sz);
drivers/input/touchscreen/wacom_w8001.c
513
strlcat(basename, " 1FG", basename_sz);
drivers/input/touchscreen/wacom_w8001.c
537
strlcat(basename, " 2FG", basename_sz);
drivers/input/touchscreen/wacom_w8001.c
545
strlcat(basename, " Touchscreen", basename_sz);
drivers/media/cec/usb/rainshadow/rainshadow-cec.c
293
strlcat(cmd, hex, sizeof(cmd));
drivers/media/common/siano/smsir.c
59
strlcat(coredev->ir.phys, "/ir0", sizeof(coredev->ir.phys));
drivers/media/dvb-frontends/drxk_hard.c
6204
strlcat(state->frontend.ops.info.name, " DVB-C",
drivers/media/dvb-frontends/drxk_hard.c
6209
strlcat(state->frontend.ops.info.name, " DVB-T",
drivers/media/dvb-frontends/si2165.c
1246
strlcat(state->fe.ops.info.name, chip_name,
drivers/media/dvb-frontends/si2165.c
1252
strlcat(state->fe.ops.info.name, " DVB-T",
drivers/media/dvb-frontends/si2165.c
1257
strlcat(state->fe.ops.info.name, " DVB-C",
drivers/media/platform/verisilicon/hantro_drv.c
908
strlcat(vfd->name, funcid == MEDIA_ENT_F_PROC_VIDEO_ENCODER ?
drivers/media/radio/radio-tea5777.c
261
strlcat(v->card, " TEA5777", sizeof(v->card));
drivers/media/radio/tea575x.c
227
strlcat(v->card, tea->tea5759 ? " TEA5759" : " TEA5757", sizeof(v->card));
drivers/media/rc/ati_remote.c
861
strlcat(ati_remote->rc_phys, "/input0", sizeof(ati_remote->rc_phys));
drivers/media/rc/ati_remote.c
862
strlcat(ati_remote->mouse_phys, "/input1", sizeof(ati_remote->mouse_phys));
drivers/media/rc/imon.c
1990
strlcat(ictx->phys_rdev, "/input0", sizeof(ictx->phys_rdev));
drivers/media/rc/imon.c
2054
strlcat(ictx->phys_idev, "/input1", sizeof(ictx->phys_idev));
drivers/media/rc/imon.c
2103
strlcat(ictx->phys_touch, "/input2", sizeof(ictx->phys_touch));
drivers/media/rc/streamzap.c
245
strlcat(sz->phys, "/input0", sizeof(sz->phys));
drivers/media/rc/xbox_remote.c
232
strlcat(xbox_remote->rc_phys, "/input0", sizeof(xbox_remote->rc_phys));
drivers/media/usb/au0828/au0828-input.c
322
strlcat(ir->phys, "/input0", sizeof(ir->phys));
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
146
strlcat(d->rc_phys, "/ir0", sizeof(d->rc_phys));
drivers/media/usb/dvb-usb-v2/lmedm04.c
958
strlcat(name, fe_name[st->tuner_config], 128);
drivers/media/usb/dvb-usb/dvb-usb-remote.c
328
strlcat(d->rc_phys, "/ir0", sizeof(d->rc_phys));
drivers/media/usb/em28xx/em28xx-input.c
588
strlcat(dev->snapshot_button_path, "/sbutton",
drivers/media/usb/em28xx/em28xx-input.c
811
strlcat(ir->phys, "/input0", sizeof(ir->phys));
drivers/media/usb/gspca/gspca.c
129
strlcat(dev->phys, "/input0", sizeof(dev->phys));
drivers/media/usb/pwc/pwc-if.c
1136
strlcat(pdev->button_phys, "/input0", sizeof(pdev->button_phys));
drivers/media/usb/ttusb-dec/ttusb_dec.c
1215
strlcat(dec->rc_phys, "/input0", sizeof(dec->rc_phys));
drivers/media/usb/uvc/uvc_driver.c
2240
strlcat(dev->name, ": ", sizeof(dev->name));
drivers/media/usb/uvc/uvc_status.c
55
strlcat(dev->input_phys, "/button", sizeof(dev->input_phys));
drivers/net/dsa/microchip/ksz_dcb.c
416
strlcat(supported_apptrust_variants, ", ",
drivers/net/dsa/microchip/ksz_dcb.c
418
strlcat(supported_apptrust_variants,
drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c
238
strlcat(drvinfo->driver, AQ_CFG_DRV_NAME, sizeof(drvinfo->driver));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
1136
strlcat(info->fw_version, version, sizeof(info->fw_version));
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
197
strlcat(tlsdev->name, cdev->lldi->ports[0]->name,
drivers/net/ethernet/intel/i40e/i40e.h
1069
strlcat(buf, ver, len);
drivers/net/ethernet/intel/i40e/i40e.h
1074
strlcat(buf, ver, len);
drivers/net/wireless/ath/ath10k/wmi.c
4784
strlcat(tpc_value, buff, sizeof(tpc_value));
drivers/net/wireless/ath/ath10k/wmi.c
5138
strlcat(tpc_value, buff, sizeof(tpc_value));
drivers/net/wireless/ath/wil6210/wmi.c
3167
strlcat(string, " UNKNOWN", str_size);
drivers/net/wireless/ath/wil6210/wmi.c
3172
strlcat(string, " HOST", str_size);
drivers/net/wireless/ath/wil6210/wmi.c
3175
strlcat(string, " UCAST_RX", str_size);
drivers/net/wireless/ath/wil6210/wmi.c
3178
strlcat(string, " BCAST_RX", str_size);
drivers/net/wireless/ath/wil6210/wmi.c
3181
strlcat(string, " WMI_EVT", str_size);
drivers/net/wireless/ath/wil6210/wmi.c
3184
strlcat(string, " DISCONNECT", str_size);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c
851
strlcat(fwnames[j].path, "/",
drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c
855
strlcat(fwnames[j].path, mapping_table[i].fw_base,
drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c
857
strlcat(fwnames[j].path, fwnames[j].extension,
drivers/of/fdt.c
1126
strlcat(cmdline, " ", COMMAND_LINE_SIZE);
drivers/of/fdt.c
1127
strlcat(cmdline, CONFIG_CMDLINE, COMMAND_LINE_SIZE);
drivers/pinctrl/samsung/pinctrl-samsung.c
1159
len = strlcat(node_name, suffix, sizeof(node_name));
drivers/scsi/bfa/bfa_fcs.c
766
strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR,
drivers/scsi/bfa/bfa_fcs.c
770
strlcat(port_cfg->sym_name.symname, driver_info->version,
drivers/scsi/bfa/bfa_fcs.c
772
strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR,
drivers/scsi/bfa/bfa_fcs.c
776
strlcat(port_cfg->sym_name.symname,
drivers/scsi/bfa/bfa_fcs.c
779
strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR,
drivers/scsi/bfa/bfa_fcs.c
788
strlcat(port_cfg->sym_name.symname,
drivers/scsi/bfa/bfa_fcs.c
791
strlcat(port_cfg->sym_name.symname,
drivers/scsi/bfa/bfa_fcs.c
795
strlcat(port_cfg->sym_name.symname,
drivers/scsi/bfa/bfa_fcs.c
798
strlcat(port_cfg->sym_name.symname,
drivers/scsi/bfa/bfa_fcs.c
803
strlcat(port_cfg->sym_name.symname,
drivers/scsi/bfa/bfa_fcs.c
827
strlcat(port_cfg->node_sym_name.symname,
drivers/scsi/bfa/bfa_fcs.c
832
strlcat(port_cfg->node_sym_name.symname, (char *)driver_info->version,
drivers/scsi/bfa/bfa_fcs.c
834
strlcat(port_cfg->node_sym_name.symname,
drivers/scsi/bfa/bfa_fcs.c
839
strlcat(port_cfg->node_sym_name.symname,
drivers/scsi/bfa/bfa_fcs.c
842
strlcat(port_cfg->node_sym_name.symname,
drivers/scsi/bfa/bfa_fcs_lport.c
2610
strlcat(hba_attr->os_name, BFA_FCS_PORT_SYMBNAME_SEPARATOR,
drivers/scsi/bfa/bfa_fcs_lport.c
2612
strlcat(hba_attr->os_name, driver_info->host_os_patch,
drivers/scsi/bfa/bfa_fcs_lport.c
4597
strlcat(symbl, (char *)&(bfa_fcs_lport_get_psym_name(port)),
drivers/scsi/bfa/bfa_fcs_lport.c
5123
strlcat(symbl,
drivers/scsi/lpfc/lpfc_attr.c
141
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
161
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
182
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
199
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
220
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
237
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
254
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
269
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
278
strlcat(buf, tmp, PAGE_SIZE);
drivers/scsi/lpfc/lpfc_attr.c
504
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
514
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
517
if (strlcat(buf, "\nNVME Target: Statistics\n", PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
527
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
536
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
545
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
553
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
563
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
572
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
584
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
592
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
600
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
607
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
616
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
624
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
639
strlcat(buf, tmp, PAGE_SIZE);
drivers/scsi/lpfc/lpfc_attr.c
651
if (strlcat(buf, "\nNVME Initiator Enabled\n", PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
660
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
676
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
705
if (strlcat(buf, "NVME RPORT ", PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
708
if (strlcat(buf, " ", PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
714
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
719
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
724
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
729
if (strlcat(buf, "INITIATOR ", PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
733
if (strlcat(buf, "TARGET ", PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
737
if (strlcat(buf, "DISCSRVC ", PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
745
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
750
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
758
if (strlcat(buf, "\nNVME Statistics\n", PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
766
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
774
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
792
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
804
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
811
strlcat(buf, tmp, PAGE_SIZE);
drivers/scsi/lpfc/lpfc_attr.c
868
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
873
if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
drivers/scsi/lpfc/lpfc_attr.c
878
strlcat(buf, tmp, PAGE_SIZE);
drivers/scsi/lpfc/lpfc_ct.c
1831
if (strlcat(symbol, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_ct.c
1836
if (strlcat(symbol, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_ct.c
1840
if (strlcat(symbol, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_ct.c
1844
if (strlcat(symbol, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_ct.c
1849
strlcat(symbol, tmp, size);
drivers/scsi/lpfc/lpfc_debugfs.c
1285
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1290
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1295
strlcat(buf, tmp, size);
drivers/scsi/lpfc/lpfc_debugfs.c
1710
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1717
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1723
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1727
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1750
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1760
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1768
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1774
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1784
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1791
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
1797
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
489
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
506
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
516
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
521
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
539
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
550
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
558
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_debugfs.c
563
if (strlcat(buf, tmp, size) >= size)
drivers/scsi/lpfc/lpfc_scsi.c
5113
if (strlcat(lpfcinfobuf, tmp, sizeof(lpfcinfobuf)) >=
drivers/scsi/lpfc/lpfc_scsi.c
5122
if (strlcat(lpfcinfobuf, tmp, sizeof(lpfcinfobuf)) >=
drivers/scsi/lpfc/lpfc_scsi.c
5129
if (strlcat(lpfcinfobuf, tmp, sizeof(lpfcinfobuf)) >=
drivers/scsi/lpfc/lpfc_scsi.c
5139
if (strlcat(lpfcinfobuf, tmp, sizeof(lpfcinfobuf)) >=
drivers/scsi/lpfc/lpfc_scsi.c
5146
if (strlcat(lpfcinfobuf, tmp, sizeof(lpfcinfobuf)) >=
drivers/scsi/lpfc/lpfc_scsi.c
5153
strlcat(lpfcinfobuf, tmp, sizeof(lpfcinfobuf));
drivers/scsi/lpfc/lpfc_sli.c
8176
strlcat(buf, tmp, buf_len);
drivers/target/iscsi/iscsi_target_tpg.c
627
strlcat(buf1, "," NONE, sizeof(buf1));
drivers/usb/atm/ueagle-atm.c
1576
strlcat(cmv_name, file, UEA_FW_NAME_MAX);
drivers/usb/atm/ueagle-atm.c
1578
strlcat(cmv_name, ".v2", UEA_FW_NAME_MAX);
drivers/usb/storage/onetouch.c
208
strlcat(onetouch->name, " ", sizeof(onetouch->name));
drivers/usb/storage/onetouch.c
209
strlcat(onetouch->name, udev->product, sizeof(onetouch->name));
drivers/usb/storage/onetouch.c
219
strlcat(onetouch->phys, "/input0", sizeof(onetouch->phys));
drivers/video/fbdev/aty/aty128fb.c
1914
strlcat(video_card, r128_family[ent->driver_data],
fs/nfs/flexfilelayout/flexfilelayout.c
2781
len = strlcat(addrbuf, portbuf, sizeof(addrbuf));
fs/nfs/nfsroot.c
178
if (strlcat(dest, ",", destlen) >= destlen)
fs/nfs/nfsroot.c
181
if (strlcat(dest, src, destlen) >= destlen)
fs/orangefs/orangefs-debugfs.c
655
strlcat(new, client_title, string_size);
fs/orangefs/orangefs-debugfs.c
671
strlcat(new, "\t", string_size);
fs/orangefs/orangefs-debugfs.c
672
strlcat(new, cdm_array[i].keyword, string_size);
fs/orangefs/orangefs-debugfs.c
673
strlcat(new, "\n", string_size);
fs/orangefs/orangefs-debugfs.c
677
strlcat(new, "\n", string_size);
fs/orangefs/orangefs-debugfs.c
678
strlcat(new, kernel_title, string_size);
fs/orangefs/orangefs-debugfs.c
681
strlcat(new, "\t", string_size);
fs/orangefs/orangefs-debugfs.c
682
strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size);
fs/orangefs/orangefs-debugfs.c
683
result_size = strlcat(new, "\n", string_size);
fs/orangefs/orangefs-debugfs.c
697
strlcat(debug_help_string, new, string_size);
fs/smb/client/dfs_cache.c
1089
strlcat(ppath, dfsref_ppath, len);
include/linux/fortify-string.h
33
macro(strlcat), \
include/linux/fortify-string.h
331
extern size_t __real_strlcat(char *p, const char *q, size_t avail) __RENAME(strlcat);
include/linux/fortify-string.h
357
size_t strlcat(char * const POS p, const char * const POS q, size_t avail)
include/linux/fortify-string.h
414
const size_t wanted = strlcat(p, q, p_size);
include/linux/string.h
158
extern size_t strlcat(char *, const char *, __kernel_size_t);
init/main.c
1392
strlcat(msgbuf, "disabled interrupts ", sizeof(msgbuf));
kernel/trace/trace_events.c
4497
strlcat(bootup_event_buf, ",", COMMAND_LINE_SIZE);
kernel/trace/trace_events.c
4499
strlcat(bootup_event_buf, str, COMMAND_LINE_SIZE);
lib/kunit/string-stream.c
129
strlcat(buf, frag_container->fragment, buf_len);
lib/kunit/string-stream.c
77
result_len = strlcat(frag_container->fragment, "\n", buf_len);
lib/string.c
269
EXPORT_SYMBOL(strlcat);
lib/tests/fortify_kunit.c
802
KUNIT_ASSERT_EQ(test, strlcat(pad.buf, src, len), partial);
lib/tests/fortify_kunit.c
806
KUNIT_ASSERT_EQ(test, strlcat(pad.buf, src, len), partial * 2);
lib/tests/fortify_kunit.c
815
KUNIT_ASSERT_EQ(test, strlcat(pad.buf, "Q", len), partial * 2 + 1);
lib/tests/fortify_kunit.c
824
KUNIT_ASSERT_EQ(test, strlcat(pad.buf, "V", len * 2), len);
lib/tests/fortify_kunit.c
834
KUNIT_ASSERT_EQ(test, strlcat(pad.buf, "QQ", len * 2), len + 1);
lib/tests/fortify_kunit.c
845
KUNIT_ASSERT_EQ(test, strlcat(pad.buf, "TT", len * 2), len + 2);
lib/tests/fortify_kunit.c
858
KUNIT_ASSERT_EQ(test, strlcat(pad.buf, src, len * 3), len - 1 + sizeof(src));
lib/tests/string_kunit.c
504
KUNIT_EXPECT_EQ(test, strlcat(dest, "", len), 0);
lib/tests/string_kunit.c
507
KUNIT_EXPECT_EQ(test, strlcat(dest, "four", 1 + unconst), 4);
lib/tests/string_kunit.c
511
KUNIT_EXPECT_EQ(test, strlcat(dest, "four", len), 4);
lib/tests/string_kunit.c
514
KUNIT_EXPECT_EQ(test, strlcat(dest, "AB", len), 6);
lib/tests/string_kunit.c
517
KUNIT_EXPECT_EQ(test, strlcat(dest, "CD", 7 + unconst), 8);
lib/tests/string_kunit.c
520
KUNIT_EXPECT_EQ(test, strlcat(dest, "EFG", len), 9);
lib/tests/string_kunit.c
523
KUNIT_EXPECT_EQ(test, strlcat(dest, "1234", len), 11);
net/devlink/dev.c
1211
strlcat(buf, nla_data(kv), len);
net/devlink/dev.c
1212
strlcat(buf, " ", len);
net/netfilter/x_tables.c
1857
strlcat(buf, FORMAT_TABLES, sizeof(buf));
net/netfilter/x_tables.c
1867
strlcat(buf, FORMAT_MATCHES, sizeof(buf));
net/netfilter/x_tables.c
1877
strlcat(buf, FORMAT_TARGETS, sizeof(buf));
net/netfilter/x_tables.c
1892
strlcat(buf, FORMAT_MATCHES, sizeof(buf));
net/netfilter/x_tables.c
1897
strlcat(buf, FORMAT_TABLES, sizeof(buf));
net/netfilter/x_tables.c
1911
strlcat(buf, FORMAT_TABLES, sizeof(buf));
net/netfilter/x_tables.c
1915
strlcat(buf, FORMAT_TARGETS, sizeof(buf));
net/netfilter/x_tables.c
1919
strlcat(buf, FORMAT_MATCHES, sizeof(buf));
net/sunrpc/addr.c
290
if (strlcat(addrbuf, portbuf, sizeof(addrbuf)) >= sizeof(addrbuf))
security/selinux/ima.c
40
rc = strlcat(buf, selinux_initialized() ? on : off, buf_len);
security/selinux/ima.c
43
rc = strlcat(buf, "enforcing", buf_len);
security/selinux/ima.c
46
rc = strlcat(buf, enforcing_enabled() ? on : off, buf_len);
security/selinux/ima.c
49
rc = strlcat(buf, "checkreqprot", buf_len);
security/selinux/ima.c
52
rc = strlcat(buf, checkreqprot_get() ? on : off, buf_len);
security/selinux/ima.c
56
rc = strlcat(buf, selinux_policycap_names[i], buf_len);
security/selinux/ima.c
59
rc = strlcat(buf, selinux_state.policycap[i] ? on : off,
sound/core/jack.c
259
strlcat(buf, " ", buf_size);
sound/core/jack.c
260
strlcat(buf, jack_events_name[i], buf_size);
sound/core/jack.c
262
strlcat(buf, "\n", buf_size);
sound/core/ump.c
601
strlcat(group->name, ", ", sizeof(group->name));
sound/hda/codecs/generic.c
2718
strlcat(name, " Jack Mode", name_len);
sound/hda/codecs/generic.c
5698
strlcat(str, sfx, len);
sound/pci/ac97/ac97_codec.c
1853
strlcat(name, " ", maxlen);
sound/pci/ac97/ac97_codec.c
1854
strlcat(name, pid->name, maxlen);
sound/pci/cmipci.c
2981
strlcat(cm->card->driver, "-SWIEC", sizeof(cm->card->driver));
sound/usb/caiaq/input.c
598
strlcat(cdev->phys, "/input0", sizeof(cdev->phys));
sound/usb/card.c
683
strlcat(card->longname, " ", sizeof(card->longname));
sound/usb/card.c
686
strlcat(card->longname, card->shortname, sizeof(card->longname));
sound/usb/card.c
688
len = strlcat(card->longname, " at ", sizeof(card->longname));
sound/usb/card.c
695
strlcat(card->longname, ", low speed", sizeof(card->longname));
sound/usb/card.c
698
strlcat(card->longname, ", full speed", sizeof(card->longname));
sound/usb/card.c
701
strlcat(card->longname, ", high speed", sizeof(card->longname));
sound/usb/card.c
704
strlcat(card->longname, ", super speed", sizeof(card->longname));
sound/usb/card.c
707
strlcat(card->longname, ", super speed plus", sizeof(card->longname));
sound/usb/hiface/chip.c
73
strlcat(card->longname, card->shortname, sizeof(card->longname));
sound/usb/hiface/chip.c
74
len = strlcat(card->longname, " at ", sizeof(card->longname));
sound/usb/mixer.c
1621
return strlcat(kctl->id.name, str, sizeof(kctl->id.name));
sound/usb/mixer.c
1870
strlcat(name, " - Input Jack", name_size);
sound/usb/mixer.c
1872
strlcat(name, " - Output Jack", name_size);
sound/usb/mixer.c
1932
strlcat(kctl->id.name, " Jack", sizeof(kctl->id.name));
tools/testing/selftests/nolibc/nolibc-test.c
1546
CASE_TEST(strlcat_0); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 0), buf, 3, "test"); break;
tools/testing/selftests/nolibc/nolibc-test.c
1547
CASE_TEST(strlcat_1); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 1), buf, 4, "test"); break;
tools/testing/selftests/nolibc/nolibc-test.c
1548
CASE_TEST(strlcat_5); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 5), buf, 7, "test"); break;
tools/testing/selftests/nolibc/nolibc-test.c
1549
CASE_TEST(strlcat_6); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 6), buf, 7, "testb"); break;
tools/testing/selftests/nolibc/nolibc-test.c
1550
CASE_TEST(strlcat_7); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 7), buf, 7, "testba"); break;
tools/testing/selftests/nolibc/nolibc-test.c
1551
CASE_TEST(strlcat_8); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 8), buf, 7, "testbar"); break;