Searched refs:sfstrseek (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libdll/common/ |
H A D | dllscan.c | 413 sfstrseek(scan->tmp, scan->off, SEEK_SET); in dllsread() 422 sfstrseek(scan->tmp, scan->off, SEEK_SET); in dllsread()
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | syslog.c | 349 if ((s = sfstrseek(sp, 0, SEEK_CUR)) && *(s - 1) != '\n')
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 995 sfstrseek(ip, 0, SEEK_SET); in expand() 2500 sfstrseek(mp, m, SEEK_SET); in opthelp() 2504 sfstrseek(mp, -1, SEEK_CUR); in opthelp() 2527 sfstrseek(mp, m, SEEK_SET); in opthelp() 2531 sfstrseek(mp, -1, SEEK_CUR); in opthelp() 3219 sfstrseek(mp, -1, SEEK_CUR); in opthelp() 3577 c = *sfstrseek(mp, -1, SEEK_CUR); in opthelp() 3654 if (*sfstrseek(mp, tp, SEEK_SET) != ' ') in opthelp() 3655 sfstrseek(mp, 1, SEEK_CUR); in opthelp() 3676 …for (d = sfstrbase(mp), t = sfstrseek(mp, 0, SEEK_CUR); t > d && ((c = *(t - 1)) == '\n' || c == '… in opthelp() [all …]
|
H A D | translate.c | 89 sfstrseek(sp, 0, SEEK_SET); in tempget()
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | mc.c | 360 sfstrseek(mc->tmp, p, SEEK_SET); in mcget()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 420 #define sfstrseek(f,p,m) \ macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 420 #define sfstrseek(f,p,m) \ macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 420 #define sfstrseek(f,p,m) \ macro
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 420 #define sfstrseek(f,p,m) \ macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 420 #define sfstrseek(f,p,m) \ macro
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppinput.c | 63 sfstrseek(np, n, SEEK_CUR); in native()
|