/busybox-1.35.0/libbb/ |
D | safe_strncpy.c | 12 char* FAST_FUNC safe_strncpy(char *dst, const char *src, size_t size) in safe_strncpy() 20 void FAST_FUNC overlapping_strcpy(char *dst, const char *src) in overlapping_strcpy()
|
D | uuencode.c | 90 char* FAST_FUNC decode_base64(char *dst, const char **pp_src) in decode_base64() 140 char* FAST_FUNC decode_base32(char *dst, const char **pp_src) in decode_base32()
|
D | percent_decode.c | 33 char *dst = str; in percent_decode_in_place() local
|
D | printable_string.c | 14 char *dst; in printable_string2() local
|
D | replace.c | 31 char *buf, *dst, *end; in xmalloc_substitute_string() local
|
D | process_escape_sequence.c | 105 char* FAST_FUNC strcpy_and_process_escape_sequences(char *dst, const char *src) in strcpy_and_process_escape_sequences()
|
D | xfuncs.c | 49 char* FAST_FUNC strncpy_IFNAMSIZ(char *dst, const char *src) in strncpy_IFNAMSIZ() 145 char* FAST_FUNC hex2bin(char *dst, const char *str, int count) in hex2bin()
|
/busybox-1.35.0/networking/libiproute/ |
D | utils.c | 142 static void get_prefix_1(inet_prefix *dst, char *arg, int family) in get_prefix_1() 201 int FAST_FUNC get_addr(inet_prefix *dst, char *arg, int family) in get_addr() 212 void FAST_FUNC get_prefix(inet_prefix *dst, char *arg, int family) in get_prefix()
|
D | iprule.c | 245 inet_prefix dst; in iprule_modify() local 251 inet_prefix dst; in iprule_modify() local
|
D | ipaddress.c | 272 inet_prefix dst; in print_addrinfo() local 562 inet_prefix dst; in ipaddr_list_or_flush() local
|
D | ipneigh.c | 128 inet_prefix dst; in print_neigh() local
|
D | iproute.c | 73 inet_prefix dst; in print_route() local 493 inet_prefix dst; in iproute_modify() local
|
/busybox-1.35.0/networking/ |
D | tls_aes.c | 351 void FAST_FUNC aes_encrypt_one_block(struct tls_aes *aes, const void *data, void *dst) in aes_encrypt_one_block() 366 …d FAST_FUNC aes_cbc_encrypt(struct tls_aes *aes, void *iv, const void *data, size_t len, void *dst) in aes_cbc_encrypt() 431 …d FAST_FUNC aes_cbc_decrypt(struct tls_aes *aes, void *iv, const void *data, size_t len, void *dst) in aes_cbc_decrypt()
|
D | arping.c | 67 struct in_addr dst; member 89 #define dst (G.dst ) macro
|
D | httpd_indexcgi.c | 117 static char *dst = buffer; variable
|
D | tls_fe.c | 78 # define fe_select(dst, src, condition) do { \ argument
|
D | tls_pstm_mul_comba.c | 234 pstm_digit c0, c1, c2, *tmpx, *tmpy, *dst; in pstm_mul_comba_gen() local
|
D | telnet.c | 217 byte *dst = outbuf; in handle_net_output() local
|
D | tls_pstm_sqr_comba.c | 452 pstm_digit c0, c1, c2, *dst; in pstm_sqr_comba_gen() local
|
D | tls.c | 338 static void xorbuf3(void *dst, const void *src1, const void *src2, unsigned count) in xorbuf3() 347 void FAST_FUNC xorbuf(void *dst, const void *src, unsigned count) in xorbuf() 352 void FAST_FUNC xorbuf_aligned_AES_BLOCK_SIZE(void *dst, const void *src) in xorbuf_aligned_AES_BLOCK_SIZE()
|
/busybox-1.35.0/networking/udhcp/ |
D | domain_codec.c | 113 uint8_t *res, *lenptr, *dst; in convert_dname() local
|
/busybox-1.35.0/coreutils/ |
D | uudecode.c | 43 char *line_ptr, *dst; in read_stduu() local
|
/busybox-1.35.0/util-linux/volume_id/ |
D | util.c | 181 uint8_t *dst; in volume_id_get_buffer() local
|
/busybox-1.35.0/scripts/kconfig/ |
D | confdata.c | 49 char *dst, name[SYMBOL_MAXLENGTH]; in conf_expand_value() local
|
/busybox-1.35.0/util-linux/ |
D | fbset.c | 116 static void copy_if_gt0(uint32_t *src, uint32_t *dst, unsigned cnt) in copy_if_gt0()
|