/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/ |
H A D | test6 | 2 b 3 b 4 b 5 b 6 b 7 b 8 b 9 b 10 b 11 b [all …]
|
H A D | test7 | 1 b 2 b 3 b 4 b 5 b 6 b 7 b 8 b 9 b 10 b [all …]
|
H A D | test1 | 3 b 5 b 6 b 8 b 9 b 10 b 12 b 13 b 14 b 15 b [all …]
|
H A D | gout.t1.4 | 1 test0:b 2 test0:b 3 test0:b 4 test0:b 5 test0:b 6 test0:b 7 test0:b 8 test0:b 9 test0:b 10 test0:b [all …]
|
H A D | gout.t1.5 | 1 test0:1:b 2 test0:2:b 3 test0:3:b 4 test0:4:b 5 test0:5:b 6 test0:6:b 7 test0:8:b 8 test0:9:b 9 test0:10:b 10 test0:11:b [all …]
|
H A D | gout.t1.11 | 1 test0:b 2 test0:b 3 test0:b 4 test0:b 5 test0:b 6 test0:b 8 test0:b 9 test0:b 10 test0:b 11 test0:b [all …]
|
H A D | gout.t1.12 | 1 test0:1:b 2 test0:2:b 3 test0:3:b 4 test0:4:b 5 test0:5:b 6 test0:6:b 8 test0:8:b 9 test0:9:b 10 test0:10:b 11 test0:11:b [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/ |
H A D | t.null0 | 1 b 6 b 13 b 18 b 23 b 28 b 33 b 38 b 43 b 48 b [all …]
|
/illumos-gate/usr/src/tools/smatch/src/validation/optim/ |
H A D | cse-dual-compare.c | 1 static int eqeq(int a, int b) { return (a == b) == (b == a); } in eqeq() argument 2 static int nene(int a, int b) { return (a != b) == (b != a); } in nene() argument 4 static int ltgt(int a, int b) { return (a < b) == (b > a); } in ltgt() argument 5 static int lege(int a, int b) { return (a <= b) == (b >= a); } in lege() argument 6 static int gele(int a, int b) { return (a >= b) == (b <= a); } in gele() argument 7 static int gtlt(int a, int b) { return (a > b) == (b < a); } in gtlt() argument 9 static int eneqne(int a, int b) { return (a == b) == !(b != a); } in eneqne() argument 10 static int enneeq(int a, int b) { return (a != b) == !(b == a); } in enneeq() argument 12 static int enltle(int a, int b) { return (a < b) == !(b <= a); } in enltle() argument 13 static int enlelt(int a, int b) { return (a <= b) == !(b < a); } in enlelt() argument [all …]
|
H A D | bool-simplify2.c | 6 static uint ioii(uint a, uint b) { return a || b; } in ioii() argument 7 static uint iaii(uint a, uint b) { return a && b; } in iaii() argument 8 static bool boii(uint a, uint b) { return a || b; } in boii() argument 9 static bool baii(uint a, uint b) { return a && b; } in baii() argument 10 static uint ioiii(uint a, uint b, uint c) { return a || b || c; } in ioiii() argument 11 static uint iaiii(uint a, uint b, uint c) { return a && b && c; } in iaiii() argument 12 static bool boiii(uint a, uint b, uint c) { return a || b || c; } in boiii() argument 13 static bool baiii(uint a, uint b, uint c) { return a && b && c; } in baiii() argument 17 static uint iobb(bool a, bool b) { return a || b; } in iobb() argument 18 static uint iabb(bool a, bool b) { return a && b; } in iabb() argument [all …]
|
H A D | cse-commutativity.c | 1 static int add(int a, int b) { return (a + b) == (b + a); } in add() argument 2 static int mul(int a, int b) { return (a * b) == (b * a); } in mul() argument 3 static int and(int a, int b) { return (a & b) == (b & a); } in and() argument 4 static int ior(int a, int b) { return (a | b) == (b | a); } in ior() argument 5 static int xor(int a, int b) { return (a ^ b) == (b ^ a); } in xor() argument 6 static int eq(int a, int b) { return (a == b) == (b == a); } in eq() argument 7 static int ne(int a, int b) { return (a != b) == (b != a); } in ne() argument
|
/illumos-gate/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 …]
|
/illumos-gate/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 …]
|
/illumos-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 …]
|
/illumos-gate/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,c,d,e,a, 4); nR0(a,b,c,d,e, 5); in do_R01() 101 nR0(e,a,b,c,d, 6); nR0(d,e,a,b,c, 7); nR0(c,d,e,a,b, 8); in do_R01() 102 nR0(b,c,d,e,a, 9); nR0(a,b,c,d,e,10); nR0(e,a,b,c,d,11); in do_R01() 103 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 | 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, c, d, x, s, ac) { \ argument [all …]
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 82 #define SIZE(b) ((b)->t_s) argument 83 #define AFTER(b) ((b)->t_p) argument 84 #define PARENT(b) ((b)->t_p) argument 85 #define LEFT(b) ((b)->t_l) argument 86 #define RIGHT(b) ((b)->t_r) argument 87 #define LINKFOR(b) ((b)->t_n) argument 88 #define LINKBAK(b) ((b)->t_p) argument 119 #define SIZE(b) (((b)->t_s).w_i) argument 122 #define PARENT(b) (((b)->t_p).w_p) argument 123 #define LEFT(b) (((b)->t_l).w_p) argument [all …]
|
H A D | getgrnam.c | 61 nss_XbyY_buf_t *b; in get_grbuf() local 75 b = NSS_XbyY_ALLOC(buffer, sizeof (struct group), blen); in get_grbuf() 76 return (b); in get_grbuf() 82 nss_XbyY_buf_t *b = get_grbuf(0); in getgrgid() local 85 if (b == NULL) in getgrgid() 88 ret = getgrgid_r(gid, b->result, b->buffer, b->buflen); in getgrgid() 90 b = get_grbuf(1); in getgrgid() 91 if (b == NULL) in getgrgid() 93 ret = getgrgid_r(gid, b->result, b->buffer, b->buflen); in getgrgid() 101 nss_XbyY_buf_t *b = get_grbuf(0); in getgrnam() local [all …]
|
/illumos-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 …]
|
/illumos-gate/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; 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 …]
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | bigrow.test | 36 CREATE TABLE t1(a text, b text, c text); 51 execsql {SELECT b FROM t1} 61 execsql {SELECT b FROM t1 ORDER BY c} 73 UPDATE t1 SET a=b, b=a; 74 SELECT b,c FROM t1 86 SELECT b FROM t1 WHERE a=='1'; 90 execsql "SELECT b FROM t1 WHERE a=='$::big1'" 93 execsql "SELECT b FROM t1 WHERE a!='$::big1' ORDER BY a" 102 execsql "SELECT b FROM t1 WHERE a=='$::big1'" 106 UPDATE t1 SET a=b, b=a [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 78 #define FF(a, b, c, d, x, s, ac) \ argument 79 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \ 81 (a) += (b); \ 83 #define GG(a, b, c, d, x, s, ac) \ argument 84 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \ 86 (a) += (b); \ 88 #define HH(a, b, c, d, x, s, ac) \ argument 89 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \ 91 (a) += (b); \ 93 #define II(a, b, c, d, x, s, ac) \ argument [all …]
|
/illumos-gate/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 90 #define SIZE(b) (((b)->t_s).w_i) argument 91 #define RSIZE(b) (((b)->t_s).w_i & ~BITS01) argument 94 #define PARENT(b) (((b)->t_p).w_p[0]) argument 95 #define LEFT(b) (((b)->t_l).w_p[0]) argument 96 #define RIGHT(b) (((b)->t_r).w_p[0]) argument 99 #define AFTER(b) (((b)->t_p).w_p[0]) argument 102 #define LINKFOR(b) (((b)->t_n).w_p[0]) argument 103 #define LINKBAK(b) (((b)->t_p).w_p[0]) argument 106 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1)) argument 107 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1)) argument [all …]
|
/illumos-gate/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)->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 …]
|
/illumos-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 …]
|