Searched defs:_r (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c60 Xword _r, _a, _b; local
69 while ((_r = _b % _a) != 0)
70 _b = _a, _a = _r;
/illumos-gate/usr/src/lib/libast/common/comp/
H A Diconv.c1363 ssize_t _r; local
1365 _r = _ast_iconv(cd, fb, fn, &ts, &tn);
1366 error(DEBUG_TRACE, "AHA#%d iconv_write %d => %d [%d]", __LINE__, *fn, tn, _r);
1367 if (_r != (size_t)(-1))
/illumos-gate/usr/src/boot/include/
H A Dstdio.h90 * if _flags&__SWR, _r is 0
104 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
112 int _r; /* (*) read space left for getc() */ member in struct:__sFILE
129 int _ur; /* saved _r when _r is counting ungetc data */
461 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))

Completed in 59 milliseconds