Searched refs:bs (Results 1 - 25 of 207) sorted by relevance

123456789

/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dspin.bash8 bs=$'\b'
10 chars="|${bs} \\${bs} -${bs} /${bs}"
H A Ddd-ex.sh31 set `$dd if=$tmp bs=1 of=/dev/null skip=1 2>&1`
33 $dd if=$tmp bs=1 count=$1 2>/dev/null
74 $dd if=/dev/null of=$tmp bs=1 2>/dev/null
79 *) zero | $dd of=$tmp.1 bs=1 "count=$n" 2>/dev/null
86 set `$dd if=$tmp bs=1 of=/dev/null 2>&1`
96 zero | $dd of=$tmp bs=1 "count=$2" 2>/dev/null
98 set `$dd if=$tmp bs=1 of=/dev/null "skip=$3" 2>&1`
111 zero | $dd "bs=$2" of=$tmp "count=$3" 2>/dev/null
113 set `$dd if=$tmp bs=1 of=/dev/null 2>&1`
123 zero | $dd bs
[all...]
/macosx-10.10/disklabel-6/
H A Ddestroy.c35 int bs; local
44 bs = GetBlockSize(dev);
45 if (bs != 0) {
47 char bz[bs];
48 memset(bz, 0, bs);
54 if (write(fd, bz, bs) != bs) {
55 err(2, "doDestroy: cannot write %d bytes onto device %s", bs, dev);
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dt_bitst.c64 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, argument
71 if(ASN1_BIT_STRING_get_bit(bs, bnam->bitnum)) {
81 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value, argument
87 if(bs) {
88 if(!ASN1_BIT_STRING_set_bit(bs, bitnum, value))
H A Dasn1_par.c328 ASN1_INTEGER *bs; local
332 bs=d2i_ASN1_INTEGER(NULL,&opp,len+hl);
333 if (bs != NULL)
336 if (bs->type == V_ASN1_NEG_INTEGER)
339 for (i=0; i<bs->length; i++)
342 bs->data[i]) <= 0)
345 if (bs->length == 0)
356 M_ASN1_INTEGER_free(bs);
360 ASN1_ENUMERATED *bs; local
364 bs
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbridgestp.c214 bstp_transmit(struct bstp_state *bs, struct bstp_port *bp) argument
216 if (bs->bs_running == 0)
225 bstp_hello_timer_expiry(bs, bp);
228 if (bp->bp_txcount > bs->bs_txholdcount)
233 bstp_transmit_bpdu(bs, bp);
238 bstp_transmit_bpdu(bs, bp);
243 bstp_transmit_tcn(bs, bp);
252 bstp_transmit_bpdu(struct bstp_state *bs, struct bstp_port *bp) argument
256 BSTP_LOCK_ASSERT(bs);
284 bstp_send_bpdu(bs, b
288 bstp_transmit_tcn(struct bstp_state *bs, struct bstp_port *bp) argument
403 bstp_send_bpdu(struct bstp_state *bs, struct bstp_port *bp, struct bstp_cbpdu *bpdu) argument
534 struct bstp_state *bs = bp->bp_bs; local
610 bstp_received_stp(struct bstp_state *bs, struct bstp_port *bp, struct mbuf **mp, struct bstp_tbpdu *tpdu) argument
635 bstp_received_rstp(struct bstp_state *bs, struct bstp_port *bp, struct mbuf **mp, struct bstp_tbpdu *tpdu) argument
654 bstp_received_tcn(__unused struct bstp_state *bs, struct bstp_port *bp, __unused struct bstp_tcn_unit *tcn) argument
662 bstp_received_bpdu(struct bstp_state *bs, struct bstp_port *bp, struct bstp_config_unit *cu) argument
860 bstp_assign_roles(struct bstp_state *bs) argument
979 bstp_update_state(struct bstp_state *bs, struct bstp_port *bp) argument
1004 bstp_update_roles(struct bstp_state *bs, struct bstp_port *bp) argument
1217 struct bstp_state *bs = bp->bp_bs; local
1246 struct bstp_state *bs = bp->bp_bs; local
1259 bstp_set_all_reroot(struct bstp_state *bs) argument
1270 bstp_set_all_sync(struct bstp_state *bs) argument
1324 struct bstp_state *bs = bp->bp_bs; local
1398 struct bstp_state *bs = bp->bp_bs; local
1429 struct bstp_state *bs = bp->bp_bs; local
1506 struct bstp_state *bs = bp->bp_bs; local
1538 bstp_rerooted(struct bstp_state *bs, struct bstp_port *bp) argument
1555 bstp_set_htime(struct bstp_state *bs, int t) argument
1575 bstp_set_fdelay(struct bstp_state *bs, int t) argument
1591 bstp_set_maxage(struct bstp_state *bs, int t) argument
1607 bstp_set_holdcount(struct bstp_state *bs, int count) argument
1624 bstp_set_protocol(struct bstp_state *bs, int proto) argument
1656 bstp_set_priority(struct bstp_state *bs, int pri) argument
1674 struct bstp_state *bs = bp->bp_bs; local
1692 struct bstp_state *bs = bp->bp_bs; local
1718 struct bstp_state *bs = bp->bp_bs; local
1732 struct bstp_state *bs = bp->bp_bs; local
1749 struct bstp_state *bs = bp->bp_bs; local
1760 struct bstp_state *bs = bp->bp_bs; local
1816 struct bstp_state *bs = bp->bp_bs; local
1830 struct bstp_state *bs = bp->bp_bs; local
1858 struct bstp_state *bs; local
1881 bstp_ifupdstatus(struct bstp_state *bs, struct bstp_port *bp) argument
1924 bstp_enable_port(struct bstp_state *bs, struct bstp_port *bp) argument
1931 bstp_disable_port(struct bstp_state *bs, struct bstp_port *bp) argument
1940 struct bstp_state *bs = arg; local
2026 bstp_hello_timer_expiry(struct bstp_state *bs, struct bstp_port *bp) argument
2039 bstp_message_age_expiry(struct bstp_state *bs, struct bstp_port *bp) argument
2049 bstp_migrate_delay_expiry(__unused struct bstp_state *bs, struct bstp_port *bp) argument
2055 bstp_edge_delay_expiry(__unused struct bstp_state *bs, struct bstp_port *bp) argument
2096 bstp_reinit(struct bstp_state *bs) argument
2175 bstp_attach(struct bstp_state *bs, struct bstp_cb_ops *cb) argument
2200 bstp_detach(struct bstp_state *bs) argument
2212 bstp_init(struct bstp_state *bs) argument
2227 bstp_stop(struct bstp_state *bs) argument
2242 bstp_create(struct bstp_state *bs, struct bstp_port *bp, struct ifnet *ifp) argument
2268 struct bstp_state *bs = bp->bp_bs; local
2294 struct bstp_state *bs = bp->bp_bs; local
[all...]
/macosx-10.10/bzip2-36/bzip2/
H A Dbzip2recover.c156 BitStream *bs = malloc ( sizeof(BitStream) ); local
157 if (bs == NULL) mallocFail ( sizeof(BitStream) );
158 bs->handle = stream;
159 bs->buffer = 0;
160 bs->buffLive = 0;
161 bs->mode = 'r';
162 return bs;
169 BitStream *bs = malloc ( sizeof(BitStream) ); local
170 if (bs == NULL) mallocFail ( sizeof(BitStream) );
171 bs
180 bsPutBit( BitStream* bs, Int32 bit ) argument
242 bsPutUChar( BitStream* bs, UChar c ) argument
251 bsPutUInt32( BitStream* bs, UInt32 c ) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/autosign-ksk/
H A Dsetup.sh24 dd if=random.data of=random.data1 bs=1k count=400 2> /dev/null
25 dd if=random.data of=random.data2 bs=1k skip=400 2> /dev/null
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/autosign-zsk/
H A Dsetup.sh24 dd if=random.data of=random.data1 bs=1k count=400 2> /dev/null
25 dd if=random.data of=random.data2 bs=1k skip=400 2> /dev/null
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_bitst.c109 ASN1_BIT_STRING *bs; local
112 if(!(bs = M_ASN1_BIT_STRING_new())) {
121 if(!ASN1_BIT_STRING_set_bit(bs, bnam->bitnum, 1)) {
124 M_ASN1_BIT_STRING_free(bs);
134 M_ASN1_BIT_STRING_free(bs);
138 return bs;
/macosx-10.10/zsh-61/zsh/Src/
H A Dsort.c45 const char *as = ae->cmp, *bs = be->cmp; local
71 for (cmpa = as, cmpb = bs; *cmpa == *cmpb && len--; cmpa++, cmpb++) {
113 bs += (laststarta - as);
117 cmp = strcoll(as, bs);
120 for (; *as == *bs && *as; as++, bs++);
122 cmp = (int)STOUC(*as) - (int)STOUC(*bs);
124 if (idigit(*as) || idigit(*bs)) {
125 for (; as > ao && idigit(as[-1]); as--, bs--);
126 if (idigit(*as) && idigit(*bs)) {
162 zstrcmp(const char *as, const char *bs, int sortflags) argument
[all...]
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dbig5.c95 _BIG5State *bs; local
99 bs = (_BIG5State *)ps;
101 if ((bs->ch & ~0xFF) != 0) {
117 if (bs->ch != 0) {
122 wc = (bs->ch << 8) | (*s & 0xFF);
125 bs->ch = 0;
134 bs->ch = wc;
155 _BIG5State *bs; local
157 bs = (_BIG5State *)ps;
159 if (bs
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_asn1.c97 ASN1_INTEGER *bs=NULL; local
102 M_ASN1_D2I_get(bs,d2i_ASN1_INTEGER);
103 if ((ret->r=BN_bin2bn(bs->data,bs->length,ret->r)) == NULL)
105 M_ASN1_D2I_get(bs,d2i_ASN1_INTEGER);
106 if ((ret->s=BN_bin2bn(bs->data,bs->length,ret->s)) == NULL)
108 M_ASN1_BIT_STRING_free(bs);
116 if (bs != NULL) M_ASN1_BIT_STRING_free(bs);
[all...]
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dbio_ssl.c106 BIO_SSL *bs; local
108 bs=(BIO_SSL *)OPENSSL_malloc(sizeof(BIO_SSL));
109 if (bs == NULL)
114 memset(bs,0,sizeof(BIO_SSL));
116 bi->ptr=(char *)bs;
123 BIO_SSL *bs; local
126 bs=(BIO_SSL *)a->ptr;
127 if (bs->ssl != NULL) SSL_shutdown(bs->ssl);
130 if (a->init && (bs
233 BIO_SSL *bs; local
299 BIO_SSL *bs; local
488 BIO_SSL *bs; local
[all...]
H A Dd1_enc.c142 int bs,i,j,k,mac_size=0; local
199 bs=EVP_CIPHER_block_size(ds->cipher);
201 if ((bs != 1) && send)
203 i=bs-((int)l%bs);
241 if (l == 0 || l%bs != 0)
256 if ((bs != 1) && !send)
257 return tls1_cbc_remove_padding(s, rec, bs, mac_size);
/macosx-10.10/architecture-266/i386/
H A Dcpu.h69 bs :1, member in struct:_dr6
/macosx-10.10/vim-55/src/xxd/
H A DMake_amiga.mak4 #>>>>> choose between debugging (-bs) or optimizing (-so)
6 #OPTIONS = -bs
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Drainbow.pl46 my $bs = sin( $blue += $bdelta );
47 my $bc = $bs * 120 + 120;
51 $bq = $bp <=> $bs;
55 $bp = $bs;
62 if ( $br == 1 and $bq < 1 and $bs < 1 );
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Drainbow.pl46 my $bs = sin( $blue += $bdelta );
47 my $bc = $bs * 120 + 120;
51 $bq = $bp <=> $bs;
55 $bp = $bs;
62 if ( $br == 1 and $bq < 1 and $bs < 1 );
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/
H A Dco-586.pl108 local($i,$as,$ae,$bs,$be,$ai,$bi);
121 $bs=0;
140 $bi=$bs;
145 for ($j=$bs; $j<$end; $j++)
147 &xor($c2,$c2) if ($j == $bs);
163 $nb=$bs+($i >= ($num-1));
180 $bs++ if ($i >= ($num-1));
199 local($i,$as,$ae,$bs,$be,$ai,$bi);
222 $bs=0;
229 $bi=$bs;
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dcomba.pl97 local($i,$as,$ae,$bs,$be,$ai,$bi);
110 $bs=0;
129 $bi=$bs;
134 for ($j=$bs; $j<$end; $j++)
136 &xor($c2,$c2) if ($j == $bs);
152 $nb=$bs+($i >= ($num-1));
169 $bs++ if ($i >= ($num-1));
188 local($i,$as,$ae,$bs,$be,$ai,$bi);
211 $bs=0;
218 $bi=$bs;
[all...]
/macosx-10.10/postfix-255/postfix/src/bounce/
H A Dbounce_templates.c223 BOUNCE_TEMPLATES *bs; local
225 bs = (BOUNCE_TEMPLATES *) mymalloc(sizeof(*bs));
226 bs->failure = bounce_template_create(&def_bounce_failure_template);
227 bs->delay = bounce_template_create(&def_bounce_delay_template);
228 bs->success = bounce_template_create(&def_bounce_success_template);
229 bs->verify = bounce_template_create(&def_bounce_verify_template);
230 return (bs);
235 void bounce_templates_free(BOUNCE_TEMPLATES *bs) argument
237 bounce_template_free(bs
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dbitstring.c34 #define BITSET(bs, n) (((bs)->data[DIV8(n)] & \
36 #define SETBIT(bs, n) (bs)->data[DIV8(n)] |= (1 << (7 - MOD8(n)))
37 #define CLEARBIT(bs, n) (bs)->data[DIV8(n)] &= ~(1 << (7 - MOD8(n)))
/macosx-10.10/ntp-92/lib/isc/
H A Dbitstring.c34 #define BITSET(bs, n) (((bs)->data[DIV8(n)] & \
36 #define SETBIT(bs, n) (bs)->data[DIV8(n)] |= (1 << (7 - MOD8(n)))
37 #define CLEARBIT(bs, n) (bs)->data[DIV8(n)] &= ~(1 << (7 - MOD8(n)))
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_keymap.c1062 struct bindstate bs; local
1064 bs.flags = OPT_ISSET(ops,'L') ? BS_LIST : 0;
1065 bs.kmname = kmname;
1072 bs.flags |= BS_ALL;
1073 bs.firstseq = bs.lastseq = seq;
1074 bs.bind = keybind(km, seq, &bs.str);
1075 bs.prefix = NULL;
1076 bs
1109 struct bindstate *bs = magic; local
1138 bindlistout(struct bindstate *bs) argument
[all...]

Completed in 248 milliseconds

123456789