Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 39) sorted by relevance

12

/busybox-1.35.0/scripts/kconfig/
Dexpr.c17 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 …]
Dqconf.cc369 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()
Dsymbol.c227 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()
Dconfdata.c273 struct expr *e; in conf_read() local
Dexpr.h179 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()
Dmenu.c77 struct expr *menu_check_dep(struct expr *e) in menu_check_dep()
/busybox-1.35.0/coreutils/
Dprintenv.c37 char **e = environ; in printenv_main() local
Dexpr.c89 #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
Dfactor.c51 #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
Decho.c103 char n, e; in echo_main() local
Dcut.c257 int s = 0, e = 0; in cut_main() local
/busybox-1.35.0/libbb/
Dparse_mode.c45 char *e; in bb_parse_mode() local
Dxatonum_template.c26 char *e; in xstrtou() local
Dappletlib.c311 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
Dcopy_file.c28 int e = errno; in ask_and_unlink() local
Dvfork_daemon_rexec.c34 const char *e, *expected_comm; in re_execed_comm() local
Dhash_md5_sha.c501 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/
Dmodutils.c21 struct module_entry *e; in helper_get_module() local
56 module_entry *e, *n; in moddb_free() local
Ddepmod.c41 module_entry *e; in parse_module() local
/busybox-1.35.0/miscutils/
Dflashcp.c66 struct erase_info_user e; in flashcp_main() local
/busybox-1.35.0/networking/
Dtls_rsa.h10 pstm_int e, d, N, qP, dP, dQ, p, q; member
/busybox-1.35.0/archival/libarchive/
Ddecompress_uncompress.c153 int e; in IF_DESKTOP() local
Ddecompress_gunzip.c39 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/
Dmdev.c336 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/
Dsendmail.c169 char *s, *e; in angle_address() local

12