Home
last modified time | relevance | path

Searched refs:sfstruse (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dsfstr.h44 #undef sfstruse
57 extern char* sfstruse(Sfio_t*);
H A Dsfstr.c219 sfstruse(Sfio_t* f) in sfstruse() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxduration.c56 t = sfstruse(f); in tmxduration()
66 t = sfstruse(f); in tmxduration()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dvasprintf.c35 if (!(*s = strdup(sfstruse(f)))) in vasprintf()
H A Dvfwprintf.c47 if (!(x = sfstruse(t))) in vfwprintf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c251 … = sfstropen()) || sfprintf(fp->tmp[1], "%I*d", sizeof(n), n) <= 0 || !(s = sfstruse(fp->tmp[1])))) in getfmt()
270 …(fp->tmp[0] = sfstropen()) || sfprintf(fp->tmp[0], "%!", &fmt) <= 0 || !(s = sfstruse(fp->tmp[0]))) in getfmt()
326 …tropen()) || sfprintf(fp->tmp[0], "%%%c", fp->fmt.fmt) <= 0 || !(value->s = sfstruse(fp->tmp[0])))) in getfmt()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllscan.c314 if (!(s = sfstruse(scan->tmp))) in dllsopen()
421 if (!(p = sfstruse(scan->tmp))) in dllsread()
434 if (!(t = sfstruse(scan->tmp))) in dllsread()
444 if (!(p = sfstruse(scan->tmp))) in dllsread()
H A DRELEASE14 06-10-11 dllscan.c: check sfstruse() return values -- doh
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dfmtmsglib.c261 if (!(s = sfstruse(sp)))
328 if (!(s = sfstruse(sp)) || write(fd, s, n) != n)
H A Dregexp.c120 return sfstruse(sp); in _re_putc()
H A Dgetoptl.c99 if (!(usage = sfstruse(up))) in golly()
H A Dcatopen.c157 if (s = sfstruse(((Cc_t*)cat)->tmp)) in _ast_catgets()
H A Dregcmp.c156 if (!(s = sfstruse(sp))) in regcmp()
H A Dsyslog.c353 if (s = sfstruse(sp))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c117 cp = sfstruse(shp->strbuf); in b_cd()
124 dir = sfstruse(shp->strbuf2); in b_cd()
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DRELEASE4 06-10-11 add sfstruse() error checks
H A Dmsggen.c436 if (!(s = sfstruse(tp))) in main()
502 if (!(mc->translation = sfstruse(tp))) in main()
H A Dmsgcpp.c274 if (!(s = sfstruse(tmp))) in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c905 if (s = sfstruse(ip)) in expand()
1659 if (b = sfstruse(ip)) in args()
1941 if (w = sfstruse(ip)) in textout()
3488 if (!(p = sfstruse(sp_misc))) in opthelp()
3509 if (!(p = sfstruse(mp))) in opthelp()
3647 if (!(t = sfstruse(sp_plus))) in opthelp()
3657 if (!(t = sfstruse(sp_head))) in opthelp()
3719 if (!(p = sfstruse(sp))) in opthelp()
4059 if (!(p = sfstruse(mp))) in opthelp()
4168 else if (p = sfstruse(tp)) in opterror()
[all …]
H A Dmime.c317 if (!(s = sfstruse(mp->buf))) in mimeload()
415 if (!(s = sfstruse(mp->buf))) in find()
423 if (!(s = sfstruse(mp->buf))) in find()
625 return sfstruse(mp->buf); in expand()
H A Dmagic.c851 if (!(t = sfstruse(mp->tmp)) || !(rp = sfopen(NiL, t, "r"))) in ckmagic()
868 if ((e = sfstruse(mp->tmp)) && (gp = sfopen(NiL, e, "r"))) in ckmagic()
2267 if (!(s = sfstruse(mp->tmp))) in magicload()
2280 if (!(s = sfstruse(mp->tmp))) in magicload()
2428 if (!(s = sfstruse(mp->tmp))) in magictype()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c631 return(sfstruse(shp->strbuf)); in get_seconds()
745 val = sfstruse(shp->strbuf); in put_lastarg()
983 return(sfstruse(shp->strbuf)); in name_math()
1043 val = sfstruse(shp->strbuf); in get_math()
1387 nv_putval(ENVNOD,sfstruse(shp->strbuf),NV_RDONLY); in sh_init()
1405 if((n=readlink(sfstruse(shp->strbuf),buff,sizeof(buff)-1))>0) in sh_init()
1775 return(sfstruse(shp->strbuf)); in name_stat()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppinput.c59 s = (const char*)sfstruse(np); in native()
76 if (!(xp = ppsetfile(sfstruse(qp)))) in native()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c556 if ((d = sfstruse(tmp)) && !eaccess(d, X_OK)) in initialize()
1354 if (call = sfstruse(sp)) in print()
1488 if ((s = sfstruse(tmp)) && !access(s, F_OK)) in astgetconf()
1527 if ((s = sfstruse(tmp)) && !access(s, F_OK)) in astgetconf()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c535 if (!(s = sfstruse(state->tmp))) in visit()
748 if (!(usage = sfstruse(state->tmp))) in b_cp()

12