Home
last modified time | relevance | path

Searched refs:sfstrtell (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dsfstr.h43 #undef sfstrtell
56 extern int sfstrtell(Sfio_t*);
H A Dsfstr.c206 sfstrtell(Sfio_t* f) in sfstrtell() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dfmtmsglib.c296 n = sfstrtell(sp);
327 n = sfstrtell(sp);
H A Dsetlocale.c2744 if (sfstrtell(sp)) in _ast_setlocale()
2754 if (!sfstrtell(sp)) in _ast_setlocale()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dtranslate.c88 if (sfstrtell(sp) > sfstrsize(sp) / 2) in tempget()
90 return sfstrtell(sp); in tempget()
H A Dconformance.c77 i = sfstrtell(sp); in initconformance()
H A Doptget.c880 n = sfstrtell(ip); in expand()
886 n = sfstrtell(ip); in expand()
1647 if (!sfstrtell(sp)) in args()
2726 m = sfstrtell(mp); in opthelp()
2814 m = sfstrtell(mp); in opthelp()
3237 if (style != STYLE_posix && !sfstrtell(sp)) in opthelp()
3507 if (style == STYLE_keys && sfstrtell(mp) > 1) in opthelp()
3514 if (sfstrtell(sp) && style != STYLE_posix) in opthelp()
3643 if (sfstrtell(sp_plus)) in opthelp()
3645 if (sfstrtell(sp)) in opthelp()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h437 #define sfstrtell(f) ((f)->_next - (f)->_data) macro
438 #define sfstrpend(f) ((f)->_size - sfstrtell())
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregdecomp.c438 if ((r = sfstrtell(sp) + 1) <= n) in regdecomp()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dmc.c355 if ((p = sfstrtell(mc->tmp)) > sfstrsize(mc->tmp) / 2) in mcget()