/busybox-1.35.0/scripts/basic/ |
D | fixdep.c | 152 void grow_config(int len) in grow_config() 168 int is_defined_config(const char * name, int len) in is_defined_config() 184 void define_config(const char * name, int len) in define_config() 226 void parse_config_file(char *map, size_t len) in parse_config_file() 314 void parse_dep_file(void *map, size_t len) in parse_dep_file()
|
/busybox-1.35.0/networking/libiproute/ |
D | libnetlink.c | 57 int FAST_FUNC rtnl_send_check(struct rtnl_handle *rth, const void *buf, int len) in rtnl_send_check() 92 int FAST_FUNC rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len) in rtnl_dump_request() 295 int len = h->nlmsg_len; in rtnl_talk() local 363 int len = RTA_LENGTH(4); in addattr32() local 379 int len = RTA_LENGTH(alen); in addattr_l() local 395 int len = RTA_LENGTH(4); in rta_addattr32() local 412 int len = RTA_LENGTH(alen); in rta_addattr_l() local 426 void FAST_FUNC parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len) in parse_rtattr()
|
/busybox-1.35.0/libbb/ |
D | time.c | 174 int len = strchrnul(date_str, '.') - date_str; in parse_datestr() local 277 static char* strftime_fmt(char *buf, unsigned len, time_t *tp, const char *fmt) in strftime_fmt() 288 char* FAST_FUNC strftime_HHMMSS(char *buf, unsigned len, time_t *tp) in strftime_HHMMSS() 293 char* FAST_FUNC strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) in strftime_YYYYMMDDHHMMSS()
|
D | udp_io.c | 32 send_to_from(int fd, void *buf, size_t len, int flags, in send_to_from() 120 recv_from_to(int fd, void *buf, size_t len, int flags, in recv_from_to()
|
D | crc32.c | 55 uint32_t FAST_FUNC crc32_block_endian1(uint32_t val, const void *buf, unsigned len, uint32_t *crc_t… in crc32_block_endian1() 66 uint32_t FAST_FUNC crc32_block_endian0(uint32_t val, const void *buf, unsigned len, uint32_t *crc_t… in crc32_block_endian0()
|
D | trim.c | 14 size_t len = strlen(s); in trim() local
|
D | full_write.c | 17 ssize_t FAST_FUNC full_write(int fd, const void *buf, size_t len) in full_write()
|
/busybox-1.35.0/networking/ssl_helper/ |
D | ssl_helper.c | 67 static ssize_t full_write(int fd, const void *buf, size_t len) in full_write() 159 int len; in close_conn_and_exit() local 177 static int encode_data(ssl_t *ssl, const void *data, int len) in encode_data() 196 int len; in flush_to_net() local 212 int len; in do_io_until_eof_and_exit() local
|
/busybox-1.35.0/util-linux/ |
D | rev.c | 34 static void strrev(CHAR_T *s, int len) in strrev() 100 int len = mbstowcs(tmp, buf, bufsize); in rev_main() local
|
D | fallocate.c | 79 off_t ofs, len; in fallocate_main() local
|
/busybox-1.35.0/networking/ |
D | tls.c | 293 static void dump_hex(const char *fmt, const void *vp, int len) in dump_hex() 302 static void dump_tls_record(const void *vp, int len) in dump_tls_record() 332 void FAST_FUNC tls_get_random(void *buf, unsigned len) in tls_get_random() 367 # define hash_handshake(tls, fmt, buffer, len) \ argument 370 static void hash_handshake(tls_state_t *tls, const char *fmt, const void *buffer, unsigned len) in hash_handshake() 465 unsigned len; in hmac_sha_precomputed_v() local 486 unsigned len; in hmac_sha_precomputed() local 503 unsigned len; in hmac() local 598 static void bad_record_die(tls_state_t *tls, const char *expected, int len) in bad_record_die() 639 static void *tls_get_outbuf(tls_state_t *tls, int len) in tls_get_outbuf() [all …]
|
D | tc.c | 68 #define __parse_rtattr_nested_compat(tb, max, rta, len) \ argument 79 #define parse_rtattr_nested_compat(tb, max, rta, data, len) \ argument 179 static void print_rate(char *buf, int len, uint32_t rate) in print_rate() 332 int len = hdr->nlmsg_len; in print_qdisc() local 392 int len = hdr->nlmsg_len; in print_class() local
|
/busybox-1.35.0/miscutils/ |
D | chat.c | 263 size_t len = strlen(arg); in chat_main() local 278 size_t len = strlen(l->data); in chat_main() local 405 size_t len = strlen(l->data); in chat_main() local 452 size_t len; in chat_main() local
|
D | readahead.c | 52 off_t len; in readahead_main() local
|
/busybox-1.35.0/networking/udhcp/ |
D | domain_codec.c | 39 unsigned len, crtpos, retpos, depth; in dname_dec() local 121 int len; in convert_dname() local 228 int len; in main() local
|
D | dhcpc.c | 116 unsigned len; member 196 int len, type, optlen; in xmalloc_optname_optval() local 418 static struct dhcp_optitem *concat_option(uint8_t *data, uint8_t len, uint8_t code) in concat_option() 500 uint8_t len = optptr[OPT_LEN]; in fill_envp() local 621 int i, end, len; in add_client_options() local 1267 unsigned len; in udhcpc_main() local 1323 unsigned len = strnlen(str_V, 254); in udhcpc_main() local 1621 int len; in udhcpc_main() local
|
/busybox-1.35.0/editors/ |
D | ed.c | 30 int len; member 130 static int findString(const LINE *lp, const char *str, int len, int offset) in findString() 163 int len; in searchLines() local 314 static int insertLine(int num, const char *data, int len) in insertLine() 356 int len; in addLines() local 385 int len; in readLines() local 786 int len; in doCommands() local
|
/busybox-1.35.0/coreutils/ |
D | expand.c | 111 unsigned len = 0; // in expand() local 143 unsigned len = 0; in unexpand() local
|
D | sort.c | 146 int len, j; in get_key() local 370 unsigned len; in compare_keys() local 541 size_t len; in sort_main() local 602 unsigned len; in sort_main() local
|
/busybox-1.35.0/shell/ash_test/ |
D | printenv.c | 39 int len; local
|
/busybox-1.35.0/mailutils/ |
D | mail.c | 128 static void encode_n_base64(const char *fname, const char *text, size_t len) in encode_n_base64() 177 void FAST_FUNC printbuf_base64(const char *text, unsigned len) in printbuf_base64()
|
/busybox-1.35.0/debianutils/ |
D | pipe_progress.c | 34 int len; in pipe_progress_main() local
|
/busybox-1.35.0/modutils/ |
D | modprobe-small.c | 32 #define init_module(mod, len, opts) syscall(__NR_init_module, mod, len, opts) argument 129 unsigned len = strlen(s); in append() local 163 static char* find_keyword(char *ptr, size_t len, const char *word) in find_keyword() 224 int len = strlen(str) + 1; in str_2_list() local 256 size_t len = MAXINT(ssize_t); in load_module() local 300 size_t len; in parse_module() local 1023 size_t len; in modprobe_main() local
|
/busybox-1.35.0/sysklogd/ |
D | klogd.c | 85 static int klogd_read(char *bufp, int len) in klogd_read() 134 static int klogd_read(char *bufp, int len) in klogd_read()
|
/busybox-1.35.0/selinux/ |
D | getsebool.c | 30 int i, rc = 0, active, pending, len = 0; in getsebool_main() local
|