Searched refs:sfstrtell (Results 1 – 10 of 10) sorted by relevance
43 #undef sfstrtell56 extern int sfstrtell(Sfio_t*);
206 sfstrtell(Sfio_t* f) in sfstrtell() function
296 n = sfstrtell(sp);327 n = sfstrtell(sp);
2744 if (sfstrtell(sp)) in _ast_setlocale()2754 if (!sfstrtell(sp)) in _ast_setlocale()
88 if (sfstrtell(sp) > sfstrsize(sp) / 2) in tempget()90 return sfstrtell(sp); in tempget()
77 i = sfstrtell(sp); in initconformance()
880 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 …]
437 #define sfstrtell(f) ((f)->_next - (f)->_data) macro438 #define sfstrpend(f) ((f)->_size - sfstrtell())
438 if ((r = sfstrtell(sp) + 1) <= n) in regdecomp()
355 if ((p = sfstrtell(mc->tmp)) > sfstrsize(mc->tmp) / 2) in mcget()