Searched refs:inrange (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddecimal_bin.c443 goto inrange;
459 inrange:
512 goto inrange;
528 inrange:
581 goto inrange;
597 inrange:
663 goto inrange;
678 inrange:
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c1168 int inrange; local
1200 * inrange: 0=no, 1=possibly, 2=definitely
1203 inrange = 0;
1226 if (inrange > 1)
1230 inrange = 0;
1260 inrange = 1;
1263 if (inrange != 0)
1267 if (inrange == 2)
1277 if (!inrange && env->cursor != begin && *env->cursor != ']')
1283 else if (inrange
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/modules/amd_opteron/
H A Dao.c327 int inrange = i < ao_mcactls[bank].bank_tblsz; local
330 if (inrange) {
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c118 static inrange_t inrange(void);
347 inrange_t is_ok; /* caches inrange() result */
355 * The value of want_ok is the minimum inrange() result of current
395 is_ok = inrange();
421 * with inrange() == INRANGE_ALIGNED will be admitted
455 /* inrange() already checked the "run-level " part */
492 * as in inrange(), but then we have redundancy from
536 * inrange: inspect what we hope to be one wtmpx record.
552 inrange() function

Completed in 87 milliseconds