/titanic_51/usr/src/man/man1b/ |
H A D | Makefile | 19 MANSECT= 1b 21 MANFILES= basename.1b \ 22 biff.1b \ 23 chown.1b \ 24 df.1b \ 25 du.1b \ 26 echo.1b \ 27 exportfs.1b \ 28 expr.1b \ 29 fastboot.1b \ [all...] |
/titanic_51/usr/src/cmd/dtrace/test/tst/common/tracemem/ |
H A D | tst.dynsize.d.out | 2 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 13 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 24 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 35 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 46 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 57 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 68 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 79 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 90 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 101 0 1 2 3 4 5 6 7 8 9 a b [all...] |
/titanic_51/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\03 [all...] |
H A D | ab.X | 26 left "\b" 44 dg 1 |\b\033X\121 53 sc 1 S\b| 59 *b 1 B\b, 60 *g 1 )\b/ 61 *d 1 o\b< 62 *e 1 <\b- 63 *z 1 /\b`\b_ 64 *y 1 n\b` [all...] |
/titanic_51/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 …]
|
H A D | sum-md5.c | 177 #define FF(a, b, c, d, x, s, ac) { \ argument 178 (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \ 180 (a) += (b); \ 182 #define GG(a, b, c, d, x, s, ac) { \ argument 183 (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \ 185 (a) += (b); \ 187 #define HH(a, b, c, d, x, s, ac) { \ argument 188 (a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \ 190 (a) += (b); \ 192 #define II(a, b, c, d, x, s, ac) { \ argument [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-sha1.c | 80 static void do_R01(uint32_t *a, uint32_t *b, uint32_t *c, 82 static void do_R2(uint32_t *a, uint32_t *b, uint32_t *c, 84 static void do_R3(uint32_t *a, uint32_t *b, uint32_t *c, 86 static void do_R4(uint32_t *a, uint32_t *b, uint32_t *c, 96 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, in do_R01() argument 99 nR0(a,b,c,d,e, 0); nR0(e,a,b,c,d, 1); nR0(d,e,a,b,c, 2); in do_R01() 100 nR0(c,d,e,a,b, 3); nR0(b, in do_R01() 109 do_R2(uint32_t * a,uint32_t * b,uint32_t * c,uint32_t * d,uint32_t * e,CHAR64LONG16 * block) do_R2() argument 122 do_R3(uint32_t * a,uint32_t * b,uint32_t * c,uint32_t * d,uint32_t * e,CHAR64LONG16 * block) do_R3() argument 135 do_R4(uint32_t * a,uint32_t * b,uint32_t * c,uint32_t * d,uint32_t * e,CHAR64LONG16 * block) do_R4() argument 153 uint32_t a, b, c, d, e; sha1_transform() local [all...] |
H A D | sum-md5.c | 158 #define FF(a, b, c, d, x, s, ac) { \ argument 159 (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \ 161 (a) += (b); \ 163 #define GG(a, b, c, d, x, s, ac) { \ argument 164 (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \ 166 (a) += (b); \ 168 #define HH(a, b, c, d, x, s, ac) { \ argument 169 (a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \ 171 (a) += (b); \ 173 #define II(a, b, argument 183 UINT4 b = state[1]; md5_transform() local [all...] |
/titanic_51/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) argument 89 LINKFOR(b) global() argument 90 LINKBAK(b) global() argument 121 SIZE(b) global() argument 124 PARENT(b) global() argument 125 LEFT(b) global() argument 126 RIGHT(b) global() argument 129 AFTER(b) global() argument 132 LINKFOR(b) global() argument 133 LINKBAK(b) global() argument 138 SETNOTREE(b) global() argument 139 ISNOTREE(b) global() argument 142 DATA(b) global() argument 144 SELFP(b) global() argument 145 LAST(b) global() argument 146 NEXT(b) global() argument 147 BOTTOM(b) global() 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 in getgrgid() 103 nss_XbyY_buf_t *b = get_grbuf(0); getgrnam() local 122 nss_XbyY_buf_t *b = get_grbuf(1); getgrent() local 131 nss_XbyY_buf_t *b = get_grbuf(1); fgetgrent() 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() 74 register char *a, *b; l3tol() local [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 in getpwnam() 90 nss_XbyY_buf_t *b = get_pwbuf(); getpwent() local 99 nss_XbyY_buf_t *b = get_pwbuf(); fgetpwent() local [all...] |
/titanic_51/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_ argument 108 bitset_capacity(bitset_t * b) bitset_capacity() argument 123 bitset_add(bitset_t * b,uint_t elt) bitset_add() argument 135 bitset_atomic_add(bitset_t * b,uint_t elt) bitset_atomic_add() argument 148 bitset_atomic_test_and_add(bitset_t * b,uint_t elt) bitset_atomic_test_and_add() argument 163 bitset_del(bitset_t * b,uint_t elt) bitset_del() argument 175 bitset_atomic_del(bitset_t * b,uint_t elt) bitset_atomic_del() argument 188 bitset_atomic_test_and_del(bitset_t * b,uint_t elt) bitset_atomic_test_and_del() argument 203 bitset_in_set(bitset_t * b,uint_t elt) bitset_in_set() argument 217 bitset_is_null(bitset_t * b) bitset_is_null() argument 256 bitset_find(bitset_t * b) bitset_find() argument 351 bitset_zero(bitset_t * b) bitset_zero() argument [all...] |
/titanic_51/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 …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/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; pre in hashlook() [all...] |
/titanic_51/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 …]
|
/titanic_51/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 FRO [all...] |
/titanic_51/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, argument 203 UINT4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; Transform() local [all...] |
/titanic_51/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) argument 101 AFTER(b) global() argument 104 LINKFOR(b) global() argument 105 LINKBAK(b) global() argument 108 SETNOTREE(b) global() argument 109 ISNOTREE(b) global() argument 112 DATA(b) global() argument 114 SELFP(b) global() argument 115 LAST(b) global() argument 116 NEXT(b) global() argument 117 BOTTOM(b) global() argument [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/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) 51 PUTC(p,b,x,r) global() argument 58 PUTS(p,b,x,z,r) global() argument 71 sub(const regex_t * p,register regsub_t * b,const char * ss,register regsubop_t * op,size_t nmatch,register regmatch_t * match) sub() argument 151 register regsub_t* b; regsubexec() local [all...] |
/titanic_51/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, argument 123 stat3(a,b,c,d) stat3() argument 134 op2(a,b,c) op2() argument 145 op1(a,b) op1() argument 156 stat1(a,b) stat1() argument 167 op3(a,b,c,d) op3() argument 178 stat2(a,b,c) stat2() argument 189 stat4(a,b,c,d,e) stat4() argument 200 valtonode(a,b) valtonode() argument 212 pa2stat(a,b,c) pa2stat() argument 224 linkum(a,b) linkum() argument [all...] |
/titanic_51/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, in Transform() [all...] |
/titanic_51/usr/src/common/crypto/md4/ |
H A D | md4.c | 86 #define FF(a, b, c, d, x, s) { \ argument 87 (a) += F((b), (c), (d)) + (x); \ 90 #define GG(a, b, c, d, x, s) { \ argument 91 (a) += G((b), (c), (d)) + (x) + (uint32_t)0x5a827999; \ 94 #define HH(a, b, c, d, x, s) { \ argument 95 (a) += H((b), (c), (d)) + (x) + (uint32_t)0x6ed9eba1; \ 193 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD4Transform() local 199 FF(a, b, c, d, x[ 0], S11); /* 1 */ in MD4Transform() 200 FF(d, a, b, c, x[ 1], S12); /* 2 */ in MD4Transform() 201 FF(c, d, a, b, in MD4Transform() [all...] |
/titanic_51/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.c | 224 bucket_t *b; in add_by_name() local 235 if ((b = find_in_hashmap(version)) == NULL) { in add_by_name() 293 b->b_protected_table = in add_by_name() 294 add_to_stringtable(b->b_protected_table, buffer); in add_by_name() 295 b->b_has_protecteds = 1; in add_by_name() 296 errlog(VERBOSE, "set has_protecteds on bucket 0x%p", b); in add_by_name() 299 b->b_global_table = add_to_stringtable(b->b_global_table, in add_by_name() 318 bucket_t *l, *b; in sort_buckets() local 323 for (b in sort_buckets() 348 bucket_t *b, *list; add_local() local 386 const bucket_t *b = start; parents_of() local 418 print_bucket(const bucket_t * b) print_bucket() argument 447 bucket_t *l, *b; print_all_buckets() local 496 bucket_t *b; new_bucket() local 518 start_new_list(const bucket_t * b) start_new_list() argument [all...] |
/titanic_51/usr/src/lib/libm/common/LD/ |
H A D | jnl.c | 73 GENERIC a, b, temp = 0, z, w; local 91 if (x == zero || !finitel(x)) b = zero; 118 b = invsqrtpi*temp/sqrtl(x); 121 b = j1l(x); 123 temp = b; 124 b = b*((GENERIC)(i+i)/x) - a; /* avoid underflow */ 130 b = powl(0.5L*x, (GENERIC) n); 131 if (b != zero) { 133 b 223 GENERIC a, b, temp = 0; global() local [all...] |