/busybox-1.35.0/archival/libarchive/bz/ |
D | bzlib.c | 54 void prepare_new_block(EState* s) in prepare_new_block() 72 void init_RL(EState* s) in init_RL() 80 int isempty_RL(EState* s) in isempty_RL() 91 EState* s; in BZ2_bzCompressInit() local 120 void add_pair_to_block(EState* s) in add_pair_to_block() 153 void flush_RL(EState* s) in flush_RL() 188 void /*Bool*/ copy_input_until_stop(EState* s) in copy_input_until_stop() 231 void /*Bool*/ copy_output_until_stop(EState* s) in copy_output_until_stop() 258 EState* s = strm->state; in handle_compress() local 306 EState* s; in BZ2_bzCompress() local [all …]
|
D | compress.c | 47 void BZ2_bsInitWrite(EState* s) in BZ2_bsInitWrite() 56 void bsFinishWrite(EState* s) in bsFinishWrite() 70 void bsW(EState* s, int32_t n, uint32_t v) in bsW() 83 void bsW16(EState* s, uint32_t v) in bsW16() 96 void bsW1_1(EState* s) in bsW1_1() 109 void bsW1_0(EState* s) in bsW1_0() 124 void bsPutU16(EState* s, unsigned u) in bsPutU16() 132 void bsPutU32(EState* s, unsigned u) in bsPutU32() 146 void makeMaps_e(EState* s) in makeMaps_e() 194 void generateMTFValues(EState* s) in generateMTFValues() [all …]
|
/busybox-1.35.0/include/ |
D | applets.src.h | 26 # define APPLET(name,l,s) int name##_main(int argc, char **argv) MAIN_EXTERNALLY… argument 27 # define APPLET_ODDNAME(name,main,l,s,help) int main##_main(int argc, char **argv) MAIN_EXTERNALLY… argument 28 # define APPLET_NOEXEC(name,main,l,s,help) int main##_main(int argc, char **argv) MAIN_EXTERNALLY… argument 29 # define APPLET_NOFORK(name,main,l,s,help) int main##_main(int argc, char **argv) MAIN_EXTERNALLY… argument 30 # define APPLET_SCRIPTED(name,main,l,s,help) argument 33 # define APPLET(name,l,s) name name##_main argument 34 # define APPLET_ODDNAME(name,main,l,s,help) name main##_main argument 35 # define APPLET_NOEXEC(name,main,l,s,help) name main##_main argument 36 # define APPLET_NOFORK(name,main,l,s,help) name main##_main argument 37 # define APPLET_SCRIPTED(name,main,l,s,help) name scripted_main argument [all …]
|
D | usage.src.h | 34 #define STR1(s) #s argument 35 #define STR(s) STR1(s) argument
|
/busybox-1.35.0/libbb/ |
D | verror_msg.c | 20 void FAST_FUNC bb_verror_msg(const char *s, va_list p, const char* strerr) in bb_verror_msg() 106 void FAST_FUNC bb_verror_msg(const char *s, va_list p, const char* strerr) in bb_verror_msg() 165 void FAST_FUNC bb_error_msg_and_die(const char *s, ...) in bb_error_msg_and_die() 175 void FAST_FUNC bb_error_msg(const char *s, ...) in bb_error_msg() 185 void FAST_FUNC bb_vinfo_msg(const char *s, va_list p) in bb_vinfo_msg() 192 void FAST_FUNC bb_info_msg(const char *s, ...) in bb_info_msg() 201 void FAST_FUNC bb_simple_info_msg(const char *s) in bb_simple_info_msg() 207 void FAST_FUNC bb_simple_error_msg(const char *s) in bb_simple_error_msg() 212 void FAST_FUNC bb_simple_error_msg_and_die(const char *s) in bb_simple_error_msg_and_die()
|
D | herror_msg.c | 11 void FAST_FUNC bb_herror_msg(const char *s, ...) in bb_herror_msg() 20 void FAST_FUNC bb_herror_msg_and_die(const char *s, ...) in bb_herror_msg_and_die() 30 void FAST_FUNC bb_simple_herror_msg(const char *s) in bb_simple_herror_msg() 35 void FAST_FUNC bb_simple_herror_msg_and_die(const char *s) in bb_simple_herror_msg_and_die()
|
D | perror_msg.c | 11 void FAST_FUNC bb_perror_msg(const char *s, ...) in bb_perror_msg() 21 void FAST_FUNC bb_perror_msg_and_die(const char *s, ...) in bb_perror_msg_and_die() 32 void FAST_FUNC bb_simple_perror_msg(const char *s) in bb_simple_perror_msg() 37 void FAST_FUNC bb_simple_perror_msg_and_die(const char *s) in bb_simple_perror_msg_and_die()
|
D | skip_whitespace.c | 11 char* FAST_FUNC skip_whitespace(const char *s) in skip_whitespace() 25 char* FAST_FUNC skip_non_whitespace(const char *s) in skip_non_whitespace()
|
D | simplify_path.c | 13 char *s, *p; in bb_simplify_abs_path_inplace() local 47 char *s, *p; in bb_simplify_path() local
|
D | chomp.c | 12 void FAST_FUNC chomp(char *s) in chomp()
|
D | last_char_is.c | 12 char* FAST_FUNC last_char_is(const char *s, int c) in last_char_is()
|
D | platform.c | 12 char* FAST_FUNC strchrnul(const char *s, int c) in strchrnul() 89 void* FAST_FUNC memrchr(const void *s, int c, size_t n) in memrchr() 118 char* FAST_FUNC strcasestr(const char *s, const char *pattern) in strcasestr()
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | xz_dec_stream.c | 157 static bool XZ_FUNC fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() 175 static enum xz_ret XZ_FUNC dec_vli(struct xz_dec *s, in dec_vli() 218 static enum xz_ret XZ_FUNC dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block() 281 static void XZ_FUNC index_update(struct xz_dec *s, const struct xz_buf *b) in index_update() 296 static enum xz_ret XZ_FUNC dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index() 346 static enum xz_ret XZ_FUNC crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate() 369 static bool XZ_FUNC check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip() 386 static enum xz_ret XZ_FUNC dec_stream_header(struct xz_dec *s) in dec_stream_header() 421 static enum xz_ret XZ_FUNC dec_stream_footer(struct xz_dec *s) in dec_stream_footer() 448 static enum xz_ret XZ_FUNC dec_block_header(struct xz_dec *s) in dec_block_header() [all …]
|
D | xz_dec_bcj.c | 89 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86() 162 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc() 184 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64() 269 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm() 293 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_armthumb() 322 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc() 351 static void XZ_FUNC bcj_apply(struct xz_dec_bcj *s, in bcj_apply() 405 static void XZ_FUNC bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush() 423 XZ_EXTERN enum xz_ret XZ_FUNC xz_dec_bcj_run(struct xz_dec_bcj *s, in xz_dec_bcj_run() 534 struct xz_dec_bcj *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_bcj_create() local [all …]
|
D | xz_dec_lzma2.c | 574 static uint16_t * XZ_FUNC lzma_literal_probs(struct xz_dec_lzma2 *s) in lzma_literal_probs() 583 static void XZ_FUNC lzma_literal(struct xz_dec_lzma2 *s) in lzma_literal() 621 static void XZ_FUNC lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, in lzma_len() 648 static void XZ_FUNC lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_match() 690 static void XZ_FUNC lzma_rep_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_rep_match() 724 static bool XZ_FUNC lzma_main(struct xz_dec_lzma2 *s) in lzma_main() 769 static void XZ_FUNC lzma_reset(struct xz_dec_lzma2 *s) in lzma_reset() 801 static bool XZ_FUNC lzma_props(struct xz_dec_lzma2 *s, uint8_t props) in lzma_props() 848 static bool XZ_FUNC lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma() 934 struct xz_dec_lzma2 *s, struct xz_buf *b) in xz_dec_lzma2_run() [all …]
|
/busybox-1.35.0/procps/ |
D | nmeter.c | 135 static void put(const char *s) in put() 333 s_stat *s = xzalloc(sizeof(*s)); in init_literal() local 418 cpu_stat *s; in init_cpu() local 452 int_stat *s = xzalloc(sizeof(*s)); in init_int() local 485 ctx_stat *s = xzalloc(sizeof(*s)); in init_ctx() local 529 blk_stat *s = xzalloc(sizeof(*s)); in init_blk() local 550 static void FAST_FUNC collect_fork(fork_stat *s) in collect_fork() 568 fork_stat *s = xzalloc(sizeof(*s)); in init_fork() local 612 if_stat *s = xzalloc(sizeof(*s)); in init_if() local 699 mem_stat *s = xzalloc(sizeof(*s)); in init_mem() local [all …]
|
D | smemcap.c | 51 struct stat s; in archivefile() local 107 struct stat s; in smemcap_main() local
|
/busybox-1.35.0/util-linux/ |
D | losetup.c | 69 char *s; in losetup_main() local 101 char *s; in losetup_main() local 115 char *s; in losetup_main() local
|
D | swaponoff.c | 188 static void set_discard_flag(char *s) in set_discard_flag() 208 #define set_discard_flag(s) ((void)0) argument 212 static void set_priority_flag(char *s) in set_priority_flag() 228 #define set_priority_flag(s) ((void)0) argument
|
/busybox-1.35.0/scripts/kconfig/ |
D | util.c | 71 struct gstr str_assign(const char *s) in str_assign() 88 void str_append(struct gstr *gs, const char *s) in str_append() 102 char s[10000]; /* big enough... */ in str_printf() local
|
/busybox-1.35.0/mailutils/ |
D | sendmail.c | 144 char *s; in sane_address() local 169 char *s, *e; in angle_address() local 182 static void rcptto(const char *s) in rcptto() 196 char *s = free_me; in rcptto_list() local 223 char *s; in sendmail_main() local
|
/busybox-1.35.0/runit/ |
D | runsv.c | 174 static void update_status(struct svdir *s) in update_status() 277 static unsigned custom(struct svdir *s, char c) in custom() 316 static void stopservice(struct svdir *s) in stopservice() 334 static void startservice(struct svdir *s) in startservice() 408 static int ctrl(struct svdir *s, char c) in ctrl() 484 static void open_control(const char *f, struct svdir *s) in open_control() 502 struct stat s; in runsv_main() local
|
/busybox-1.35.0/archival/libarchive/ |
D | lzo1x_9x.c | 150 #define s_get_head3(s,key) s->head3[key] argument 158 static int swd_init(lzo_swd_p s) in swd_init() 194 #define swd_pos2off(s,pos) \ argument 201 static void swd_getbyte(lzo_swd_p s) in swd_getbyte() 225 static void swd_remove_node(lzo_swd_p s, unsigned node) in swd_remove_node() 248 static void swd_accept(lzo_swd_p s, unsigned n) in swd_accept() 279 static void swd_search(lzo_swd_p s, unsigned node, unsigned cnt) in swd_search() 341 static int swd_search2(lzo_swd_p s) in swd_search2() 370 static void swd_findbest(lzo_swd_p s) in swd_findbest() 434 static int init_match(lzo1x_999_t *c, lzo_swd_p s, uint32_t use_best_off) in init_match() [all …]
|
/busybox-1.35.0/printutils/ |
D | lpd.c | 98 char *s = str; in sane() local 121 char *s, *queue; in lpd_main() local
|
/busybox-1.35.0/miscutils/ |
D | bc.c | 1378 static void bc_num_copy(BcNum *d, BcNum *s) in bc_num_copy() 1389 static void bc_num_init_and_copy(BcNum *d, BcNum *s) in bc_num_init_and_copy() 1641 BcStatus s; in zbc_num_binary() local 1878 BcStatus s; in zbc_num_k() local 1985 BcStatus s; in zbc_num_m() local 2024 BcStatus s; in zbc_num_d() local 2104 BcStatus s; in zbc_num_r() local 2140 BcStatus s; in zbc_num_rem() local 2154 BcStatus s = BC_STATUS_SUCCESS; in zbc_num_p() local 2266 BcStatus s; in zbc_num_sqrt() local [all …]
|