| /onnv-gate/usr/src/common/openssl/crypto/bio/ |
| H A D | bio.h | 199 #define BIO_set_flags(b,f) ((b)->flags|=(f)) argument 200 #define BIO_get_flags(b) ((b)->flags) argument 201 #define BIO_set_retry_special(b) \ argument 202 ((b)->flags|=(BIO_FLAGS_IO_SPECIAL|BIO_FLAGS_SHOULD_RETRY)) 203 #define BIO_set_retry_read(b) \ argument 204 ((b)->flags|=(BIO_FLAGS_READ|BIO_FLAGS_SHOULD_RETRY)) 205 #define BIO_set_retry_write(b) \ argument 206 ((b)->flags|=(BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY)) 209 #define BIO_clear_flags(b,f) ((b)->flags&= ~(f)) argument 210 #define BIO_clear_retry_flags(b) \ argument [all …]
|
| H A D | bio_lib.c | 144 int BIO_read(BIO *b, void *out, int outl) in BIO_read() argument 149 if ((b == NULL) || (b->method == NULL) || (b->method->bread == NULL)) in BIO_read() 155 cb=b->callback; in BIO_read() 157 ((i=(int)cb(b,BIO_CB_READ,out,outl,0L,1L)) <= 0)) in BIO_read() 160 if (!b->init) in BIO_read() 166 i=b->method->bread(b,out,outl); in BIO_read() 168 if (i > 0) b->num_read+=(unsigned long)i; in BIO_read() 171 i=(int)cb(b,BIO_CB_READ|BIO_CB_RETURN,out,outl, in BIO_read() 176 int BIO_write(BIO *b, const void *in, int inl) in BIO_write() argument 181 if (b == NULL) in BIO_write() [all …]
|
| H A D | bss_bio.c | 147 struct bio_bio_st *b; in bio_new() local 149 b = OPENSSL_malloc(sizeof *b); in bio_new() 150 if (b == NULL) in bio_new() 153 b->peer = NULL; in bio_new() 154 b->size = 17*1024; /* enough for one TLS record (just a default) */ in bio_new() 155 b->buf = NULL; in bio_new() 157 bio->ptr = b; in bio_new() 164 struct bio_bio_st *b; in bio_free() local 168 b = bio->ptr; in bio_free() 170 assert(b != NULL); in bio_free() [all …]
|
| /onnv-gate/usr/src/cmd/troff/nroff.d/terms.d/ |
| H A D | ab.8510 | 32 bu 1 +\033[\b\033]O 44 dg 1 |\033[\b\033]- 46 ct 1 c\033[\b\033]/ 47 rg 1 r\033[\b\033]O 48 co 1 c\033[\b\033]O 53 sc 1 j\033[\b\033]f 58 *a 1 <\033[\b\033]a 59 *b 1 ,\033[\b\033]B 60 *g 1 <\033[\b\033]y 61 *d 1 <\033[\b\033]o [all …]
|
| /onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| H A D | radix.c | 42 Buffer b; in creds_to_radix() local 45 buffer_init(&b); in creds_to_radix() 47 buffer_put_char(&b, 1); /* version */ in creds_to_radix() 49 buffer_append(&b, creds->service, strlen(creds->service)); in creds_to_radix() 50 buffer_put_char(&b, '\0'); in creds_to_radix() 51 buffer_append(&b, creds->instance, strlen(creds->instance)); in creds_to_radix() 52 buffer_put_char(&b, '\0'); in creds_to_radix() 53 buffer_append(&b, creds->realm, strlen(creds->realm)); in creds_to_radix() 54 buffer_put_char(&b, '\0'); in creds_to_radix() 55 buffer_append(&b, creds->pname, strlen(creds->pname)); in creds_to_radix() [all …]
|
| /onnv-gate/usr/src/lib/libsum/common/ |
| H A D | sum-sha1.c | 99 static void do_R01(uint32_t *a, uint32_t *b, uint32_t *c, 101 static void do_R2(uint32_t *a, uint32_t *b, uint32_t *c, 103 static void do_R3(uint32_t *a, uint32_t *b, uint32_t *c, 105 static void do_R4(uint32_t *a, uint32_t *b, uint32_t *c, 115 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, in do_R01() argument 118 nR0(a,b,c,d,e, 0); nR0(e,a,b,c,d, 1); nR0(d,e,a,b,c, 2); in do_R01() 119 nR0(c,d,e,a,b, 3); nR0(b,c,d,e,a, 4); nR0(a,b,c,d,e, 5); in do_R01() 120 nR0(e,a,b,c,d, 6); nR0(d,e,a,b,c, 7); nR0(c,d,e,a,b, 8); in do_R01() 121 nR0(b,c,d,e,a, 9); nR0(a,b,c,d,e,10); nR0(e,a,b,c,d,11); in do_R01() 122 nR0(d,e,a,b,c,12); nR0(c,d,e,a,b,13); nR0(b,c,d,e,a,14); in do_R01() [all …]
|
| /onnv-gate/usr/src/lib/libc/port/gen/ |
| H A D | mallint.h | 84 #define SIZE(b) ((b)->t_s) argument 85 #define AFTER(b) ((b)->t_p) argument 86 #define PARENT(b) ((b)->t_p) argument 87 #define LEFT(b) ((b)->t_l) argument 88 #define RIGHT(b) ((b)->t_r) argument 89 #define LINKFOR(b) ((b)->t_n) argument 90 #define LINKBAK(b) ((b)->t_p) argument 121 #define SIZE(b) (((b)->t_s).w_i) argument 124 #define PARENT(b) (((b)->t_p).w_p) argument 125 #define LEFT(b) (((b)->t_l).w_p) argument [all …]
|
| H A D | getgrnam.c | 63 nss_XbyY_buf_t *b; in get_grbuf() local 77 b = NSS_XbyY_ALLOC(buffer, sizeof (struct group), blen); in get_grbuf() 78 return (b); in get_grbuf() 84 nss_XbyY_buf_t *b = get_grbuf(0); in getgrgid() local 87 if (b == NULL) in getgrgid() 90 ret = getgrgid_r(gid, b->result, b->buffer, b->buflen); in getgrgid() 92 b = get_grbuf(1); in getgrgid() 93 if (b == NULL) in getgrgid() 95 ret = getgrgid_r(gid, b->result, b->buffer, b->buflen); in getgrgid() 103 nss_XbyY_buf_t *b = get_grbuf(0); in getgrnam() local [all …]
|
| H A D | l3.c | 44 register char *a, *b; in ltol3() local 47 b = (char *)lp; in ltol3() 50 b++; in ltol3() 51 *a++ = *b++; in ltol3() 52 *a++ = *b++; in ltol3() 53 *a++ = *b++; in ltol3() 56 *a++ = *b++; in ltol3() 57 *a++ = *b++; in ltol3() 58 *a++ = *b++; in ltol3() 59 b++; in ltol3() [all …]
|
| H A D | getpwnam.c | 61 nss_XbyY_buf_t *b; in get_pwbuf() local 65 b = NSS_XbyY_ALLOC(buffer, sizeof (struct passwd), NSS_BUFLEN_PASSWD); in get_pwbuf() 66 return (b); in get_pwbuf() 72 nss_XbyY_buf_t *b = get_pwbuf(); in getpwuid() local 74 return (b == NULL ? NULL : in getpwuid() 75 getpwuid_r(uid, b->result, b->buffer, b->buflen)); in getpwuid() 81 nss_XbyY_buf_t *b = get_pwbuf(); in getpwnam() local 83 return (b == NULL ? NULL : in getpwnam() 84 getpwnam_r(nam, b->result, b->buffer, b->buflen)); in getpwnam() 90 nss_XbyY_buf_t *b = get_pwbuf(); in getpwent() local [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | re_tests | 73 a[b-d]e abd n - - 74 a[b-d]e ace y $& ace 75 a[b-d] aac y $& ac 76 a[-b] a- y $& a- 77 a[b-] a- y $& a- 78 a[b-a] - c - Invalid [] range "b-a" 79 a[]b - c - Unmatched [ 82 a[]]b a]b y $& a]b 85 a[^-b]c adc y $& adc 86 a[^-b]c a-c n - - [all …]
|
| H A D | sort.t | 19 sub Backwards { $a lt $b ? 1 : $a gt $b ? -1 : 0 } 20 sub Backwards_stacked($$) { my($a,$b) = @_; $a lt $b ? 1 : $a gt $b ? -1 : 0 } 64 @b = reverse @a; 68 @b = reverse @a; 72 @b = reverse @a; 76 @b = reverse @a; 80 @b = reverse @a; 84 @b = sort {$a <=> $b;} @a; 101 @b = sort (4,1,3,2); 105 @b = sort grep { $_ } (4,1,3,2); [all …]
|
| H A D | local.t | 6 local($a, $b) = @_; 11 print $a, $b; 16 $b = "ok 6\n"; 22 print $a,$b,$c,$d,$x,$y; 27 local($a, @b) = @_; 32 print $a, @b; 37 @b = "ok 16\n"; 43 print $a,@b,@c,%d,$x,$y; 56 @a = ('a', 'b', 'c'); 64 print +($a[1] eq 'b') ? "" : "not ", "ok 26\n"; [all …]
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | bitset.c | 37 bitset_init(bitset_t *b) in bitset_init() argument 39 bzero(b, sizeof (bitset_t)); in bitset_init() 47 bitset_init_fanout(bitset_t *b, uint_t fanout) in bitset_init_fanout() argument 49 bzero(b, sizeof (bitset_t)); in bitset_init_fanout() 50 b->bs_fanout = fanout; in bitset_init_fanout() 58 bitset_fini(bitset_t *b) in bitset_fini() argument 60 if (b->bs_words > 0) in bitset_fini() 61 kmem_free(b->bs_set, b->bs_words * sizeof (ulong_t)); in bitset_fini() 71 bitset_resize(bitset_t *b, uint_t els) in bitset_resize() argument 76 nwords = BT_BITOUL(els << b->bs_fanout); in bitset_resize() [all …]
|
| /onnv-gate/usr/src/lib/libast/common/regex/ |
| H A D | regsubexec.c | 30 #define NEED(p,b,n,r) \ argument 33 if (((b)->re_end - (b)->re_cur) < (n)) \ 35 size_t o = (b)->re_cur - (b)->re_buf; \ 36 size_t a = ((b)->re_end - (b)->re_buf); \ 40 if (!((b)->re_buf = alloc(p->env->disc, (b)->re_buf, a))) \ 42 (b)->re_buf = (b)->re_cur = (b)->re_end = 0; \ 46 (b)->re_cur = (b)->re_buf + o; \ 47 (b)->re_end = (b)->re_buf + a; \ 51 #define PUTC(p,b,x,r) \ argument 54 NEED(p, b, 1, r); \ [all …]
|
| /onnv-gate/usr/src/lib/libast/common/hash/ |
| H A D | hashlook.c | 39 register Hash_bucket_t* b; in hashlook() local 63 for (b = tab->table[n]; b; b = b->next) in hashlook() 65 s1 = hashname(b); in hashlook() 68 if (!c) return((flags & HASH_VALUE) ? b->value : (char*)b); in hashlook() 100 for (prev = 0, b = tab->table[n]; b; prev = b, b = b->next) in hashlook() 102 …if (i == HASHVAL(b->hash) && ((b->hash & (HASH_DELETED|HASH_OPAQUED)) != HASH_DELETED || (flags & … in hashlook() 106 register char* s1 = hashname(b); in hashlook() 121 if (!(*tab->root->local->compare)(hashname(b), name, tab->root->namesize)) goto found; in hashlook() 123 else if (!(*tab->root->local->compare)(hashname(b), name)) goto found; in hashlook() 139 if (b = last->bucket) in hashlook() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | embed.h | 2591 #define amagic_call(a,b,c,d) Perl_amagic_call(aTHX_ a,b,c,d) argument 2593 #define gv_handler(a,b) Perl_gv_handler(aTHX_ a,b) argument 2595 #define append_elem(a,b,c) Perl_append_elem(aTHX_ a,b,c) argument 2598 #define append_list(a,b,c) Perl_append_list(aTHX_ a,b,c) argument 2601 #define apply(a,b,c) Perl_apply(aTHX_ a,b,c) argument 2603 #define apply_attrs_string(a,b,c,d) Perl_apply_attrs_string(aTHX_ a,b,c,d) argument 2604 #define avhv_delete_ent(a,b,c,d) Perl_avhv_delete_ent(aTHX_ a,b,c,d) argument 2605 #define avhv_exists_ent(a,b,c) Perl_avhv_exists_ent(aTHX_ a,b,c) argument 2606 #define avhv_fetch_ent(a,b,c,d) Perl_avhv_fetch_ent(aTHX_ a,b,c,d) argument 2607 #define avhv_store_ent(a,b,c,d) Perl_avhv_store_ent(aTHX_ a,b,c,d) argument [all …]
|
| /onnv-gate/usr/src/lib/libsqlite/test/ |
| H A D | bigrow.test | 38 CREATE TABLE t1(a text, b text, c text); 53 execsql {SELECT b FROM t1} 63 execsql {SELECT b FROM t1 ORDER BY c} 75 UPDATE t1 SET a=b, b=a; 76 SELECT b,c FROM t1 88 SELECT b FROM t1 WHERE a=='1'; 92 execsql "SELECT b FROM t1 WHERE a=='$::big1'" 95 execsql "SELECT b FROM t1 WHERE a!='$::big1' ORDER BY a" 104 execsql "SELECT b FROM t1 WHERE a=='$::big1'" 108 UPDATE t1 SET a=b, b=a [all …]
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
| H A D | md5.c | 80 #define FF(a, b, c, d, x, s, ac) \ argument 81 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \ 83 (a) += (b); \ 85 #define GG(a, b, c, d, x, s, ac) \ argument 86 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \ 88 (a) += (b); \ 90 #define HH(a, b, c, d, x, s, ac) \ argument 91 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \ 93 (a) += (b); \ 95 #define II(a, b, c, d, x, s, ac) \ argument [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/uni/ |
| H A D | sprintf.t | 12 $b = "G\x{100}r"; 21 my $s = sprintf "%s", $b; 22 is($s, $b, "%s b"); 26 my $s = sprintf "%s%s", $a, $b; 27 is($s, $a.$b, "%s%s a b"); 31 my $s = sprintf "%s%s", $b, $a; 32 is($s, $b.$a, "%s%s b a"); 36 my $s = sprintf "%s%s", $b, $b; 37 is($s, $b.$b, "%s%s b b"); 41 my $s = sprintf "%s$b", $a; [all …]
|
| /onnv-gate/usr/src/lib/watchmalloc/common/ |
| H A D | mallint.h | 92 #define SIZE(b) (((b)->t_s).w_i) argument 93 #define RSIZE(b) (((b)->t_s).w_i & ~BITS01) argument 96 #define PARENT(b) (((b)->t_p).w_p[0]) argument 97 #define LEFT(b) (((b)->t_l).w_p[0]) argument 98 #define RIGHT(b) (((b)->t_r).w_p[0]) argument 101 #define AFTER(b) (((b)->t_p).w_p[0]) argument 104 #define LINKFOR(b) (((b)->t_n).w_p[0]) argument 105 #define LINKBAK(b) (((b)->t_p).w_p[0]) argument 108 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1)) argument 109 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1)) argument [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/rc5/ |
| H A D | rc5_enc.c | 140 RC5_32_INT a,b,*s; in RC5_32_encrypt() local 145 b=d[1]+s[1]; in RC5_32_encrypt() 146 E_RC5_32(a,b,s, 2); in RC5_32_encrypt() 147 E_RC5_32(a,b,s, 4); in RC5_32_encrypt() 148 E_RC5_32(a,b,s, 6); in RC5_32_encrypt() 149 E_RC5_32(a,b,s, 8); in RC5_32_encrypt() 150 E_RC5_32(a,b,s,10); in RC5_32_encrypt() 151 E_RC5_32(a,b,s,12); in RC5_32_encrypt() 152 E_RC5_32(a,b,s,14); in RC5_32_encrypt() 153 E_RC5_32(a,b,s,16); in RC5_32_encrypt() [all …]
|
| /onnv-gate/usr/src/cmd/oawk/ |
| H A D | parse.c | 65 NODE *node1(a, b) NODE *b; in node1() argument 71 x->narg[0]=b; 78 NODE *node2(a, b, c) NODE *b, *c; in node2() argument 84 x->narg[0] = b; 92 NODE *node3(a, b, c, d) NODE *b, *c, *d; in node3() argument 98 x->narg[0] = b; 107 NODE *node4(a, b, c, d, e) NODE *b, *c, *d, *e; in node4() argument 113 x->narg[0] = b; 123 NODE *stat3(a, b, c, d) NODE *b, *c, *d; in stat3() argument 126 x = node3(a, b, c, d); [all …]
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/ |
| H A D | md4.c | 71 #define FF(a, b, c, d, x, s) \ argument 72 {(a) += F ((b), (c), (d)) + (x); \ 75 #define GG(a, b, c, d, x, s) \ argument 76 {(a) += G ((b), (c), (d)) + (x) + 013240474631UL; \ 79 #define HH(a, b, c, d, x, s) \ argument 80 {(a) += H ((b), (c), (d)) + (x) + 015666365641UL; \ 174 register krb5_ui_4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in Transform() local 178 #define ROTATE { krb5_ui_4 temp; temp = d, d = c, c = b, b = a, a = temp; } in Transform() 181 FF (a, b, c, d, in[i], round1consts[i%4]); ROTATE; in Transform() 188 GG (a, b, c, d, in[round2indices[i]], round2consts[i%4]); ROTATE; in Transform() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/ |
| H A D | 3both | 8 my $b ; 9 chop $b ; 22 my $b ; 23 chop $b ; 36 my $b ; 37 chop $b ; 50 my $b ; 51 chop $b ; 64 my $b ; 65 chop $b ; [all …]
|