/titanic_41/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_41/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 c d e f 0123456789abcdef [all …]
|
/titanic_41/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 …]
|
H A D | ab.X | 44 dg 1 |\b\033X\121 53 sc 1 S\b| 78 *f 1 o\b/ 80 *q 1 u\b/ 84 *G 1 I\b\033X\121 85 *D 2 /\b__\b\\ 89 *H 1 O\b= 95 *C 1 _\b-\b~ 97 *P 2 [\b][\b] 99 *S 1 >\b_\b\033\n_\n [all …]
|
/titanic_41/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_41/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 …]
|
H A D | kexgex.c | 56 Buffer b; in kexgex_hash() local 61 buffer_init(&b); in kexgex_hash() 62 buffer_put_cstring(&b, client_version_string); in kexgex_hash() 63 buffer_put_cstring(&b, server_version_string); in kexgex_hash() 66 buffer_put_int(&b, ckexinitlen+1); in kexgex_hash() 67 buffer_put_char(&b, SSH2_MSG_KEXINIT); in kexgex_hash() 68 buffer_append(&b, ckexinit, ckexinitlen); in kexgex_hash() 69 buffer_put_int(&b, skexinitlen+1); in kexgex_hash() 70 buffer_put_char(&b, SSH2_MSG_KEXINIT); in kexgex_hash() 71 buffer_append(&b, skexinit, skexinitlen); in kexgex_hash() [all …]
|
/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/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_41/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_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/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, x[ 2], S13); /* 3 */ in MD4Transform() [all …]
|
/titanic_41/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 = first_from_list(l); b != NULL; b = next_from_list()) { in sort_buckets() 324 errlog(VERBOSE, " b-bkt: %s", b->b_name); in sort_buckets() [all …]
|
/titanic_41/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 = b/a; 179 b = one; [all …]
|
/titanic_41/usr/src/lib/libm/common/Q/ |
H A D | jnl.c | 73 GENERIC a, b, temp, z, w; local 94 if (x == zero || !finitel(x)) b = zero; 121 b = invsqrtpi*temp/sqrtl(x); 124 b = j1l(x); 126 temp = b; 127 b = b*((GENERIC)(i+i)/x) - a; /* avoid underflow */ 133 b = powl(0.5L*x, (GENERIC)n); 134 if (b != zero) { 136 b = b/a; 182 b = one; [all …]
|
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | fmtesc.c | 48 register char* b; in fmtquote() local 63 b = buf = fmtbuf(c); in fmtquote() 78 while (*b = *qb++) in fmtquote() 79 b++; in fmtquote() 83 f = b; in fmtquote() 90 *b++ = *s++; in fmtquote() 98 *b++ = '\\'; in fmtquote() 130 *b++ = '0' + ((c >> 6) & 07); in fmtquote() 131 *b++ = '0' + ((c >> 3) & 07); in fmtquote() 135 b--; in fmtquote() [all …]
|