Home
last modified time | relevance | path

Searched refs:b2 (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_unbackslash.right3 b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
4 b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
Dvar_unbackslash.tests8 echo b2=$b
9 echo "b2=$b"
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_unbackslash.right3 b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
4 b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
Dvar_unbackslash.tests8 echo b2=$b
9 echo "b2=$b"
/busybox-1.35.0/archival/
Dlzop.c640 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/
Dtest.c626 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/
Dand-or.tests6 false || echo b1 || echo b2
/busybox-1.35.0/shell/ash_test/ash-misc/
Dand-or.tests6 false || echo b1 || echo b2
/busybox-1.35.0/util-linux/
Dfdisk_sgi.c88 unsigned short b2; member
880 info->b2 = SGI_SSWAP16(-1); in fill_sgiinfo()