/busybox-1.35.0/include/ |
D | libbb.h | 397 uint64_t bb_bswap_64(uint64_t x) FAST_FUNC; 400 unsigned long FAST_FUNC isqrt(unsigned long long N); 402 unsigned long long monotonic_ns(void) FAST_FUNC; 403 unsigned long long monotonic_us(void) FAST_FUNC; 404 unsigned long long monotonic_ms(void) FAST_FUNC; 405 unsigned monotonic_sec(void) FAST_FUNC; 407 extern void chomp(char *s) FAST_FUNC; 408 extern char *trim(char *s) FAST_FUNC; 409 extern char *skip_whitespace(const char *) FAST_FUNC; 410 extern char *skip_non_whitespace(const char *) FAST_FUNC; [all …]
|
D | bb_archive.h | 56 char FAST_FUNC (*filter)(struct archive_handle_t *); 71 void FAST_FUNC (*action_header)(const file_header_t *); 74 void FAST_FUNC (*action_data)(struct archive_handle_t *); 77 void FAST_FUNC (*seek)(int fd, off_t amount); 112 char FAST_FUNC (*dpkg__action_data_subarchive)(struct archive_handle_t *); 170 void chksum_and_xwrite_tar_header(int fd, struct tar_header_t *hp) FAST_FUNC; 176 archive_handle_t *init_handle(void) FAST_FUNC; 178 char filter_accept_all(archive_handle_t *archive_handle) FAST_FUNC; 179 char filter_accept_list(archive_handle_t *archive_handle) FAST_FUNC; 180 char filter_accept_list_reassign(archive_handle_t *archive_handle) FAST_FUNC; [all …]
|
D | unicode.h | 55 size_t FAST_FUNC unicode_strlen(const char *string); 57 size_t FAST_FUNC unicode_strwidth(const char *string); 63 char* FAST_FUNC unicode_conv_to_printable(uni_stat_t *stats, const char *src); 65 char* FAST_FUNC unicode_conv_to_printable_fixedwidth(/*uni_stat_t *stats,*/ const char *src, unsign… 70 void init_unicode(void) FAST_FUNC; 71 void reinit_unicode(const char *LANG) FAST_FUNC; 83 void init_unicode(void) FAST_FUNC; 84 void reinit_unicode(const char *LANG) FAST_FUNC; 106 size_t mbstowcs(wchar_t *dest, const char *src, size_t n) FAST_FUNC; 107 size_t wcstombs(char *dest, const wchar_t *src, size_t n) FAST_FUNC; [all …]
|
D | shadow_.h | 60 void FAST_FUNC setspent(void); 63 void FAST_FUNC endspent(void); 66 struct spwd* FAST_FUNC getspent(void); 69 struct spwd* FAST_FUNC getspnam(const char *__name); 72 struct spwd* FAST_FUNC sgetspent(const char *__string); 75 struct spwd* FAST_FUNC fgetspent(FILE *__stream); 78 int FAST_FUNC putspent(const struct spwd *__p, FILE *__stream); 81 int FAST_FUNC getspent_r(struct spwd *__result_buf, char *__buffer, 85 int FAST_FUNC getspnam_r(const char *__name, struct spwd *__result_buf, 90 int FAST_FUNC sgetspent_r(const char *__string, struct spwd *__result_buf, [all …]
|
D | pwd_.h | 45 void FAST_FUNC setpwent(void); 48 void FAST_FUNC endpwent(void); 51 struct passwd* FAST_FUNC getpwent(void); 54 struct passwd* FAST_FUNC getpwuid(uid_t __uid); 57 struct passwd* FAST_FUNC getpwnam(const char *__name); 60 int FAST_FUNC getpwnam_r(const char *__restrict __name,
|
D | grp_.h | 43 void FAST_FUNC endgrent(void); 46 struct group* FAST_FUNC getgrgid(gid_t __gid); 49 struct group* FAST_FUNC getgrnam(const char *__name); 56 int FAST_FUNC getgrouplist(const char *__user, gid_t __group, 62 int FAST_FUNC initgroups(const char *__user, gid_t __group);
|
D | inet_common.h | 17 int INET_resolve(const char *name, struct sockaddr_in *s_in, int hostfirst) FAST_FUNC; 24 int INET6_resolve(const char *name, struct sockaddr_in6 *sin6) FAST_FUNC; 27 char *INET_rresolve(struct sockaddr_in *s_in, int numeric, uint32_t netmask) FAST_FUNC; 28 char *INET6_rresolve(struct sockaddr_in6 *sin6, int numeric) FAST_FUNC;
|
/busybox-1.35.0/networking/libiproute/ |
D | rt_names.h | 7 extern const char* rtnl_rtprot_n2a(int id) FAST_FUNC; 8 extern const char* rtnl_rtscope_n2a(int id) FAST_FUNC; 9 extern const char* rtnl_rtrealm_n2a(int id) FAST_FUNC; 10 extern const char* rtnl_dsfield_n2a(int id) FAST_FUNC; 11 extern const char* rtnl_rttable_n2a(int id) FAST_FUNC; 12 extern int rtnl_rtprot_a2n(uint32_t *id, char *arg) FAST_FUNC; 13 extern int rtnl_rtscope_a2n(uint32_t *id, char *arg) FAST_FUNC; 14 extern int rtnl_rtrealm_a2n(uint32_t *id, char *arg) FAST_FUNC; 15 extern int rtnl_dsfield_a2n(uint32_t *id, char *arg) FAST_FUNC; 16 extern int rtnl_rttable_a2n(uint32_t *id, char *arg) FAST_FUNC; [all …]
|
D | ip_common.h | 18 char FAST_FUNC **ip_parse_common_args(char **argv); 20 int FAST_FUNC ipaddr_list_or_flush(char **argv, int flush); 24 int FAST_FUNC do_ipaddr(char **argv); 25 int FAST_FUNC do_iproute(char **argv); 26 int FAST_FUNC do_iprule(char **argv); 27 int FAST_FUNC do_ipneigh(char **argv); 28 int FAST_FUNC do_iptunnel(char **argv); 29 int FAST_FUNC do_iplink(char **argv);
|
D | utils.h | 55 char** next_arg(char **argv) FAST_FUNC; 58 uint32_t get_addr32(char *name) FAST_FUNC; 59 int get_addr_1(inet_prefix *dst, char *arg, int family) FAST_FUNC; 61 int get_addr(inet_prefix *dst, char *arg, int family) FAST_FUNC; 62 void get_prefix(inet_prefix *dst, char *arg, int family) FAST_FUNC; 64 unsigned get_unsigned(char *arg, const char *errmsg) FAST_FUNC; 65 uint32_t get_u32(char *arg, const char *errmsg) FAST_FUNC; 66 uint16_t get_u16(char *arg, const char *errmsg) FAST_FUNC; 68 const char *rt_addr_n2a(int af, void *addr) FAST_FUNC; 70 const char *format_host(int af, int len, void *addr) FAST_FUNC; [all …]
|
D | libnetlink.h | 21 extern void xrtnl_open(struct rtnl_handle *rth) FAST_FUNC; 23 extern void xrtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type) FAST_FUNC; 24 extern int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len) FAST_FUNC; 26 int (*filter)(const struct sockaddr_nl*, struct nlmsghdr *n, void*) FAST_FUNC, 27 void *arg1) FAST_FUNC; 35 void *jarg) FAST_FUNC; 37 int rtnl_send_check(struct rtnl_handle *rth, const void *buf, int len) FAST_FUNC; 55 extern int addattr32(struct nlmsghdr *n, int maxlen, int type, uint32_t data) FAST_FUNC; 56 extern int addattr_l(struct nlmsghdr *n, int maxlen, int type, void *data, int alen) FAST_FUNC; 57 extern int rta_addattr32(struct rtattr *rta, int maxlen, int type, uint32_t data) FAST_FUNC; [all …]
|
D | ll_map.h | 7 int ll_remember_index(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) FAST_FUNC; 8 int ll_init_map(struct rtnl_handle *rth) FAST_FUNC; 9 int xll_name_to_index(const char *name) FAST_FUNC; 11 const char *ll_index_to_name(int idx) FAST_FUNC; 13 unsigned ll_index_to_flags(int idx) FAST_FUNC;
|
/busybox-1.35.0/util-linux/volume_id/ |
D | volume_id_internal.h | 88 struct volume_id* FAST_FUNC volume_id_open_node(int fd); 89 int FAST_FUNC volume_id_probe_all(struct volume_id *id, /*uint64_t off,*/ uint64_t size); 90 void FAST_FUNC free_volume_id(struct volume_id *id); 155 int FAST_FUNC volume_id_probe_linux_raid(struct volume_id *id /*,uint64_t off*/, uint64_t size); 172 int FAST_FUNC volume_id_probe_bcache(struct volume_id *id /*,uint64_t off*/); 174 int FAST_FUNC volume_id_probe_btrfs(struct volume_id *id /*,uint64_t off*/); 176 int FAST_FUNC volume_id_probe_cramfs(struct volume_id *id /*,uint64_t off*/); 178 int FAST_FUNC volume_id_probe_ext(struct volume_id *id /*,uint64_t off*/); 180 int FAST_FUNC volume_id_probe_vfat(struct volume_id *id /*,uint64_t off*/); 182 int FAST_FUNC volume_id_probe_hfs_hfsplus(struct volume_id *id /*,uint64_t off*/); [all …]
|
/busybox-1.35.0/libbb/ |
D | xfuncs_printf.c | 28 void FAST_FUNC bb_die_memory_exhausted(void) in bb_die_memory_exhausted() 39 void* FAST_FUNC malloc_or_warn(size_t size) in malloc_or_warn() 48 void* FAST_FUNC xmalloc(size_t size) in xmalloc() 59 void* FAST_FUNC xrealloc(void *ptr, size_t size) in xrealloc() 69 void* FAST_FUNC xzalloc(size_t size) in xzalloc() 77 char* FAST_FUNC xstrdup(const char *s) in xstrdup() 94 char* FAST_FUNC xstrndup(const char *s, int n) in xstrndup() 109 void* FAST_FUNC xmemdup(const void *s, int n) in xmemdup() 114 void* FAST_FUNC mmap_read(int fd, size_t size) in mmap_read() 119 void* FAST_FUNC mmap_anon(size_t size) in mmap_anon() [all …]
|
D | bb_pwd.c | 17 struct passwd* FAST_FUNC xgetpwnam(const char *name) in xgetpwnam() 25 struct group* FAST_FUNC xgetgrnam(const char *name) in xgetgrnam() 33 struct passwd* FAST_FUNC xgetpwuid(uid_t uid) in xgetpwuid() 42 struct group* FAST_FUNC xgetgrgid(gid_t gid) in xgetgrgid() 50 char* FAST_FUNC xuid2uname(uid_t uid) in xuid2uname() 57 char* FAST_FUNC xgid2group(gid_t gid) in xgid2group() 63 char* FAST_FUNC uid2uname(uid_t uid) in uid2uname() 69 char* FAST_FUNC gid2group(gid_t gid) in gid2group() 75 char* FAST_FUNC uid2uname_utoa(uid_t uid) in uid2uname_utoa() 81 char* FAST_FUNC gid2group_utoa(gid_t gid) in gid2group_utoa() [all …]
|
D | wfopen.c | 11 FILE* FAST_FUNC fopen_or_warn(const char *path, const char *mode) in fopen_or_warn() 21 FILE* FAST_FUNC fopen_for_read(const char *path) in fopen_for_read() 26 FILE* FAST_FUNC xfopen_for_read(const char *path) in xfopen_for_read() 31 FILE* FAST_FUNC fopen_for_write(const char *path) in fopen_for_write() 36 FILE* FAST_FUNC xfopen_for_write(const char *path) in xfopen_for_write() 48 FILE* FAST_FUNC xfdopen_for_read(int fd) in xfdopen_for_read() 52 FILE* FAST_FUNC xfdopen_for_write(int fd) in xfdopen_for_write()
|
D | signals.c | 22 int FAST_FUNC sigaction_set(int signum, const struct sigaction *act) in sigaction_set() 27 int FAST_FUNC sigprocmask_allsigs(int how) in sigprocmask_allsigs() 34 int FAST_FUNC sigprocmask2(int how, sigset_t *set) in sigprocmask2() 44 void FAST_FUNC bb_signals(int sigs, void (*f)(int)) in bb_signals() 59 void FAST_FUNC bb_signals_norestart(int sigs, void (*f)(int)) in bb_signals_norestart() 80 void FAST_FUNC sig_block(int sig) in sig_block() 88 void FAST_FUNC sig_unblock(int sig) in sig_unblock() 96 void FAST_FUNC wait_for_any_sig(void) in wait_for_any_sig() 104 void FAST_FUNC kill_myself_with_sig(int sig) in kill_myself_with_sig() 112 void FAST_FUNC signal_SA_RESTART_empty_mask(int sig, void (*handler)(int)) in signal_SA_RESTART_empty_mask() [all …]
|
D | xfuncs.c | 26 int FAST_FUNC ndelay_on(int fd) in ndelay_on() 35 int FAST_FUNC ndelay_off(int fd) in ndelay_off() 44 void FAST_FUNC close_on_exec_on(int fd) in close_on_exec_on() 49 char* FAST_FUNC strncpy_IFNAMSIZ(char *dst, const char *src) in strncpy_IFNAMSIZ() 62 char* FAST_FUNC utoa_to_buf(unsigned n, char *buf, unsigned buflen) in utoa_to_buf() 94 char* FAST_FUNC itoa_to_buf(int n, char *buf, unsigned buflen) in itoa_to_buf() 116 char* FAST_FUNC utoa(unsigned n) in utoa() 124 char* FAST_FUNC itoa(int n) in itoa() 132 char* FAST_FUNC bin2hex(char *p, const char *cp, int count) in bin2hex() 145 char* FAST_FUNC hex2bin(char *dst, const char *str, int count) in hex2bin() [all …]
|
D | xatonum_template.c | 19 unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base, in xstrtou() 77 unsigned type FAST_FUNC xstrtou(_range)(const char *numstr, int base, in xstrtou() 84 unsigned type FAST_FUNC xstrtou(_sfx)(const char *numstr, int base, in xstrtou() 90 unsigned type FAST_FUNC xstrtou()(const char *numstr, int base) in xstrtou() 95 unsigned type FAST_FUNC xatou(_range_sfx)(const char *numstr, in xatou() 103 unsigned type FAST_FUNC xatou(_range)(const char *numstr, in xatou() 110 unsigned type FAST_FUNC xatou(_sfx)(const char *numstr, in xatou() 116 unsigned type FAST_FUNC xatou()(const char *numstr) in xatou() 123 type FAST_FUNC xstrto(_range_sfx)(const char *numstr, int base, in xstrto() 154 type FAST_FUNC xstrto(_range)(const char *numstr, int base, type lower, type upper) in xstrto() [all …]
|
D | perror_nomsg.c | 15 extern void bb_simple_perror_msg(const char *s) FAST_FUNC; 18 void FAST_FUNC bb_perror_nomsg(void); 19 void FAST_FUNC bb_perror_nomsg(void) in bb_perror_nomsg()
|
/busybox-1.35.0/mailutils/ |
D | mail.h | 28 void launch_helper(const char **argv) FAST_FUNC; 29 void get_cred_or_die(int fd) FAST_FUNC; 31 void send_r_n(const char *s) FAST_FUNC; 32 char *send_mail_command(const char *fmt, const char *param) FAST_FUNC; 34 void printbuf_base64(const char *buf, unsigned len) FAST_FUNC; 35 void printstr_base64(const char *buf) FAST_FUNC; 36 void printfile_base64(const char *fname) FAST_FUNC;
|
/busybox-1.35.0/networking/udhcp/ |
D | common.h | 230 unsigned FAST_FUNC udhcp_option_idx(const char *name, const char *option_strings); 232 void init_scan_state(struct dhcp_packet *packet, struct dhcp_scan_state *scan_state) FAST_FUNC; 233 …t8_t *udhcp_scan_options(struct dhcp_packet *packet, struct dhcp_scan_state *scan_state) FAST_FUNC; 234 uint8_t *udhcp_get_option(struct dhcp_packet *packet, int code) FAST_FUNC; 238 uint8_t *udhcp_get_option32(struct dhcp_packet *packet, int code) FAST_FUNC; 239 int udhcp_end_option(uint8_t *optionptr) FAST_FUNC; 240 void udhcp_add_binary_option(struct dhcp_packet *packet, uint8_t *addopt) FAST_FUNC; 242 void udhcp_add_simple_option(struct dhcp_packet *packet, uint8_t code, uint32_t data) FAST_FUNC; 245 char *dname_dec(const uint8_t *cstr, int clen, const char *pre) FAST_FUNC; 246 uint8_t *dname_enc(/*const uint8_t *cstr, int clen,*/ const char *src, int *retlen) FAST_FUNC; [all …]
|
/busybox-1.35.0/modutils/ |
D | modutils.h | 46 module_entry *moddb_get(module_db *db, const char *s) FAST_FUNC; 47 module_entry *moddb_get_or_create(module_db *db, const char *s) FAST_FUNC; 48 void moddb_free(module_db *db) FAST_FUNC; 50 void replace(char *s, char what, char with) FAST_FUNC; 51 int string_to_llist(char *string, llist_t **llist, const char *delim) FAST_FUNC; 52 char *filename2modname(const char *filename, char *modname) FAST_FUNC; 54 char *parse_cmdline_module_options(char **argv, int quote_spaces) FAST_FUNC; 83 void* FAST_FUNC try_to_mmap_module(const char *filename, size_t *image_size_p); 93 int FAST_FUNC bb_init_module(const char *module, const char *options); 98 int FAST_FUNC bb_delete_module(const char *module, unsigned int flags); [all …]
|
/busybox-1.35.0/networking/ |
D | tls_pstm.h | 151 extern int32 pstm_init_size(psPool_t *pool, pstm_int * a, uint32 size) FAST_FUNC; 165 uint32 len) FAST_FUNC; 167 extern int32 pstm_read_unsigned_bin(pstm_int *a, unsigned char *b, int32 c) FAST_FUNC; 169 extern int32 pstm_unsigned_bin_size(pstm_int *a) FAST_FUNC; 175 extern void pstm_clear(pstm_int * a) FAST_FUNC; 179 pstm_int *mp7) FAST_FUNC; 181 extern int32 pstm_grow(pstm_int * a, int size) FAST_FUNC; //bbox: was int16 size 183 extern void pstm_clamp(pstm_int * a) FAST_FUNC; 185 extern int32 pstm_cmp(pstm_int * a, pstm_int * b) FAST_FUNC; 187 extern int32 pstm_cmp_mag(pstm_int * a, pstm_int * b) FAST_FUNC; [all …]
|
D | tls_aes.h | 9 void aes_setkey(struct tls_aes *aes, const void *key, unsigned key_len) FAST_FUNC; 11 void aes_encrypt_one_block(struct tls_aes *aes, const void *data, void *dst) FAST_FUNC; 13 … aes_cbc_encrypt(struct tls_aes *aes, void *iv, const void *data, size_t len, void *dst) FAST_FUNC; 14 … aes_cbc_decrypt(struct tls_aes *aes, void *iv, const void *data, size_t len, void *dst) FAST_FUNC;
|