Home
last modified time | relevance | path

Searched refs:sfstrseek (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dsfstr.h41 #undef sfstrseek
54 extern char* sfstrseek(Sfio_t*, int, int);
H A Dsfstr.c186 sfstrseek(Sfio_t* f, int n, int w) in sfstrseek() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dconformance.c78 sfstrseek(sp, 0, SEEK_SET); in initconformance()
H A Doptget.c895 sfstrseek(ip, 0, SEEK_SET); in expand()
2775 sfstrseek(mp, m, SEEK_SET); in opthelp()
2779 sfstrseek(mp, -1, SEEK_CUR); in opthelp()
2802 sfstrseek(mp, m, SEEK_SET); in opthelp()
2806 sfstrseek(mp, -1, SEEK_CUR); in opthelp()
3508 sfstrseek(mp, -1, SEEK_CUR); in opthelp()
3945 c = *sfstrseek(mp, -1, SEEK_CUR); in opthelp()
4022 if (*sfstrseek(mp, tp, SEEK_SET) != ' ') in opthelp()
4023 sfstrseek(mp, 1, SEEK_CUR); in opthelp()
4044 …for (d = sfstrbase(mp), t = sfstrseek(mp, 0, SEEK_CUR); t > d && ((c = *(t - 1)) == '\n' || c == '… in opthelp()
[all …]
H A Dtranslate.c89 sfstrseek(sp, 0, SEEK_SET); in tempget()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllscan.c433 sfstrseek(scan->tmp, scan->off, SEEK_SET); in dllsread()
442 sfstrseek(scan->tmp, scan->off, SEEK_SET); in dllsread()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsyslog.c351 if ((s = sfstrseek(sp, 0, SEEK_CUR)) && *(s - 1) != '\n')
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dmc.c358 sfstrseek(mc->tmp, p, SEEK_SET); in mcget()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h422 #define sfstrseek(f,p,m) \ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppinput.c58 sfstrseek(np, n, SEEK_CUR); in native()
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c1941 sfstrseek(state.disc.sp, 0, SEEK_SET); in main()