Home
last modified time | relevance | path

Searched refs:sfstropen (Results 1 – 25 of 37) sorted by relevance

12

/titanic_50/usr/src/lib/libast/common/stdio/
H A Dvasprintf.c32 if (f = sfstropen()) in vasprintf()
H A Dvfwprintf.c42 if (t = sfstropen()) in vfwprintf()
/titanic_50/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… in getfmt()
270 …if (!fp->tmp[0] && !(fp->tmp[0] = sfstropen()) || sfprintf(fp->tmp[0], "%!", &fmt) <= 0 || !(s = s… in getfmt()
326 …ert)(fp->handle, &fp->fmt, a, s, n))) && (!fp->tmp[0] && !(fp->tmp[0] = sfstropen()) || sfprintf(f… in getfmt()
/titanic_50/usr/src/lib/libast/common/tm/
H A Dtmxduration.c53 if (*last && (f = sfstropen())) in tmxduration()
H A Dtmlocale.c569 if (tp = sfstropen()) in load()
/titanic_50/usr/src/lib/libast/common/comp/
H A Dregexp.c117 if (!sp && !(sp = sfstropen())) in _re_putc()
H A Dgetoptl.c51 if (!up && !(up = sfstropen())) in golly()
H A Dcatopen.c113 if ((cc->cvt = iconv_open("", "utf")) == (iconv_t)(-1) || !(cc->tmp = sfstropen())) in _ast_catopen()
H A Dregcmp.c78 if (!pattern || !*pattern || !(sp = sfstropen())) in regcmp()
H A Dfmtmsglib.c240 if (!(sp = sfstropen()))
H A Dsyslog.c310 if (sp = sfstropen())
/titanic_50/usr/src/cmd/ast/msgcc/
H A Dmsggen.c194 else if (tp = sfstropen()) in ccsfprintf()
357 if (!(tp = sfstropen())) in main()
H A Dmsgcpp.c194 if (!(tmp = sfstropen())) in main()
/titanic_50/usr/src/lib/libast/common/misc/
H A Doptget.c732 opt_info.state->vp = sfstropen(); in init()
733 opt_info.state->xp = sfstropen(); in init()
896 … = strchr(s, '(')) && strchr(t, ')') && (opt_info.state->cp || (opt_info.state->cp = sfstropen()))) in init()
2156 if (!(mp = opt_info.state->mp) && !(mp = opt_info.state->mp = sfstropen())) in opthelp()
2176 if (!(sp_help = sfstropen())) in opthelp()
2218 if (!(sp_text = sfstropen()) || !(sp_info = sfstropen())) in opthelp()
2220 if (style >= STYLE_match && style < STYLE_keys && !(sp_body = sfstropen())) in opthelp()
2626 if (!(sp = sp_plus) && !(sp = sp_plus = sfstropen())) in opthelp()
2696 if (!sp_misc && !(sp_misc = sfstropen())) in opthelp()
2737 if (!(sp_body = sfstropen())) in opthelp()
[all …]
H A Dtranslate.c319 if (!(state.tmp = sfstropen())) in translate()
/titanic_50/usr/src/lib/libpp/common/
H A Dppinput.c55 if (!np && !(np = sfstropen()) || !qp && !(qp = sfstropen())) in native()
H A Dppbuiltin.c263 if (!(sp = sfstropen())) in ppbuiltin()
H A Dppop.c816 if (!(sp = sfstropen())) in ppop()
1151 if (!(sp = sfstropen())) in ppop()
1348 if (!(sp = sfstropen())) in ppop()
/titanic_50/usr/src/lib/libast/common/port/
H A Dastconf.c521 if (tmp = sfstropen()) in initialize()
1179 if ((drop = !sp) && !(sp = sfstropen()))
1414 if (tmp = sfstropen())
1453 if (tmp = sfstropen())
H A Dmc.c329 if (!(mc->tmp = sfstropen())) in mcopen()
/titanic_50/usr/src/lib/libcmd/common/
H A Dchgrp.c242 if (!(sp = sfstropen())) in b_chgrp()
H A Dcksum.c476 if (!(state.check = sfstropen())) in b_cksum()
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregdecomp.c402 if (!(sp = sfstropen())) in regdecomp()
/titanic_50/usr/src/lib/libdll/common/
H A Ddllscan.c241 if (!(scan = vmnewof(vm, 0, Dllscan_t, 1, i)) || !(scan->tmp = sfstropen())) in dllsopen()
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h417 #define sfstropen() sfnew(0, 0, -1, -1, SF_READ|SF_WRITE|SF_STRING) macro

12