| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | acorn.c | 43 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 D | msdos.c | 269 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 D | atari.c | 73 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 D | ibm.c | 149 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 D | amiga.c | 78 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 D | sysv68.c | 78 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 D | 0001-stdlib-Add-strlcat.patch | 4 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 D | 0002-Add-debug-prefix-map-option.patch | 23 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 D | fix-potential-signed-overflow-in-pointer-arithmatic.patch | 18 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 D | 0004-Add-options-to-configure-the-use-of-libbsd.patch | 43 - # 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 D | orangefs-debugfs.c | 630 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 D | 0001-configure.ac-skip-running-test-program-when-cross-co.patch | 27 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 D | bfa_fcs.c | 766 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 D | 0001-libreplace-disable-libbsd-support.patch | 26 - # 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 D | strlcat.c | 30 strlcat(char *dst, const char *src, size_t dsize) in strlcat() function 56 DEF_WEAK(strlcat);
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | recovery.c | 162 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 D | init.c | 56 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 D | prom.c | 55 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 D | options-0.10.0.patch | 121 - # 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 D | tdb-Add-configure-options-for-packages.patch | 121 - # 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 D | options-2.2.0.patch | 121 - # 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 D | 0002-ldb-Add-configure-options-for-packages.patch | 120 - # 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 D | qib_iba6120.c | 815 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 D | intr.c | 100 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 D | wacom_w8001.c | 458 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()
|