Home
last modified time | relevance | path

Searched refs:sfstrbase (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dsfstr.h39 #undef sfstrbase
52 extern char* sfstrbase(Sfio_t*);
H A Dsfstr.c142 sfstrbase(Sfio_t* f) in sfstrbase() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dconformance.c82 memcpy(m, sfstrbase(sp), i); in initconformance()
H A Dtranslate.c97 return sfstrbase(sp) + off; in tempuse()
H A Doptget.c885 b = sfstrbase(ip) + n; in expand()
2772 y = sfstrbase(mp) + m + 1; in opthelp()
2799 y = sfstrbase(mp) + m + 1; in opthelp()
4044 …for (d = sfstrbase(mp), t = sfstrseek(mp, 0, SEEK_CUR); t > d && ((c = *(t - 1)) == '\n' || c == '… in opthelp()
4770 f = sfstrbase(vp); in optget()
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsggen.c197 s = sfstrbase(tp); in ccsfprintf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmlocale.c600 if (tp && memcpy(s, sfstrbase(tp), n) || !tp && sfread(sp, s, n) == n) in load()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dmc.c362 return sfstrbase(mc->tmp) + p; in mcget()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h439 #define sfstrbase(f) ((char*)(f)->_data) macro