/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 …]
|
/busybox-1.35.0/coreutils/ |
D | expr.c | 217 static int cmp_common(VALUE *l, VALUE *r, int op) in cmp_common() 247 static arith_t arithmetic_common(VALUE *l, VALUE *r, int op) in arithmetic_common() 347 VALUE *l = l; /* silence gcc */ in eval6() local 408 VALUE *l, *r, *v; in eval5() local 426 VALUE *l, *r; in eval4() local 450 VALUE *l, *r; in eval3() local 474 VALUE *l, *r; in eval2() local 504 VALUE *l, *r; in eval1() local 524 VALUE *l, *r; in eval() local
|
/busybox-1.35.0/libbb/ |
D | pw_encrypt_md5.c | 151 unsigned l = (final[i] << 16) | (final[i+6] << 8) | final[i+12]; in md5_crypt() local
|
D | lineedit.c | 1130 int l; in showfiles() local 1180 int l = 0; in quote_special_chars() local 1955 int l; in parse_and_put_prompt() local 3018 int l; in main() local
|
/busybox-1.35.0/networking/libiproute/ |
D | ll_addr.c | 19 int l; in ll_addr_n2a() local
|
D | ipaddress.c | 443 struct nlmsg_list *l; in ipaddr_list_or_flush() local 641 char *l = NULL; in ipaddr_modify() local
|
D | libnetlink.c | 296 int l = len - sizeof(*h); in rtnl_talk() local
|
/busybox-1.35.0/mailutils/ |
D | makemime.c | 177 llist_t *opt_headers = NULL, *l; in makemime_main() local
|
/busybox-1.35.0/miscutils/ |
D | chat.c | 270 llist_t *l; in chat_main() local 371 llist_t *l; in chat_main() local
|
D | man.c | 247 int l = strlen(str); in is_section_name() local
|
/busybox-1.35.0/scripts/kconfig/ |
D | util.c | 90 size_t l = strlen(gs->s) + strlen(s) + 1; in str_append() local
|
D | conf.c | 45 int l; in strip() local
|
D | confdata.c | 340 int type, l; in conf_write() local
|
/busybox-1.35.0/editors/ |
D | diff.c | 282 const int l = (i + j) >> 1; in search() local 319 int l, tc; in stone() local 388 static void unsort(const struct line *f, int l, int *b) in unsort() 810 struct dlist *const l = state->userData; in add_to_dirlist() local 836 struct dlist *const l = state->userData; in skip_dir() local
|
D | awk.c | 184 } l; member 778 int l; in hash_find() local 1186 int l = (unsigned char) *tl++; in next_token() local 1990 int l; in awk_split() local 2086 int sl, l, len, i, bsize; in handle_special() local 2601 int i, l, ll, n; in exec_builtin() local 3491 const char *l = getvar_s(L.v); in evaluate() local
|
/busybox-1.35.0/modutils/ |
D | modprobe.c | 281 llist_t *l; in config_file_action() local 434 llist_t *l; in do_modprobe() local
|
/busybox-1.35.0/networking/ |
D | tls_aesgcm.c | 40 #define l ((unsigned long*)x) in RIGHTSHIFTX() macro
|
/busybox-1.35.0/runit/ |
D | svlogd.c | 772 int l = asprintf(&new, "%s%s\n", ld->inst ? ld->inst : "", s); in logdir_open() local 878 int l; in logdirs_reopen() local 997 int l; in sig_child_handler() local 1053 char *r, *l, *b; in svlogd_main() local
|
D | chpst.c | 262 static void limit(int what, long l) in limit()
|
D | sv.c | 459 int fd, r, l; in control() local
|
/busybox-1.35.0/shell/ |
D | shell_common.c | 511 const struct limits *l) in printlim()
|
/busybox-1.35.0/archival/ |
D | cpio.c | 281 struct inodes_s *l; in cpio_o() local
|
D | lzop.c | 662 int l; in lzo_compress() local 945 int l; in read_header() local
|
/busybox-1.35.0/util-linux/ |
D | fdisk_sgi.c | 136 setfreelist(int i, unsigned int f, unsigned int l) in setfreelist() 143 add2freelist(unsigned int f, unsigned int l) in add2freelist()
|
/busybox-1.35.0/init/ |
D | init.c | 237 unsigned l; in message() local
|