/busybox-1.35.0/testsuite/ |
D | bc_log.bc | 1 l(0) 2 l(0.5) 3 l(1) 4 l(1.5) 5 l(1.74) 6 l(2) 7 l(3.2345) 8 l(5.283957) 9 l(13.23857) 10 l(100) [all …]
|
D | bc_array.bc | 4 for (i = 0; i < l; ++i) { 11 for (i = 0; i < l; ++i) { 24 l = length(a[]) 26 for (i = 0; i <= l; ++i) { 33 l
|
D | dcx_vars.dc | 2 298734.8921702348S xotj _928374892.28937S yotp zpRl xotj l yotp-pRzpR L xotj L yotp-pR
|
/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 | xatonum.h | 15 unsigned type xstrto##UT##_range_sfx(const char *str, int b, unsigned type l, unsigned type u, cons… 16 unsigned type xstrto##UT##_range(const char *str, int b, unsigned type l, unsigned type u) FAST_FUN… 19 unsigned type xato##UT##_range_sfx(const char *str, unsigned type l, unsigned type u, const struct … 20 unsigned type xato##UT##_range(const char *str, unsigned type l, unsigned type u) FAST_FUNC; \ 23 type xstrto##T##_range_sfx(const char *str, int b, type l, type u, const struct suffix_mult *sfx) F… 24 type xstrto##T##_range(const char *str, int b, type l, type u) FAST_FUNC; \ 26 type xato##T##_range_sfx(const char *str, type l, type u, const struct suffix_mult *sfx) FAST_FUNC;… 27 type xato##T##_range(const char *str, type l, type u) FAST_FUNC; \ 40 unsigned narrow xstrto##UN##_range_sfx(const char *str, int b, unsigned narrow l, unsigned narrow u… 41 { return xstrto##UW##_range_sfx(str, b, l, u, sfx); } \ [all …]
|
/busybox-1.35.0/coreutils/ |
D | expr.c | 217 static int cmp_common(VALUE *l, VALUE *r, int op) in cmp_common() argument 221 ll = l->u.i; in cmp_common() 223 if (l->type == STRING || r->type == STRING) { in cmp_common() 224 tostring(l); in cmp_common() 226 ll = strcmp(l->u.s, r->u.s); in cmp_common() 247 static arith_t arithmetic_common(VALUE *l, VALUE *r, int op) in arithmetic_common() argument 251 if (!toarith(l) || !toarith(r)) in arithmetic_common() 253 li = l->u.i; in arithmetic_common() 347 VALUE *l = l; /* silence gcc */ in eval6() local 365 l = eval6(); in eval6() [all …]
|
/busybox-1.35.0/networking/ |
D | tls_aesgcm.c | 40 #define l ((unsigned long*)x) in RIGHTSHIFTX() macro 62 unsigned long carryOut = l[i] << (LONG_BIT-1); // zero, or 0x800..00 in RIGHTSHIFTX() 63 l[i] = (l[i] >> 1) ^ carryIn; in RIGHTSHIFTX() 68 unsigned long carryOut = l[0] << (LONG_BIT-1); // zero, or 0x800..00 in RIGHTSHIFTX() 69 l[0] = (l[0] >> 1) ^ carryIn; in RIGHTSHIFTX() 70 l[1] = (l[1] >> 1) ^ carryOut; in RIGHTSHIFTX() 83 unsigned long ti = SWAP_BE32(l[i]); in RIGHTSHIFTX() 86 l[i] = SWAP_BE32(ti); in RIGHTSHIFTX() 91 unsigned long tt = SWAP_BE64(l[0]); in RIGHTSHIFTX() 93 tt = (tt >> 1) ^ carryIn; l[0] = SWAP_BE64(tt); in RIGHTSHIFTX() [all …]
|
/busybox-1.35.0/shell/ash_test/ash-redir/ |
D | redir_leak.tests | 5 ls -1 /proc/self/fd | wc -l 6 ls -1 /proc/self/fd >/proc/self/fd/1 | wc -l 7 ls -1 /proc/self/fd >/proc/self/fd/1 2>&1 | wc -l 8 echo "`ls -1 /proc/self/fd `" | wc -l 9 echo "`ls -1 /proc/self/fd >/proc/self/fd/1 `" | wc -l 10 echo "`ls -1 /proc/self/fd >/proc/self/fd/1 2>&1 `" | wc -l
|
/busybox-1.35.0/shell/hush_test/hush-redir/ |
D | redir_leak.tests | 5 ls -1 /proc/self/fd | wc -l 6 ls -1 /proc/self/fd >/proc/self/fd/1 | wc -l 7 ls -1 /proc/self/fd >/proc/self/fd/1 2>&1 | wc -l 8 echo "`ls -1 /proc/self/fd `" | wc -l 9 echo "`ls -1 /proc/self/fd >/proc/self/fd/1 `" | wc -l 10 echo "`ls -1 /proc/self/fd >/proc/self/fd/1 2>&1 `" | wc -l
|
/busybox-1.35.0/mailutils/ |
D | makemime.c | 177 llist_t *opt_headers = NULL, *l; in makemime_main() local 211 for (l = opt_headers; l; l = l->link) in makemime_main() 212 puts(l->data); in makemime_main()
|
/busybox-1.35.0/testsuite/du/ |
D | du-l-works | 8 test x"`busybox du -l .`" = x"144 ." \ 9 -o x"`busybox du -l .`" = x"146 ." \ 10 -o x"`busybox du -l .`" = x"148 ." \ 11 -o x"`busybox du -l .`" = x"152 ." \ 12 -o x"`busybox du -l .`" = x"156 ."
|
/busybox-1.35.0/networking/libiproute/ |
D | ll_addr.c | 19 int l; in ll_addr_n2a() local 26 l = 0; in ll_addr_n2a() 29 snprintf(buf + l, blen, ":%02x"+1, addr[i]); in ll_addr_n2a() 31 l += 2; in ll_addr_n2a() 33 snprintf(buf + l, blen, ":%02x", addr[i]); in ll_addr_n2a() 35 l += 3; in ll_addr_n2a()
|
D | ipaddress.c | 443 struct nlmsg_list *l; in ipaddr_list_or_flush() local 536 while ((l = *lp) != NULL) { in ipaddr_list_or_flush() 538 struct ifinfomsg *ifi = NLMSG_DATA(&l->h); in ipaddr_list_or_flush() 584 *lp = l->next; in ipaddr_list_or_flush() 586 lp = &l->next; in ipaddr_list_or_flush() 590 for (l = linfo; l; l = l->next) { in ipaddr_list_or_flush() 593 || (print_linkinfo(&l->h) == 0) in ipaddr_list_or_flush() 595 struct ifinfomsg *ifi = NLMSG_DATA(&l->h); in ipaddr_list_or_flush() 641 char *l = NULL; in ipaddr_modify() local 732 l = *argv; in ipaddr_modify() [all …]
|
/busybox-1.35.0/miscutils/ |
D | chat.c | 270 llist_t *l; in chat_main() local 276 for (l = aborts; l; l = l->link) { in chat_main() 278 size_t len = strlen(l->data); in chat_main() 280 if (strcmp(arg, l->data) == 0) { in chat_main() 281 llist_unlink(&aborts, l); in chat_main() 371 llist_t *l; in chat_main() local 404 for (l = aborts, exitcode = ERR_ABORT; l; l = l->link, ++exitcode) { in chat_main() 405 size_t len = strlen(l->data); in chat_main() 407 if (delta >= 0 && !memcmp(inbuf + delta, l->data, len)) in chat_main()
|
/busybox-1.35.0/libbb/ |
D | pw_encrypt_des.c | 598 uint32_t l, r, *kl, *kr; in do_des() local 607 l = ip_maskl[0][l_in >> 24] in do_des() 624 l = r = 0; in do_des() 626 l |= ip_maskl[round][0]; in do_des() 629 bb_error_msg("l:%x r:%x", l, r); /* reports 0, 0 always! */ in do_des() 631 l = r = 0; in do_des() 668 f ^= l; in do_des() 669 l = r; in do_des() 672 r = l; in do_des() 673 l = f; in do_des() [all …]
|
/busybox-1.35.0/scripts/ |
D | bloat-o-meter | 47 for l in os.popen("readelf -W -S " + file).readlines(): 48 x = l.replace("[ ", "[", 1).split() 55 for l in os.popen("readelf -W -s %s %s" % (sym_args, file)).readlines(): 56 l = l.strip() 57 if not (len(l) and l[0].isdigit() and len(l.split()) == 8): 59 num, value, size, typ, bind, vis, ndx, name = l.split()
|
/busybox-1.35.0/archival/ |
D | cpio.c | 281 struct inodes_s *l; in cpio_o() local 284 l = links; in cpio_o() 286 if (l == NULL) { in cpio_o() 288 l = xzalloc(sizeof(*l)); in cpio_o() 289 l->st = st; in cpio_o() 290 l->next = links; in cpio_o() 293 l->mapped_inode = ++G.next_inode; in cpio_o() 295 links = l; in cpio_o() 298 if (l->st.st_ino == st.st_ino) { in cpio_o() 302 l = l->next; in cpio_o() [all …]
|
/busybox-1.35.0/testsuite/ls/ |
D | ls-l-works | 6 LC_ALL=C ls -l "$d" > logfile.gnu 7 LC_ALL=C busybox ls -l "$d" > logfile.bb
|
/busybox-1.35.0/scripts/kconfig/ |
D | util.c | 90 size_t l = strlen(gs->s) + strlen(s) + 1; in str_append() local 91 if (l > gs->len) { in str_append() 92 gs->s = realloc(gs->s, l); in str_append() 93 gs->len = l; in str_append()
|
/busybox-1.35.0/editors/ |
D | diff.c | 282 const int l = (i + j) >> 1; in search() local 283 if (l > i) { in search() 284 const int t = list[c[l]].y; in search() 286 j = l; in search() 288 i = l; in search() 290 return l; in search() 292 return l + 1; in search() 319 int l, tc; in stone() local 322 l = search(klist, k, cand.y, clist); in stone() 323 if (l != oldl + 1) in stone() [all …]
|
D | awk.c | 184 } l; member 778 int l; in hash_find() local 786 l = strlen(name) + 1; in hash_find() 787 hi = xzalloc(sizeof(*hi) + l); in hash_find() 793 hash->glen += l; in hash_find() 1186 int l = (unsigned char) *tl++; in next_token() local 1187 if (l == (unsigned char) NTCC) { in next_token() 1196 && strncmp(p, tl, l) == 0 in next_token() 1197 && !((tc & TS_WORD) && isalnum_(p[l])) in next_token() 1201 debug_printf_parse("%s: token found:'%.*s' t_info:%x\n", __func__, l, p, t_info); in next_token() [all …]
|
/busybox-1.35.0/modutils/ |
D | modprobe.c | 281 llist_t *l; in config_file_action() local 289 for (l = G.probes; l; l = l->link) { in config_file_action() 290 m = (struct module_entry *) l->data; in config_file_action() 434 llist_t *l; in do_modprobe() local 435 for (l = m->deps; l; l = l->link) in do_modprobe() 436 DBG("dep: %s", l->data); in do_modprobe()
|
/busybox-1.35.0/testsuite/wc/ |
D | wc-counts-lines | 1 test `echo i\'m a little teapot | busybox wc -l` -eq 1
|
/busybox-1.35.0/examples/var_service/fw/etc/ |
D | hosts | 16 ip -o a l \
|
/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 773 if (l >= 0 && new) in logdir_open() 878 int l; in logdirs_reopen() local 882 for (l = 0; l < dirn; ++l) { in logdirs_reopen() 883 logdir_close(&dir[l]); in logdirs_reopen() 884 if (logdir_open(&dir[l], fndir[l])) in logdirs_reopen() 997 int l; in sig_child_handler() local 1002 for (l = 0; l < dirn; ++l) { in sig_child_handler() 1003 if (dir[l].ppid == pid) { in sig_child_handler() 1004 dir[l].ppid = 0; in sig_child_handler() [all …]
|