Searched refs:approx (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c96 STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen)
109 if (byte >= e->min && e->slen && (approx || !(e->slen & 0x80))) {
133 if (approx && (e->slen & 0x80))
95 do_encode(encpage_t * enc, const U8 * src, STRLEN * slen, U8 * dst, STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h79 U8 *dst, STRLEN dlen, STRLEN *dout, int approx,
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dclock.c1846 * Initialize the system time based on the TOD chip. approx is used as
1848 * the TOD chip has been cleared or is unresponsive. An approx of -1
1852 clkset(time_t approx) argument
1869 if (approx != -1 && approx > ts.tv_sec) {
1876 * greater of i) approx and ii) 1987. That way if approx
1883 ts.tv_sec = (approx > diagnose_date ? approx : diagnose_date);

Completed in 105 milliseconds