/busybox-1.35.0/scripts/kconfig/ |
D | expr.c | 17 struct expr *e = malloc(sizeof(*e)); in expr_alloc_symbol() local 26 struct expr *e = malloc(sizeof(*e)); in expr_alloc_one() local 35 struct expr *e = malloc(sizeof(*e)); in expr_alloc_two() local 45 struct expr *e = malloc(sizeof(*e)); in expr_alloc_comp() local 69 struct expr *e; in expr_copy() local 104 void expr_free(struct expr *e) in expr_free() 235 struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn() 321 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool() 616 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups() 640 struct expr *expr_transform(struct expr *e) in expr_transform() [all …]
|
D | qconf.cc | 369 void ConfigLineEdit::keyPressEvent(QKeyEvent* e) in keyPressEvent() 660 void ConfigList::contentsMousePressEvent(QMouseEvent* e) in contentsMousePressEvent() 667 void ConfigList::contentsMouseReleaseEvent(QMouseEvent* e) in contentsMouseReleaseEvent() 722 void ConfigList::contentsMouseMoveEvent(QMouseEvent* e) in contentsMouseMoveEvent() 729 void ConfigList::contentsMouseDoubleClickEvent(QMouseEvent* e) in contentsMouseDoubleClickEvent() 756 void ConfigList::focusInEvent(QFocusEvent *e) in focusInEvent() 1277 void ConfigMainWindow::closeEvent(QCloseEvent* e) in closeEvent()
|
D | symbol.c | 227 struct expr *e; in sym_calc_choice() local 266 struct expr *e; in sym_calc_value() local 440 struct expr *e; in sym_set_tristate_value() local 760 static struct symbol *sym_check_expr_deps(struct expr *e) in sym_check_expr_deps()
|
D | confdata.c | 273 struct expr *e; in conf_read() local
|
D | expr.h | 179 static inline int expr_is_yes(struct expr *e) in expr_is_yes() 184 static inline int expr_is_no(struct expr *e) in expr_is_no()
|
D | menu.c | 77 struct expr *menu_check_dep(struct expr *e) in menu_check_dep()
|
/busybox-1.35.0/coreutils/ |
D | printenv.c | 37 char **e = environ; in printenv_main() local
|
D | expr.c | 89 #define STRTOL(s, e, b) strtoll(s, e, b) argument 95 #define STRTOL(s, e, b) strtol(s, e, b) argument 191 char *e; in toarith() local
|
D | factor.c | 51 #define R(a,b,c,d,e,f,g,h,i,j,A,B,C,D,E,F,G,H,I,J) \ argument 54 #define P(a,b,c,d,e,f,g,h,i,j,A,B,C,D,E,F,G,H,I,J) \ argument
|
D | echo.c | 103 char n, e; in echo_main() local
|
D | cut.c | 257 int s = 0, e = 0; in cut_main() local
|
/busybox-1.35.0/libbb/ |
D | parse_mode.c | 45 char *e; in bb_parse_mode() local
|
D | xatonum_template.c | 26 char *e; in xstrtou() local
|
D | appletlib.c | 311 static char *get_trimmed_slice(char *s, char *e) in get_trimmed_slice() 402 char *e = strchr(s, ']'); in parse_config_file() local 433 char *e = strchr(s, '='); in parse_config_file() local
|
D | copy_file.c | 28 int e = errno; in ask_and_unlink() local
|
D | vfork_daemon_rexec.c | 34 const char *e, *expected_comm; in re_execed_comm() local
|
D | hash_md5_sha.c | 501 uint32_t a, b, c, d, e; in sha1_process_block64() local 626 uint32_t W[64], a, b, c, d, e, f, g, h; in sha256_process_block64() local 700 uint64_t e = ctx->hash[4]; in sha512_process_block128() local
|
/busybox-1.35.0/modutils/ |
D | modutils.c | 21 struct module_entry *e; in helper_get_module() local 56 module_entry *e, *n; in moddb_free() local
|
D | depmod.c | 41 module_entry *e; in parse_module() local
|
/busybox-1.35.0/miscutils/ |
D | flashcp.c | 66 struct erase_info_user e; in flashcp_main() local
|
/busybox-1.35.0/networking/ |
D | tls_rsa.h | 10 pstm_int e, d, N, qP, dP, dQ, p, q; member
|
/busybox-1.35.0/archival/libarchive/ |
D | decompress_uncompress.c | 153 int e; in IF_DESKTOP() local
|
D | decompress_gunzip.c | 39 unsigned char e; /* number of extra bits or operation */ member 531 unsigned e; /* table entry flag/number of extra bits */ in inflate_codes() local 704 static int inflate_block(STATE_PARAM smallint *e) in inflate_block()
|
/busybox-1.35.0/util-linux/ |
D | mdev.c | 336 struct envmatch *e; in clean_up_cur_rule() local 357 struct envmatch *e; in parse_envmatch_pfx() local 508 static int env_matches(struct envmatch *e) in env_matches()
|
/busybox-1.35.0/mailutils/ |
D | sendmail.c | 169 char *s, *e; in angle_address() local
|