/titanic_50/usr/src/lib/libast/common/stdio/ |
H A D | vasprintf.c | 32 if (f = sfstropen()) in vasprintf()
|
H A D | vfwprintf.c | 42 if (t = sfstropen()) in vfwprintf()
|
/titanic_50/usr/src/lib/libast/common/disc/ |
H A D | sfkeyprintf.c | 251 …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 D | tmxduration.c | 53 if (*last && (f = sfstropen())) in tmxduration()
|
H A D | tmlocale.c | 569 if (tp = sfstropen()) in load()
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | regexp.c | 117 if (!sp && !(sp = sfstropen())) in _re_putc()
|
H A D | getoptl.c | 51 if (!up && !(up = sfstropen())) in golly()
|
H A D | catopen.c | 113 if ((cc->cvt = iconv_open("", "utf")) == (iconv_t)(-1) || !(cc->tmp = sfstropen())) in _ast_catopen()
|
H A D | regcmp.c | 78 if (!pattern || !*pattern || !(sp = sfstropen())) in regcmp()
|
H A D | fmtmsglib.c | 240 if (!(sp = sfstropen()))
|
H A D | syslog.c | 310 if (sp = sfstropen())
|
/titanic_50/usr/src/cmd/ast/msgcc/ |
H A D | msggen.c | 194 else if (tp = sfstropen()) in ccsfprintf() 357 if (!(tp = sfstropen())) in main()
|
H A D | msgcpp.c | 194 if (!(tmp = sfstropen())) in main()
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 732 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 D | translate.c | 319 if (!(state.tmp = sfstropen())) in translate()
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppinput.c | 55 if (!np && !(np = sfstropen()) || !qp && !(qp = sfstropen())) in native()
|
H A D | ppbuiltin.c | 263 if (!(sp = sfstropen())) in ppbuiltin()
|
H A D | ppop.c | 816 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 D | astconf.c | 521 if (tmp = sfstropen()) in initialize() 1179 if ((drop = !sp) && !(sp = sfstropen())) 1414 if (tmp = sfstropen()) 1453 if (tmp = sfstropen())
|
H A D | mc.c | 329 if (!(mc->tmp = sfstropen())) in mcopen()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | chgrp.c | 242 if (!(sp = sfstropen())) in b_chgrp()
|
H A D | cksum.c | 476 if (!(state.check = sfstropen())) in b_cksum()
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 402 if (!(sp = sfstropen())) in regdecomp()
|
/titanic_50/usr/src/lib/libdll/common/ |
H A D | dllscan.c | 241 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 D | sfio.h | 417 #define sfstropen() sfnew(0, 0, -1, -1, SF_READ|SF_WRITE|SF_STRING) macro
|