/busybox-1.35.0/coreutils/ |
D | expr.c | 219 arith_t ll, rr; in cmp_common() local 221 ll = l->u.i; in cmp_common() 226 ll = strcmp(l->u.s, r->u.s); in cmp_common() 232 return ll < rr; in cmp_common() 234 return ll <= rr; in cmp_common() 236 return ll == rr; in cmp_common() 238 return ll != rr; in cmp_common() 240 return ll > rr; in cmp_common() 242 return ll >= rr; in cmp_common()
|
/busybox-1.35.0/archival/libarchive/ |
D | decompress_gunzip.c | 706 unsigned ll[286 + 30]; /* literal/length and distance code lengths */ in inflate_block() local 784 ll[i] = 8; in inflate_block() 786 ll[i] = 9; in inflate_block() 788 ll[i] = 7; in inflate_block() 790 ll[i] = 8; in inflate_block() 792 inflate_codes_tl = huft_build(ll, 288, 257, &lit, &bl); in inflate_block() 797 ll[i] = 5; in inflate_block() 799 inflate_codes_td = huft_build(ll, 30, 0, &dist, &bd); in inflate_block() 859 ll[border[j]] = (unsigned) b_dynamic & 7; in inflate_block() 864 ll[border[j]] = 0; in inflate_block() [all …]
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | subshell.tests | 11 # With TERM we'll check whether it is reset
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | subshell.tests | 11 # With TERM we'll check whether it is reset
|
/busybox-1.35.0/include/ |
D | xatonum.h | 32 DECLARE_STR_CONV(long long, ll, ull) 87 DEFINE_EQUIV_STR_CONV(long, l, ll, ul, ull) 95 DEFINE_EQUIV_STR_CONV(int, i, ll, u, ull)
|
/busybox-1.35.0/networking/ |
D | wget.c | 1589 llist_t *ll = headers_llist; in wget_main() local 1590 while (ll) { in wget_main() 1591 size += strlen(ll->data) + 2; in wget_main() 1592 ll = ll->link; in wget_main()
|
/busybox-1.35.0/miscutils/ |
D | hdparm.c | 786 uint32_t ll, mm, nn, oo; in identify() local 969 ll = (uint32_t)val[LBA_SECTS_MSB] << 16 | val[LBA_SECTS_LSB]; in identify() 972 if ((ll > 0x00FBFC10) && (!val[LCYLS])) in identify() 1005 printf("\tLBA user addressable sectors:%11u\n", ll); in identify() 1017 bbbig = (uint64_t)(ll>mm ? ll : mm); /* # 512 byte blocks */ in identify()
|
/busybox-1.35.0/docs/ |
D | embedded-scripts.txt | 12 to be provided by BusyBox you'll need to ensure they're enabled too.
|
D | contributing.txt | 350 for inclusion of the patch. You'll also have more people that can test your 374 The old saying "You'll catch more flies with honey than you will with vinegar"
|
/busybox-1.35.0/ |
D | TODO | 101 This one's open to everybody, but I'll wind up doing it... 138 buffer. Either way, there's no guarantee it'll make it to its final
|
/busybox-1.35.0/editors/ |
D | awk.c | 2601 int i, l, ll, n; in exec_builtin() local 2716 ll = strlen(as[1]); in exec_builtin() 2717 l = strlen(as[0]) - ll; in exec_builtin() 2718 if (ll > 0 && l >= 0) { in exec_builtin() 2728 if (strncasecmp(as[0]+i, as[1], ll) == 0) { in exec_builtin()
|
/busybox-1.35.0/archival/ |
D | dpkg.c | 1560 …void append_control_file_to_llist(const char *package_name, const char *control_name, llist_t **ll) in append_control_file_to_llist() argument 1570 llist_add_to(ll, line); in append_control_file_to_llist()
|
/busybox-1.35.0/examples/var_service/ |
D | README | 30 Here I’ll use runit, however, the ideas are the same for other
|
/busybox-1.35.0/shell/ |
D | ash.c | 9793 struct localvar_list *ll; in poplocalvars() local 9798 ll = localvar_stack; in poplocalvars() 9799 localvar_stack = ll->next; in poplocalvars() 9801 next = ll->lv; in poplocalvars() 9802 free(ll); in poplocalvars() 9850 struct localvar_list *ll; in pushlocalvars() local 9858 ll = ckzalloc(sizeof(*ll)); in pushlocalvars() 9860 ll->next = top; in pushlocalvars() 9861 localvar_stack = ll; in pushlocalvars()
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 731 /* The intent behind this definition is that it'll catch 1363 * YY_NULL, it'll still work - another
|