Searched refs:bs (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/bzip/ |
H A D | bzip2recover.c | 137 BitStream *bs = malloc ( sizeof(BitStream) ); local 138 if (bs == NULL) mallocFail ( sizeof(BitStream) ); 139 bs->handle = stream; 140 bs->buffer = 0; 141 bs->buffLive = 0; 142 bs->mode = 'r'; 143 return bs; 150 BitStream *bs = malloc ( sizeof(BitStream) ); local 151 if (bs == NULL) mallocFail ( sizeof(BitStream) ); 152 bs 161 bsPutBit( BitStream* bs, Int32 bit ) argument 223 bsPutUChar( BitStream* bs, UChar c ) argument 232 bsPutUInt32( BitStream* bs, UInt32 c ) argument [all...] |
/ast/src/cmd/ksh93/tests/ |
H A D | subshell.sh | 107 integer BS=1024 nb=64 ss=60 bs no 108 for bs in $BS 1 114 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs') 119 (( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with write size $bs -- expected $((BS*nb)), got ${no:-0}" 122 for bs in $BS 1 129 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs' 2>/dev/null) 134 (( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with write size $bs and trailing redirection -- expected $((BS*nb)), got ${no:-0}"
|
/ast/src/cmd/std/ |
H A D | dd.c | 98 #define operand_begin bs 136 Operand_t bs; member in struct:__anon225 187 "bs", 668 if (state.bs.value.number) 670 state.obs.value.number = state.bs.value.number; 671 state.bs.value.number = 0; 680 if (n = state.bs.value.number) 687 error(3, "%s requires %s or %s", state.iseek.name, state.bs.name, state.ibs.name); 691 error(3, "%s requires %s or %s", state.oseek.name, state.bs.name, state.obs.name); 718 state.bs [all...] |
/ast/src/cmd/INIT/ |
H A D | hurl.sh | 157 dd bs=$block count=$limit silent=1
|
/ast/src/cmd/re/ |
H A D | testglob.c | 513 char* bs; local 1038 bs = s = ans; 1042 bs = s; 1056 bs = s = 0; 1066 quote(bs);
|
/ast/src/lib/libast/vmalloc/ |
H A D | vmbest.c | 851 size_t s, bs; local 930 else if((bs = s&~BITS) < size) 937 memcpy(data, oldd, bs);
|
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 1277 int bs= newpos.line && ep->e_plen>ep->e_winsz; local 1281 if(!ep->e_crlf || bs || (2*delta <= ((old-first)+(newpos.line?0:ep->e_plen))) )
|
Completed in 44 milliseconds