/busybox-1.35.0/libbb/ |
D | copy_file.c | 26 static int ask_and_unlink(const char *dest, int flags) in ask_and_unlink() 80 int FAST_FUNC copy_file(const char *source, const char *dest, int flags) in copy_file()
|
D | unicode.c | 133 size_t FAST_FUNC wcstombs(char *dest, const wchar_t *src, size_t n) in wcstombs() 226 size_t FAST_FUNC mbstowcs(wchar_t *dest, const char *src, size_t n) in mbstowcs()
|
/busybox-1.35.0/coreutils/ |
D | cp.c | 119 const char *dest; in cp_main() local
|
D | mv.c | 47 const char *dest; in mv_main() local
|
D | install.c | 202 char *dest; in install_main() local
|
/busybox-1.35.0/archival/libarchive/bz/ |
D | bzlib.c | 384 int BZ2_bzBuffToBuffCompress(char* dest, in BZ2_bzBuffToBuffCompress()
|
/busybox-1.35.0/shell/ |
D | hush.c | 4737 static int add_till_single_quote(o_string *dest, struct in_str *input) in add_till_single_quote() 4750 static int add_till_single_quote_dquoted(o_string *dest, struct in_str *input) in add_till_single_quote_dquoted() 4765 static int add_till_double_quote(o_string *dest, struct in_str *input) in add_till_double_quote() 4803 static int add_till_backquote(o_string *dest, struct in_str *input, int in_dquote) in add_till_backquote() 4845 static int add_till_closing_bracket(o_string *dest, struct in_str *input, unsigned end_ch) in add_till_closing_bracket() 4932 #define parse_dollar_squote(as_string, dest, input) \ argument 4936 static int parse_dollar_squote(o_string *as_string, o_string *dest, struct in_str *input) in parse_dollar_squote() 5021 # define parse_dollar_squote(as_string, dest, input) 0 argument 5026 #define parse_dollar(as_string, dest, input, quote_mask) \ argument 5031 o_string *dest, in parse_dollar() [all …]
|
D | ash.c | 754 newline_and_flush(FILE *dest) in newline_and_flush() 2896 docd(const char *dest, int flags) in docd() 2922 const char *dest; in cdcmd() local 6664 char *dest; variable
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | xz_dec_bcj.c | 100 uint32_t dest; in bcj_x86() local
|
D | xz_dec_lzma2.c | 538 uint16_t *probs, uint32_t *dest, uint32_t limit) in rc_bittree_reverse() 555 struct rc_dec *rc, uint32_t *dest, uint32_t limit) in rc_direct()
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpc.c | 148 static int sprint_nip(char *dest, const char *pre, const uint8_t *ip) in sprint_nip() 197 char *dest, *ret; in xmalloc_optname_optval() local
|
D | common.c | 719 int FAST_FUNC sprint_nip6(char *dest, /*const char *pre,*/ const uint8_t *ip) in sprint_nip6()
|
D | dhcpd.c | 342 char **dest = arg; in read_str() local
|
/busybox-1.35.0/editors/ |
D | sed.c | 223 static unsigned parse_escapes(char *dest, const char *string, int len, char from, char to) in parse_escapes() 255 char *dest = xmalloc(len + 1); in copy_parsing_escapes() local
|
D | vi.c | 929 char *dest = scr_out_buf; // [MAX_SCR_COLS + MAX_TABSTOP * 2] in format_line() local 1410 static char *text_yank(char *p, char *q, int dest, int buftype) in text_yank() 1526 char *src, *dest; in text_hole_delete() local
|
D | awk.c | 1047 static var *copyvar(var *dest, const var *src) in copyvar() 2448 static int awk_sub(node *rn, const char *repl, int nm, var *src, var *dest, int subexp) in awk_sub()
|
/busybox-1.35.0/miscutils/ |
D | devfsd.c | 310 const char *dest; member 363 static void safe_memcpy(char *dest, const char *src, int len) in safe_memcpy()
|
/busybox-1.35.0/util-linux/ |
D | mdev.c | 547 char *dest; in build_alias() local
|
/busybox-1.35.0/include/ |
D | platform.h | 600 static ALWAYS_INLINE void *mempcpy(void *dest, const void *src, size_t len) in mempcpy()
|