Searched refs:sfstruse (Results 1 - 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dvasprintf.c35 if (!(*s = strdup(sfstruse(f))))
H A Dvfwprintf.c47 if (!(x = sfstruse(t)))
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxduration.c56 t = sfstruse(f);
66 t = sfstruse(f);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dregexp.c120 return sfstruse(sp);
H A Dcatopen.c153 if (s = sfstruse(((Cc_t*)cat)->tmp))
H A Dfmtmsglib.c261 if (!(s = sfstruse(sp)))
328 if (!(s = sfstruse(sp)) || write(fd, s, n) != n)
H A Dgetoptl.c99 if (!(usage = sfstruse(up)))
H A Dregcmp.c149 if (!(s = sfstruse(sp)))
H A Dsyslog.c351 if (s = sfstruse(sp))
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c251 if (!s && (!h || !fp->tmp[1] && !(fp->tmp[1] = sfstropen()) || sfprintf(fp->tmp[1], "%I*d", sizeof(n), n) <= 0 || !(s = sfstruse(fp->tmp[1]))))
270 if (!fp->tmp[0] && !(fp->tmp[0] = sfstropen()) || sfprintf(fp->tmp[0], "%!", &fmt) <= 0 || !(s = sfstruse(fp->tmp[0])))
326 if ((!fp->convert || !(value->s = (*fp->convert)(fp->handle, &fp->fmt, a, s, n))) && (!fp->tmp[0] && !(fp->tmp[0] = sfstropen()) || sfprintf(fp->tmp[0], "%%%c", fp->fmt.fmt) <= 0 || !(value->s = sfstruse(fp->tmp[0]))))
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllscan.c294 if (!(s = sfstruse(scan->tmp)))
401 if (!(p = sfstruse(scan->tmp)))
414 if (!(t = sfstruse(scan->tmp)))
424 if (!(p = sfstruse(scan->tmp)))
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcpp.c274 if (!(s = sfstruse(tmp)))
H A Dmsggen.c436 if (!(s = sfstruse(tp)))
502 if (!(mc->translation = sfstruse(tp)))
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmime.c317 if (!(s = sfstruse(mp->buf)))
415 if (!(s = sfstruse(mp->buf)))
423 if (!(s = sfstruse(mp->buf)))
593 return sfstruse(mp->buf);
H A Doptget.c932 if (!(p->oopts = s = sfstruse(opt_info.state->cp)))
1005 if (s = sfstruse(ip))
1072 if (!(s = sfstruse(ip)) || (u = T(id, catalog, s)) == s)
1438 if (b = sfstruse(ip))
1704 if (e = sfstruse(ip))
2184 if (!(opts = sfstruse(sp_help)))
3135 if (!(t = sfstruse(sp_info)))
3162 if (!(t = sfstruse(sp_info)))
3179 if (!(t = sfstruse(sp_info)))
3201 if (!(p = sfstruse(sp_mis
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppbuiltin.c266 a = sfstruse(sp);
H A Dppinput.c64 s = (const char*)sfstruse(np);
81 if (!(xp = ppsetfile(sfstruse(qp))))
H A Dppop.c985 t = sfstruse(sp);
1158 t = sfstruse(sp);
1351 p = sfstruse(sp);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c258 if (!(usage = sfstruse(sp)))
H A Dcksum.c309 if (!(t = sfstruse(rp)))
H A Dcp.c512 if (!(s = sfstruse(state->tmp)))
724 if (!(usage = sfstruse(state->tmp)))
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c573 return(sfstruse(shp->strbuf));
687 val = sfstruse(shp->strbuf);
1143 nv_putval(ENVNOD,sfstruse(shp->strbuf),NV_RDONLY);
1160 if((n=readlink(sfstruse(shp->strbuf),buff,sizeof(buff)-1))>0)
1491 return(sfstruse(shp->strbuf));
H A Dnvtree.c62 cp = sfstruse(sh.strbuf);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c537 if ((d = sfstruse(tmp)) && !eaccess(d, X_OK))
1289 if (call = sfstruse(sp))
1419 if ((s = sfstruse(tmp)) && !access(s, F_OK))
1458 if ((s = sfstruse(tmp)) && !access(s, F_OK))
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregdecomp.c440 if (!(s = sfstruse(sp)))

Completed in 137 milliseconds

12