Home
last modified time | relevance | path

Searched refs:overlapping_strcpy (Results 1 – 21 of 21) sorted by relevance

/busybox-1.35.0/libbb/
Dsafe_strncpy.c20 void FAST_FUNC overlapping_strcpy(char *dst, const char *src) in overlapping_strcpy() function
Dupdate_passwd.c206 overlapping_strcpy(list, list + member_len + 1); in update_passwd()
Dgetopt32.c391 overlapping_strcpy((char*)s + 1, (char*)s + 2);
Dlineedit.c2040 overlapping_strcpy(cwd_buf + 1, after_home_user); in parse_and_put_prompt()
/busybox-1.35.0/shell/
Dcttyhack.c141 overlapping_strcpy(console + 5, last + 1); in cttyhack_main()
Dhush.c7230 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/
Dklogd.c260 overlapping_strcpy(log_buffer, start); in klogd_main()
/busybox-1.35.0/printutils/
Dlpr.c241 overlapping_strcpy(c, c+2); in lpqr_main()
/busybox-1.35.0/procps/
Dsysctl.c302 overlapping_strcpy(tp, token[1]); in sysctl_handle_preload_file()
Dnmeter.c896 overlapping_strcpy(cur, cur + 1); in nmeter_main()
935 overlapping_strcpy(prev + strlen(prev), cur); in nmeter_main()
/busybox-1.35.0/archival/libarchive/
Dget_header_cpio.c77 overlapping_strcpy(file_header->name, p); in get_header_cpio()
Dget_header_tar.c455 overlapping_strcpy(file_header->name, strip_unsafe_prefix(file_header->name)); in get_header_tar()
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c165 overlapping_strcpy(s, skip_whitespace(s)); in tokenize()
172 overlapping_strcpy(p, end); in tokenize()
/busybox-1.35.0/coreutils/
Dprintf.c352 overlapping_strcpy(f, f + 1); in print_formatted()
/busybox-1.35.0/archival/
Dunzip.c845 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/
Dxargs.c761 overlapping_strcpy(buf, rem); in xargs_main()
/busybox-1.35.0/networking/
Dwget.c382 overlapping_strcpy(scope, cp); in strip_ipv6_scope_id()
Difupdown.c1116 overlapping_strcpy(dst, src); in setlocalenv()
/busybox-1.35.0/editors/
Dsed.c1246 overlapping_strcpy(pattern_space, tmp + 1); in process_files()
/busybox-1.35.0/util-linux/
Dmount.c1963 overlapping_strcpy(opt, end + 1); in cut_out_ull_opt()
/busybox-1.35.0/include/
Dlibbb.h917 void overlapping_strcpy(char *dst, const char *src) FAST_FUNC;