/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | syscall.c | 91 char *c1, *c2, *c3, *c4; local 144 c4 = va_arg(ap, char *); 146 return (select(i1, c1, c2, c3, c4));
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | __lgammal.c | 65 c4 = 4.0L, variable 104 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4))); 106 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5))); 109 logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)*(x-c6));
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | __lgammal.c | 65 c4 = 4.0L, variable 100 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)); 102 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)); 105 logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)*(x-c6));
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | rfc2047.c | 227 int c1, c2, c3, c4; local 260 ((c4 = char64(*pp)) == -1)) { 264 c4 != -1) { 265 *q++ = ((c3 & 0x3) << 6) | (c4);
|
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/ |
H A D | bcrypt.c | 115 uint8_t c1, c2, c3, c4; local 136 c4 = CHAR64(*(p + 3)); 137 if (c4 == 255) 139 *bp++ = ((c3 & 0x03) << 6) | c4;
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | mime.c | 1101 int c1, c2, c3, c4; local 1126 c4 = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT); 1127 } while (isascii(c4) && isspace(c4)); 1128 if (c4 == SM_IO_EOF) 1167 if (c4 == '=') 1169 c4 = CHAR64(c4); 1170 *fbufp = ((c3 & 0x03) << 6) | c4;
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | saslutil.c | 193 int c1, c2, c3, c4; local 214 c4 = in[3]; 215 if (c4 != '=' && CHAR64(c4) == -1) return SASL_BADPROT; 222 if (c4 != '=') { 223 *out++ = ((CHAR64(c3) << 6) & 0xc0) | CHAR64(c4);
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | __lgamma.c | 112 c4 = 8.4171387781295e-04, variable 263 p = hln2pi+t*(c0+y*(c1+y*(c2+y*(c3+y*(c4+y*(c5+y*c6))))));
|
/illumos-gate/usr/src/cmd/col/ |
H A D | col.c | 392 wchar_t c1, c2, c3, c4, c5, c6, c7; local 403 c4 = *line; 418 c3 = c4; 419 c4 = c5;
|
/illumos-gate/usr/src/uts/common/sys/tsol/ |
H A D | label_macro.h | 53 uint32_t c4; member in struct:__anon9116 123 (l1)->_comps.c4 == (l2)->_comps.c4 && \ 185 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \ 191 (l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \ 215 (l1)->_comps.c4 == (l2)->_comps.c4 && \ 229 (l2)->_comps.c4 == ((l1)->_comps.c4 & (l2)->_comps.c4) [all...] |
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | token.c | 204 int64_t c4; local 224 adrm_int64(adr, (int64_t *)&c4, 1);
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | token.c | 392 int64_t c4; local 489 if (pr_adr_int64(context, &c4, 1) == 0) 491 c4, p);
|