Searched refs:b2 (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_unbackslash.right | 3 b2=-qwerty-\t-\-"-`-\--\z-\*-\?- 4 b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
|
D | var_unbackslash.tests | 8 echo b2=$b 9 echo "b2=$b"
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_unbackslash.right | 3 b2=-qwerty-\t-\-"-`-\--\z-\*-\?- 4 b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
|
D | var_unbackslash.tests | 8 echo b2=$b 9 echo "b2=$b"
|
/busybox-1.35.0/archival/ |
D | lzop.c | 640 uint8_t *const b2 = xzalloc(MAX_COMPRESSED_SIZE(block_size)); in lzo_compress() local 686 r = lzo1x_1_compress(b1, src_len, b2, &dst_len, wrk_mem); in lzo_compress() 688 r = lzo1x_1_15_compress(b1, src_len, b2, &dst_len, wrk_mem); in lzo_compress() 691 r = lzo1x_999_compress_level(b1, src_len, b2, &dst_len, in lzo_compress() 702 r = lzo1x_optimize(b2, dst_len, b1, &new_len /*, NULL*/); in lzo_compress() 721 *wordptr++ = htonl(lzo_adler32(ADLER32_INIT_VALUE, b2, dst_len)); in lzo_compress() 723 *wordptr++ = htonl(lzo_crc32(CRC32_INIT_VALUE, b2, dst_len)); in lzo_compress() 728 xwrite(1, b2, dst_len); in lzo_compress() 740 free(b2); in lzo_compress() 774 uint8_t *b2 = NULL; in lzo_decompress() local [all …]
|
/busybox-1.35.0/coreutils/ |
D | test.c | 626 struct stat b1, b2; in binop() local 628 if (stat(opnd1, &b1) || stat(opnd2, &b2)) in binop() 631 return b1.st_mtime > b2.st_mtime; in binop() 633 return b1.st_mtime < b2.st_mtime; in binop() 635 return b1.st_dev == b2.st_dev && b1.st_ino == b2.st_ino; in binop()
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | and-or.tests | 6 false || echo b1 || echo b2
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | and-or.tests | 6 false || echo b1 || echo b2
|
/busybox-1.35.0/util-linux/ |
D | fdisk_sgi.c | 88 unsigned short b2; member 880 info->b2 = SGI_SSWAP16(-1); in fill_sgiinfo()
|