Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/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()
81 strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE); in riscix_partition()
88 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition()
97 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition()
98 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition()
99 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition()
103 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in riscix_partition()
133 strlcat(state->pp_buf, " [Linux]", PAGE_SIZE); in linux_partition()
[all …]
H A Dmsdos.c269 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
276 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
289 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86()
297 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_solaris_x86()
372 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd()
393 strlcat(state->pp_buf, "bad subpartition - ignored\n", PAGE_SIZE); in parse_bsd()
402 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd()
404 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_bsd()
502 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware()
517 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_unixware()
[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()
148 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition()
154 strlcat(state->pp_buf, "\n", PAGE_SIZE); in atari_partition()
H A 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()
355 strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); in ibm_partition()
359 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ibm_partition()
H A Damiga.c78 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition()
127 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, "\n", PAGE_SIZE); in amiga_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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/
H A D0001-stdlib-Add-strlcat.patch4 Subject: [PATCH] stdlib: Add strlcat
6 Adds strlcat which can be used to safely concatenate strings
15 stdlib/strlcat.c | 43 +++++++++++++++++++++++++++++++++++++++++++
17 create mode 100644 stdlib/strlcat.c
28 + stdlib/strnlen.$(O) stdlib/strrchrnul.$(O) stdlib/strlcat.$(O) \
40 +AC_CHECK_FUNCS([strlcat])
48 +AC_CHECK_DECLS(strlcat)
61 +size_t strlcat(char *, const char *, size_t);
67 diff --git a/stdlib/strlcat.c b/stdlib/strlcat.c
71 +++ b/stdlib/strlcat.c
[all …]
H A D0002-Add-debug-prefix-map-option.patch23 stdlib/strlcat.c | 2 +-
151 + strlcat(dest, &in[n], len);
241 diff --git a/stdlib/strlcat.c b/stdlib/strlcat.c
243 --- a/stdlib/strlcat.c
244 +++ b/stdlib/strlcat.c
245 @@ -29,7 +29,7 @@ size_t strlcat(char *dest, const char *src, size_t size)
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/
H A Dfix-potential-signed-overflow-in-pointer-arithmatic.patch18 openbsd-compat/strlcat.c | 10 +++++++---
23 diff --git a/openbsd-compat/strlcat.c b/openbsd-compat/strlcat.c
25 --- a/openbsd-compat/strlcat.c
26 +++ b/openbsd-compat/strlcat.c
35 @@ -42,7 +43,7 @@ strlcat(char *dst, const char *src, size_t siz)
44 @@ -55,8 +56,11 @@ strlcat(char *dst, const char *src, size_t siz)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0004-Add-options-to-configure-the-use-of-libbsd.patch43 - # libbsd on some platforms provides strlcpy and strlcat
44 - if not conf.CHECK_FUNCS('strlcpy strlcat'):
45 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
58 + # libbsd on some platforms provides strlcpy and strlcat
59 + if not conf.CHECK_FUNCS('strlcpy strlcat'):
60 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dorangefs-debugfs.c630 strlcat(new, client_title, string_size); in orangefs_prepare_debugfs_help_string()
646 strlcat(new, "\t", string_size); in orangefs_prepare_debugfs_help_string()
647 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
648 strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string()
652 strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string()
653 strlcat(new, kernel_title, string_size); in orangefs_prepare_debugfs_help_string()
656 strlcat(new, "\t", string_size); in orangefs_prepare_debugfs_help_string()
657 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
658 result_size = strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string()
672 strlcat(debug_help_string, new, string_size); in orangefs_prepare_debugfs_help_string()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/icewm/icewm/
H A D0001-configure.ac-skip-running-test-program-when-cross-co.patch27 AC_MSG_CHECKING([for strlcat])
31 if (strlcat(a, "yes", 4) != 5)
34 [Define to 1 if you have the strlcat function.])
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_fcs.c766 strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR, in bfa_fcs_fabric_psymb_init()
770 strlcat(port_cfg->sym_name.symname, driver_info->version, in bfa_fcs_fabric_psymb_init()
772 strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR, in bfa_fcs_fabric_psymb_init()
776 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init()
779 strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR, 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()
[all …]
/OK3568_Linux_fs/buildroot/package/samba4/
H A D0001-libreplace-disable-libbsd-support.patch26 - # libbsd on some platforms provides strlcpy and strlcat
27 - if not conf.CHECK_FUNCS('strlcpy strlcat'):
28 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dstrlcat.c30 strlcat(char *dst, const char *src, size_t dsize) in strlcat() function
56 DEF_WEAK(strlcat);
/OK3568_Linux_fs/external/recovery/
H A Drecovery.c162 extern size_t strlcat(char *dst, const char *src, size_t dsize);
276 strlcat(boot.recovery, (*argv)[i], sizeof(boot.recovery)); in get_args()
277 strlcat(boot.recovery, "\n", sizeof(boot.recovery)); in get_args()
629 strlcat(new_path, "/", PATH_MAX); in sdcard_directory()
630 strlcat(new_path, item, PATH_MAX); in sdcard_directory()
639 strlcat(new_path, "/", PATH_MAX); in sdcard_directory()
640 strlcat(new_path, item, PATH_MAX); in sdcard_directory()
942 strlcat(imageFile, "/sdupdate.img", sizeof(imageFile)); in main()
955 strlcat(imageFile, "/sdupdate.img", sizeof(imageFile)); in main()
983 strlcat(modified_path, update_package + 6, len); in main()
/OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/
H A Dinit.c56 strlcat(arcs_cmdline, argv[i], COMMAND_LINE_SIZE); in prom_init()
58 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init()
/OK3568_Linux_fs/kernel/arch/mips/ralink/
H A Dprom.c55 strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline)); in prom_init_cmdline()
56 strlcat(arcs_cmdline, p, sizeof(arcs_cmdline)); in prom_init_cmdline()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A Doptions-0.10.0.patch121 - # libbsd on some platforms provides strlcpy and strlcat
122 - if not conf.CHECK_FUNCS('strlcpy strlcat'):
123 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
136 + # libbsd on some platforms provides strlcpy and strlcat
137 + if not conf.CHECK_FUNCS('strlcpy strlcat'):
138 + conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/
H A Dtdb-Add-configure-options-for-packages.patch121 - # libbsd on some platforms provides strlcpy and strlcat
122 - if not conf.CHECK_FUNCS('strlcpy strlcat'):
123 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
136 + # libbsd on some platforms provides strlcpy and strlcat
137 + if not conf.CHECK_FUNCS('strlcpy strlcat'):
138 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A Doptions-2.2.0.patch121 - # libbsd on some platforms provides strlcpy and strlcat
122 - if not conf.CHECK_FUNCS('strlcpy strlcat'):
123 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
136 + # libbsd on some platforms provides strlcpy and strlcat
137 + if not conf.CHECK_FUNCS('strlcpy strlcat'):
138 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0002-ldb-Add-configure-options-for-packages.patch120 - # libbsd on some platforms provides strlcpy and strlcat
121 - if not conf.CHECK_FUNCS('strlcpy strlcat'):
122 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
135 + # libbsd on some platforms provides strlcpy and strlcat
136 + if not conf.CHECK_FUNCS('strlcpy strlcat'):
137 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h',
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c815 strlcat(msg, in qib_handle_6120_hwerrors()
834 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors()
842 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors()
900 strlcat(buf, "CRC ", blen); in qib_decode_6120_err()
905 strlcat(buf, "rhdrlen ", blen); in qib_decode_6120_err()
907 strlcat(buf, "rbadtid ", blen); in qib_decode_6120_err()
909 strlcat(buf, "rbadversion ", blen); in qib_decode_6120_err()
911 strlcat(buf, "rhdr ", blen); in qib_decode_6120_err()
913 strlcat(buf, "rlongpktlen ", blen); in qib_decode_6120_err()
915 strlcat(buf, "rmaxpktlen ", blen); in qib_decode_6120_err()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dintr.c100 strlcat(msg, "[", msgl); in format_hwmsg()
101 strlcat(msg, hwmsg, msgl); in format_hwmsg()
102 strlcat(msg, "]", msgl); in format_hwmsg()
/OK3568_Linux_fs/kernel/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()

12345678