/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | __tbl_fdq.c | 204 int c0, c1, c2, c3; local 210 c3 = pt[3] + (u & 7); 211 if (c3 > '9') { 212 c3 -= 10; 224 s[3] = c3;
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | syscall.c | 91 char *c1, *c2, *c3, *c4; local 143 c3 = va_arg(ap, char *); 146 return (select(i1, c1, c2, c3, c4)); 183 c3 = va_arg(ap, char *); 185 return (mount(c1, c2, i1, c3)); 277 c3 = (char *)va_arg(ap, char **); 279 return (execve(c1, c2, c3)); 554 c3 = va_arg(ap, char *); 556 return (_recvfrom(i1, c1, i2, i3, c2, c3));
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | __lgammal.c | 64 c3 = 3.0L, variable 102 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3))); 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 | 64 c3 = 3.0L, variable 98 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)); 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 249 ((c3 = char64(*pp)) == -1)) { 253 c3 != -1) { 255 (c3 >> 2); 263 if (pp < endofmime && c3 != -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 128 c3 = CHAR64(*(p + 2)); 129 if (c3 == 255) 132 *bp++ = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2); 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 1119 c3 = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT); 1120 } while (isascii(c3) && isspace(c3)); 1121 if (c3 == SM_IO_EOF) 1162 if (c3 == '=') 1164 c3 = CHAR64(c3); 1165 *fbufp = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2); 1170 *fbufp = ((c3 [all...] |
/illumos-gate/usr/src/cmd/iconv/ |
H A D | scanner.c | 174 int c1, c2, c3; local 190 c3 = scanc(); 191 if (!isdigit(c3)) { 192 unscanc(c3); 195 b += (c3 - '0'); 203 int c1, c2, c3; local 221 c3 = scanc(); 222 if (!isodigit(c3)) { 223 unscanc(c3); 226 b += (c3 [all...] |
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | saslutil.c | 193 int c1, c2, c3, c4; local 212 c3 = in[2]; 213 if (c3 != '=' && CHAR64(c3) == -1) return SASL_BADPROT; 219 if (c3 != '=') { 220 *out++ = ((CHAR64(c2) << 4) & 0xf0) | (CHAR64(c3) >> 2); 223 *out++ = ((CHAR64(c3) << 6) & 0xc0) | CHAR64(c4);
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | __lgamma.c | 113 c3 = -5.952379913043012e-04, variable 263 p = hln2pi+t*(c0+y*(c1+y*(c2+y*(c3+y*(c4+y*(c5+y*c6))))));
|
/illumos-gate/usr/src/head/ |
H A D | ieeefp.h | 281 c3: 1, /* condition code bit 3 */ member in struct:_sw87
|
/illumos-gate/usr/src/cmd/pack/ |
H A D | pack.c | 59 struct { char c0, c1, c2, c3; } chars; member in struct:FOUR::__anon1038 93 char *maskshuff[4] = {&(mask.chars.c3), 101 &(mask.chars.c3)};
|
/illumos-gate/usr/src/cmd/col/ |
H A D | col.c | 392 wchar_t c1, c2, c3, c4, c5, c6, c7; local 400 c3 = *line; 417 c2 = c3; 418 c3 = c4; 425 wchar_t c1, c2, c3; local 434 c3 = *line; 438 c2 = c3;
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | scanner.c | 276 int c1, c2, c3; local 292 c3 = scanc(); 293 if (!isdigit(c3)) { 294 unscanc(c3); 297 b += (c3 - '0'); 305 int c1, c2, c3; local 323 c3 = scanc(); 324 if (!isodigit(c3)) { 325 unscanc(c3); 328 b += (c3 [all...] |
/illumos-gate/usr/src/uts/common/sys/tsol/ |
H A D | label_macro.h | 52 uint32_t c3; member in struct:__anon9116 122 (l1)->_comps.c3 == (l2)->_comps.c3 && \ 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 = \ 214 (l1)->_comps.c3 == (l2)->_comps.c3 && \ 228 (l2)->_comps.c3 == ((l1)->_comps.c3 & (l2)->_comps.c3) [all...] |
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | token.c | 203 int32_t c3; local 221 adrm_int32(adr, (int32_t *)&c3, 1);
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | token.c | 391 int32_t c3; local 480 if (pr_adr_int32(context, &c3, 1) == 0) 482 c3, p);
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_util.c | 1912 uchar_t *c3; local 1921 c3 = (uchar_t *)(NSPTR(&((ml->data_pair.range)))) + 1924 for (len = 0; len < j; len++, c1--, c2--, c3--) { 1927 if (len < ml->data_pair.range.size) m += *c3;
|