Searched refs:overlapping_strcpy (Results 1 – 21 of 21) sorted by relevance
/busybox-1.35.0/libbb/ |
D | safe_strncpy.c | 20 void FAST_FUNC overlapping_strcpy(char *dst, const char *src) in overlapping_strcpy() function
|
D | update_passwd.c | 206 overlapping_strcpy(list, list + member_len + 1); in update_passwd()
|
D | getopt32.c | 391 overlapping_strcpy((char*)s + 1, (char*)s + 2);
|
D | lineedit.c | 2040 overlapping_strcpy(cwd_buf + 1, after_home_user); in parse_and_put_prompt()
|
/busybox-1.35.0/shell/ |
D | cttyhack.c | 141 overlapping_strcpy(console + 5, last + 1); in cttyhack_main()
|
D | hush.c | 7230 overlapping_strcpy((char*)list, list[0]); in expand_string_to_string() 7256 overlapping_strcpy((char*)list, list[0] ? list[0] : "");
|
/busybox-1.35.0/sysklogd/ |
D | klogd.c | 260 overlapping_strcpy(log_buffer, start); in klogd_main()
|
/busybox-1.35.0/printutils/ |
D | lpr.c | 241 overlapping_strcpy(c, c+2); in lpqr_main()
|
/busybox-1.35.0/procps/ |
D | sysctl.c | 302 overlapping_strcpy(tp, token[1]); in sysctl_handle_preload_file()
|
D | nmeter.c | 896 overlapping_strcpy(cur, cur + 1); in nmeter_main() 935 overlapping_strcpy(prev + strlen(prev), cur); in nmeter_main()
|
/busybox-1.35.0/archival/libarchive/ |
D | get_header_cpio.c | 77 overlapping_strcpy(file_header->name, p); in get_header_cpio()
|
D | get_header_tar.c | 455 overlapping_strcpy(file_header->name, strip_unsafe_prefix(file_header->name)); in get_header_tar()
|
/busybox-1.35.0/libpwdgrp/ |
D | pwd_grp.c | 165 overlapping_strcpy(s, skip_whitespace(s)); in tokenize() 172 overlapping_strcpy(p, end); in tokenize()
|
/busybox-1.35.0/coreutils/ |
D | printf.c | 352 overlapping_strcpy(f, f + 1); in print_formatted()
|
/busybox-1.35.0/archival/ |
D | unzip.c | 845 overlapping_strcpy(dst_fn, strip_unsafe_prefix(dst_fn)); in unzip_main() 916 overlapping_strcpy(dst_fn, bb_basename(dst_fn)); in unzip_main()
|
/busybox-1.35.0/findutils/ |
D | xargs.c | 761 overlapping_strcpy(buf, rem); in xargs_main()
|
/busybox-1.35.0/networking/ |
D | wget.c | 382 overlapping_strcpy(scope, cp); in strip_ipv6_scope_id()
|
D | ifupdown.c | 1116 overlapping_strcpy(dst, src); in setlocalenv()
|
/busybox-1.35.0/editors/ |
D | sed.c | 1246 overlapping_strcpy(pattern_space, tmp + 1); in process_files()
|
/busybox-1.35.0/util-linux/ |
D | mount.c | 1963 overlapping_strcpy(opt, end + 1); in cut_out_ull_opt()
|
/busybox-1.35.0/include/ |
D | libbb.h | 917 void overlapping_strcpy(char *dst, const char *src) FAST_FUNC;
|