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

12345678

/macosx-10.9.5/bash-92/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.9.5/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.9.5/xnu-2422.115.4/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.9.5/bzip2-29/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.9.5/bind9-45.100/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.9.5/bind9-45.100/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.9.5/zsh-60/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.9.5/Libc-997.90.3/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.9.5/Security-55471.14.18/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.9.5/architecture-265/i386/
H A Dcpu.h69 bs :1, member in struct:_dr6
/macosx-10.9.5/vim-53/src/xxd/
H A DMake_amiga.mak4 #>>>>> choose between debugging (-bs) or optimizing (-so)
6 #OPTIONS = -bs
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/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.9.5/CPANInternal-140/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.9.5/postfix-252/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.9.5/bind9-45.100/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.9.5/ntp-88/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.9.5/zsh-60/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...]
/macosx-10.9.5/diskdev_cmds-572.1.1/fdisk.tproj/
H A Dpart.h61 int bs; member in struct:_prt_t
74 /* This does CHS -> bs/ns */
77 /* This does bs/ns -> CHS */
H A Dauto.c89 mbr->part[0].bs = 63;
133 mbr->part[0].bs = 63;
140 mbr->part[1].bs = (mbr->part[0].bs + mbr->part[0].ns);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Expressions/
H A D11.10-1.js217 var bs = ToInt32BitString( s );
222 for ( var bit = 0; bit < bs.length; bit++ ) {
223 if ( bs.charAt(bit) == "1" && ba.charAt(bit) == "1" ) {
235 var bs = ToInt32BitString( s );
240 for ( var bit = 0; bit < bs.length; bit++ ) {
241 if ( (bs.charAt(bit) == "1" && ba.charAt(bit) == "0") ||
242 (bs.charAt(bit) == "0" && ba.charAt(bit) == "1")
256 var bs = ToInt32BitString( s );
261 for ( var bit = 0; bit < bs.length; bit++ ) {
262 if ( bs
[all...]
H A D11.10-2.js216 var bs = ToInt32BitString( s );
221 for ( var bit = 0; bit < bs.length; bit++ ) {
222 if ( bs.charAt(bit) == "1" && ba.charAt(bit) == "1" ) {
234 var bs = ToInt32BitString( s );
239 for ( var bit = 0; bit < bs.length; bit++ ) {
240 if ( (bs.charAt(bit) == "1" && ba.charAt(bit) == "0") ||
241 (bs.charAt(bit) == "0" && ba.charAt(bit) == "1")
255 var bs = ToInt32BitString( s );
260 for ( var bit = 0; bit < bs.length; bit++ ) {
261 if ( bs
[all...]
H A D11.10-3.js215 var bs = ToInt32BitString( s );
220 for ( var bit = 0; bit < bs.length; bit++ ) {
221 if ( bs.charAt(bit) == "1" && ba.charAt(bit) == "1" ) {
233 var bs = ToInt32BitString( s );
238 for ( var bit = 0; bit < bs.length; bit++ ) {
239 if ( (bs.charAt(bit) == "1" && ba.charAt(bit) == "0") ||
240 (bs.charAt(bit) == "0" && ba.charAt(bit) == "1")
254 var bs = ToInt32BitString( s );
259 for ( var bit = 0; bit < bs.length; bit++ ) {
260 if ( bs
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/usetperf/
H A Dusetperf.cpp46 BitSet bs; member in class:CmdOp
52 bs.clearAll();
55 bs.set((int32_t) cp);
70 if (bs.get((int32_t) cp)) {
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_ocsp.c162 OCSP_BASICRESP *bs; local
166 SafeGetOCSPBasicRes(basic_resp, bs);
167 res = OCSP_check_nonce(req, bs);
284 OCSP_BASICRESP *bs; local
289 if(NIL_P(basic_resp)) bs = NULL;
290 else GetOCSPBasicRes(basic_resp, bs); /* NO NEED TO DUP */
291 if(!(res = OCSP_response_create(st, bs)))
361 OCSP_BASICRESP *bs; local
365 if(!(bs = OCSP_response_get1_basic(res)))
367 WrapOCSPBasicRes(cOCSPBasicRes, ret, bs);
398 OCSP_BASICRESP *bs; local
417 OCSP_BASICRESP *bs; local
431 OCSP_BASICRESP *bs; local
455 OCSP_BASICRESP *bs; local
521 OCSP_BASICRESP *bs; local
567 OCSP_BASICRESP *bs; local
597 OCSP_BASICRESP *bs; local
[all...]

Completed in 302 milliseconds

12345678