Searched refs:sfstropen (Results 1 - 25 of 38) sorted by relevance
12
/osnet-11/usr/src/lib/libast/common/stdio/ |
H A D | vasprintf.c | 32 if (f = sfstropen())
|
H A D | vfwprintf.c | 42 if (t = sfstropen())
|
/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tmxduration.c | 53 if (*last && (f = sfstropen()))
|
H A D | tmlocale.c | 585 if (tp = sfstropen())
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | xargs.c | 221 if (!(sp = sfstropen()))
|
H A D | ls.c | 502 if (!mp && !(mp = sfstropen())) 1319 if (!(fmt = sfstropen()) || !(state.tmp = sfstropen()))
|
H A D | chgrp.c | 252 if (!(sp = sfstropen()))
|
H A D | cksum.c | 476 if (!(state.check = sfstropen()))
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | regexp.c | 117 if (!sp && !(sp = sfstropen()))
|
H A D | getoptl.c | 51 if (!up && !(up = sfstropen()))
|
H A D | catopen.c | 116 if ((cc->cvt = iconv_open("", "utf")) == (iconv_t)(-1) || !(cc->tmp = sfstropen()))
|
H A D | regcmp.c | 78 if (!pattern || !*pattern || !(sp = sfstropen()))
|
H A D | fmtmsglib.c | 240 if (!(sp = sfstropen()))
|
H A D | syslog.c | 310 if (sp = sfstropen())
|
/osnet-11/usr/src/lib/libast/common/disc/ |
H A D | sfkeyprintf.c | 253 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])))) 272 if (!fp->tmp[0] && !(fp->tmp[0] = sfstropen()) || sfprintf(fp->tmp[0], "%!", &fmt) <= 0 || !(s = sfstruse(fp->tmp[0]))) 328 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]))))
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | conformance.c | 50 if (sp = sfstropen())
|
H A D | optget.c | 903 state.vp = sfstropen(); 934 state.xp = sfstropen(); 1120 if (!p->version && (t = strchr(s, '(')) && strchr(t, ')') && (state.cp || (state.cp = sfstropen()))) 2378 if (!(mp = state.mp) && !(mp = state.mp = sfstropen())) 2398 if (!(sp_help = sfstropen())) 2453 if (!(sp_text = sfstropen()) || !(sp_info = sfstropen())) 2455 if (style >= STYLE_match && style < STYLE_keys && !(sp_body = sfstropen())) 2859 if (!(sp = sp_plus) && !(sp = sp_plus = sfstropen())) 2937 if (!sp_misc && !(sp_misc = sfstropen())) [all...] |
H A D | translate.c | 330 if (!(state.tmp = sfstropen()))
|
/osnet-11/usr/src/cmd/ast/msgcc/ |
H A D | msgcpp.c | 194 if (!(tmp = sfstropen()))
|
H A D | msggen.c | 194 else if (tp = sfstropen()) 357 if (!(tp = sfstropen()))
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppbuiltin.c | 263 if (!(sp = sfstropen()))
|
H A D | ppinput.c | 55 if (!np && !(np = sfstropen()) || !qp && !(qp = sfstropen()))
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 523 if (tmp = sfstropen()) 1188 if ((drop = !sp) && !(sp = sfstropen())) 1423 if (tmp = sfstropen()) 1462 if (tmp = sfstropen())
|
H A D | mc.c | 327 if (!(mc->tmp = sfstropen()))
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 402 if (!(sp = sfstropen()))
|
Completed in 115 milliseconds
12