/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | next.c | 35 static int is ( char *, char *, unsigned int ); 37 static int is(); 78 || !is(parent, direntp->d_name, what) 98 is ( function 104 is (parent, name, what)
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | char_to_decimal.h | 33 * file is at EOF, != EOF otherwise. 113 int is, iagree; variable 118 is = 1; 119 while (is <= 7 && 120 UCASE(CURRENT) == infstring[is]) { 122 is++; 124 iagree = is; 126 is++; /* To account for infstring 137 good = cp - (is - 3); 140 good = cp - (is 156 int is; variable [all...] |
H A D | pack_float.c | 105 * the roundbit is pu->significand[roundword] & 0x80000000 110 int is; local 113 for (is = (roundword + 1); is < UNPACKED_SIZE; is++) 114 if (pu->significand[is] != 0) { /* Condense extra bits into 139 is = roundword; 141 is--; 142 pu->significand[is]++; 144 while ((pu->significand[is] [all...] |
H A D | double_decim.c | 24 * Use is subject to license terms. 37 * for inexact or overflow in *ps. round is the round digit and sticky is 0 38 * or non-zero to indicate exact or inexact. pd->ndigits is expected to be 60 /* Now in ambiguous case; round up if lsd is odd. */ 107 * length returned in *ndigs. Inexactness is indicated by setting 126 int e, i, is; local 173 for (is = 0; i <= 3;) 174 ds[is++] = s[i++]; /* Copy subsequent digits. */ 179 _fourdigitsquick((short unsigned) pd->bsignificand[i], &(ds[is])); 221 int e, i, j, is, excess; local 344 char is[_INTEGER_SIZE], fs[DECIMAL_STRING_LENGTH]; local [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | encrypt.h | 3 * Use is subject to license terms. 46 * It is the responsibility of any person or organization contemplating 51 * without fee is hereby granted, provided that the above copyright 60 * this software for any purpose. It is provided "as is" without express 85 int (*is)(unsigned char *, int); member in struct:__anon144
|
/illumos-gate/usr/src/lib/libast/common/stdio/ |
H A D | fgets.c | 3 * This software is part of the ast package * 5 * and is licensed under the * 9 * A copy of the License is available at * 30 unsigned char* is; local 39 is = (uchar*)us; 54 if((ps = (uchar*)memccpy((char*)is,(char*)ps,'\n',p)) != NIL(uchar*)) 55 p = ps-is; 56 is += p; 60 { while(p-- && (*is++ = *ps++) != '\n') 68 while((*is [all...] |
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreFactory.java | 43 * DA/slpd is configured. It could be an in-memory database, 156 * @param is The object input stream for the service store. 162 static ServiceStore deserializeServiceStore(BufferedReader is) argument 169 deserialize(is, ss); 207 // If initial character is "#" or ";", ignore the line. 208 // It's a comment. Also if the line is empty. 270 // If lifetime is maximum, then set to LIFETIME_PERMANENT. 357 // If this is the scope attribute, save until later. 410 // locale, so add a record. Note that any crypto is 411 // added when the registration is actuall [all...] |
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | fmodf.c | 26 * Use is subject to license terms. 35 is = (int)0x80000000, variable 103 * *(int *) &w = is & hx; 136 *(int *)&w = is & hx; 155 *(int *)&w = is & hx; 167 *(int *)&w = (is & hx) | (ix & im) | (ny << 23); 172 *(int *)&w = (is & hx) | ix;
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_path.c | 23 * Use is subject to license terms. 30 * This code does the audit path processes. Part of this is still in 33 * Note that audit debuging is enabled here. We will turn it off at 126 int is; /* index of where we are in source string */ local 134 is = (app->audp_sect[cnt] - s) - len; 135 if (is <= 2) 136 is = 0; /* catch leading // or ./ */ 137 slashseen = (is > 0); 138 for (id = is; ; is [all...] |
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | negprot.c | 109 struct smb_iods *is = &ctx->ct_iods; local 151 * The initial TID is all ones, but 155 is->is_smbuid = 0; 268 * even if local setting is "disabled". 337 * EncryptionKey (length is eklen) 351 * Remainder is the security blob. 416 is->is_txmax = sv->sv_maxtx; 417 if (is->is_txmax > 0x8000) 418 is->is_txmax = 0x8000; 422 * This is jus [all...] |
H A D | ssnsetup.c | 267 * To allow this sharing, the crypto stuff is computed by 290 struct smb_iods *is = &ctx->ct_iods; local 329 /* mbc2 is required below */ 368 * Note: err=0, means rq_status is valid. 379 is->is_smbuid = rqp->rq_uid; 445 * when signing is enabled, so adjust sv_caps. 449 DPRINT("Server is Windows");
|
H A D | rq.c | 72 * Space for the SMB header is reserved here, and later 124 * Reserve space for the word count, which is filled in later by 170 * Reserve space for the byte count, which is filled in later by 208 * The pointer is char * type due to 331 * This is all "internal" to this library, and used only 338 struct smb_iods *is = &ctx->ct_iods; local 344 rqp->rq_uid = is->is_smbuid; 346 rqp->rq_mid = is->is_next_mid++; 455 * the oldest server we talk to is NT. But if
|
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | pack_float.c | 24 * Use is subject to license terms. 103 * the roundbit is pu->significand[roundword] & 0x80000000 107 int is; local 110 for (is = (roundword + 1); is < UNPACKED_SIZE; is++) 111 if (pu->significand[is] != 0) { 135 is = roundword; 137 is--; 138 pu->significand[is] [all...] |
H A D | __flt_decim.c | 24 * Use is subject to license terms. 40 * Powers of ten rounded up. If i is the largest index such that 119 * n digits. The string is terminated by a null byte, and its length 120 * is returned. 122 * This routine assumes round-to-nearest mode is in effect and any 187 * *pe. On entry, nrx is the number of rounding errors already com- 188 * mitted in forming *x. On exit, *pe is 0 if *x was already integral 189 * and exact, 1 if the result is the correctly rounded integer value 192 * 1/2 - |*x - rx|, where rx is the nearest integer to *x). 268 int i, is, esu local [all...] |
H A D | double_decim.c | 24 * Use is subject to license terms. 37 * it is used below. Unfortunately, the Sun SPARC compilers are not 48 * is still built in v8 mode, and of course, x86 is another story. 68 * to base 10^4 in **ppd. The converted value is accurate to nsig 69 * significant digits. On exit, *sticky is nonzero if *pb had a 70 * nonzero fractional part. If pb->exponent > 0 and **ppd is not 79 * This routine does not check that **ppd is large enough to hold 157 * in *ps. If sticky is nonzero, then additional nonzero digits are 159 * filled in, and pd->fpclass is no 179 int e, er, efirst, elast, i, is, j; local [all...] |
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | remquof.c | 27 * Use is subject to license terms. 35 * integer pointer quo such that *quo = N mod (2**31), where N is the 47 is = (int) 0x80000000, variable 63 sq = (iy ^ hx) & is; /* sign of x/y */ 118 * *(int *) &w = is & hx; 166 *(int *) &w = is & hx; 191 *(int *) &w = is & hx; 203 *(int *) &w = (is & hx) | (ix & im) | (ny << 23); 207 *(int *) &w = (is & hx) | ix; 220 sx = hx & is; /* sig [all...] |
H A D | remquol.c | 27 * Use is subject to license terms. 38 is = -0x7fffffff - 1, variable 55 * On entrance: *quo is initialized to 0, x finite and y non-zero & ordered 74 sx = hx & is; 75 sq = (hx ^ y0) & is; 174 x0 = x0 + x0 + ((x1 & is) != 0); 175 x1 = x1 + x1 + ((x2 & is) != 0); 176 x2 = x2 + x2 + ((x3 & is) != 0); 190 __H0(a) = hx & is; 196 z0 = z0 + z0 + ((z1 & is) ! [all...] |
/illumos-gate/usr/src/cmd/tbl/ |
H A D | t5.c | 3 * Use is subject to license terms. 153 int irow, jcol, is; local 161 is = prev(irow); 162 if (is<0) 164 start = table[is][jcol].col; 165 strig = table[is][jcol].rcol; 170 while (is<irow) 172 table[is][jcol].rcol =0; 173 table[is][jcol].col= SPAN; 174 is [all...] |
/illumos-gate/usr/src/lib/libast/common/cdt/ |
H A D | dthash.c | 3 * This software is part of the ast package * 5 * and is licensed under the * 9 * A copy of the License is available at * 40 reg Dtlink_t *t, *r, *p, **s, **hs, **is, **olds; local 87 if((is = s + HINDEX(n,t->hash)) == hs) 93 t->right = *is; *is = t;
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | fmodl.c | 27 * Use is subject to license terms. 35 is = -0x7fffffff - 1, variable 169 x0 = x0 + x0 + ((x1 & is) != 0); 170 x1 = x1 + x1 + ((x2 & is) != 0); 171 x2 = x2 + x2 + ((x3 & is) != 0); 176 __H0(a) = hx & is; 182 z0 = z0 + z0 + ((z1 & is) != 0); 183 z1 = z1 + z1 + ((z2 & is) != 0); 184 z2 = z2 + z2 + ((z3 & is) != 0); 219 __H0(a) = hx & is; [all...] |
/illumos-gate/usr/src/cmd/bnu/ |
H A D | pk0.c | 24 * Use is subject to license terms. 257 int is,cc,xfr,count; local 271 is = pk->p_is[x]; 273 if (is & B_COPY) { 278 if (is & B_RESID) 282 if (is & B_SHORT) { 457 * Don't send data packets if line is marked dead.
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipfs.c | 7 * Use is subject to license terms. 460 ipstate_save_t ips, *is, *ipshead = NULL, *is1, *ipstail = NULL; local 494 is = (ipstate_save_t *)malloc(sizeof(*is)); 495 if(!is) { 500 bcopy((char *)&ips, (char *)is, sizeof(ips)); 503 * Check to see if this is the first state entry that will 507 * who is referencing us when we get back the real pointer 511 if (is1->ips_rule == is->ips_rule) 514 is [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/libpython/ |
H A D | libpython.c | 23 * Use is subject to license terms. 82 * The interp_head pointer is a list of one or more PyInterpreterState 93 * PyCodeObject for each frame. Essentially, this is the code that is 99 * line number is a mapping of bytecode offsets to line numbers. The 113 * library. The helper agent is provided by libpython2.[67]_db.so, which 114 * is also used by pstack(1) for debugging Python processes. 276 python_thread(uintptr_t addr, const PyInterpreterState *is, uint_t *verbose) argument
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DecisionHistory.java | 24 * Use is subject to license terms. 43 * The format of this data is project-private and very likely to change 78 * Such a decision is a (cpuid, from-pset-name, to-pset-name, 94 * resource until the next utilization sample is taken, 96 * If another decision is made regarding this resource, 127 * is moved. We use a textual representation to describe the 139 * made, if the determination is made. 168 * @throws InvalidArgumentException if there is no 232 * the monitor after the move is made. 335 * move is mad 509 load(InputStream is) argument [all...] |
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_rpcb_pxy.c | 7 * Use is subject to license terms. 11 * This is an in-kernel application proxy for Sun's RPCBIND (nee portmap) 12 * protocol as defined in RFC1833. It is far from complete, mostly 18 * If the host running IP Filter is the same as the RPC server, it's 37 * o There is a potential collision between cloning, wildcard NAT and 40 * o The enclosed hack of STREAMS support is pretty sick and most likely 358 * same. (i.e., this box is either a router or rpcbind 377 * requests. One deref signals that this thread is 432 /* is enough room in rs_buf for the basic RPC message "preamble". */ 497 /* GETADDRLIST is exclusiv 1181 ipstate_t *is; local [all...] |