/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tmxduration.c | 56 t = sfstruse(f); in tmxduration() 66 t = sfstruse(f); in tmxduration()
|
/titanic_50/usr/src/lib/libast/common/stdio/ |
H A D | vasprintf.c | 35 if (!(*s = strdup(sfstruse(f)))) in vasprintf()
|
H A D | vfwprintf.c | 47 if (!(x = sfstruse(t))) in vfwprintf()
|
/titanic_50/usr/src/lib/libdll/common/ |
H A D | dllscan.c | 294 if (!(s = sfstruse(scan->tmp))) in dllsopen() 401 if (!(p = sfstruse(scan->tmp))) in dllsread() 414 if (!(t = sfstruse(scan->tmp))) in dllsread() 424 if (!(p = sfstruse(scan->tmp))) in dllsread()
|
H A D | RELEASE | 4 06-10-11 dllscan.c: check sfstruse() return values -- doh
|
/titanic_50/usr/src/lib/libast/common/disc/ |
H A D | sfkeyprintf.c | 251 … = 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()
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | fmtmsglib.c | 261 if (!(s = sfstruse(sp))) 328 if (!(s = sfstruse(sp)) || write(fd, s, n) != n)
|
H A D | regexp.c | 120 return sfstruse(sp); in _re_putc()
|
H A D | getoptl.c | 99 if (!(usage = sfstruse(up))) in golly()
|
H A D | catopen.c | 153 if (s = sfstruse(((Cc_t*)cat)->tmp)) in _ast_catgets()
|
H A D | regcmp.c | 149 if (!(s = sfstruse(sp))) in regcmp()
|
H A D | syslog.c | 351 if (s = sfstruse(sp))
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 932 if (!(p->oopts = s = sfstruse(opt_info.state->cp))) in init() 1005 if (s = sfstruse(ip)) in expand() 1072 if (!(s = sfstruse(ip)) || (u = T(id, catalog, s)) == s) in localize() 1438 if (b = sfstruse(ip)) in args() 1704 if (e = sfstruse(ip)) in textout() 2184 if (!(opts = sfstruse(sp_help))) in opthelp() 3135 if (!(t = sfstruse(sp_info))) in opthelp() 3162 if (!(t = sfstruse(sp_info))) in opthelp() 3179 if (!(t = sfstruse(sp_info))) in opthelp() 3201 if (!(p = sfstruse(sp_misc))) in opthelp() [all …]
|
H A D | mime.c | 317 if (!(s = sfstruse(mp->buf))) in mimeload() 415 if (!(s = sfstruse(mp->buf))) in find() 423 if (!(s = sfstruse(mp->buf))) in find() 593 return sfstruse(mp->buf); in expand()
|
H A D | magic.c | 838 if (!(t = sfstruse(mp->tmp)) || !(rp = sfopen(NiL, t, "r"))) in ckmagic() 855 if ((e = sfstruse(mp->tmp)) && (gp = sfopen(NiL, e, "r"))) in ckmagic() 2226 if (!(s = sfstruse(mp->tmp))) in magicload() 2239 if (!(s = sfstruse(mp->tmp))) in magicload() 2387 if (!(s = sfstruse(mp->tmp))) in magictype()
|
/titanic_50/usr/src/cmd/ast/msgcc/ |
H A D | msggen.c | 436 if (!(s = sfstruse(tp))) in main() 502 if (!(mc->translation = sfstruse(tp))) in main()
|
H A D | msgcpp.c | 274 if (!(s = sfstruse(tmp))) in main()
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppinput.c | 64 s = (const char*)sfstruse(np); in native() 81 if (!(xp = ppsetfile(sfstruse(qp)))) in native()
|
H A D | ppbuiltin.c | 266 a = sfstruse(sp); in ppbuiltin()
|
H A D | ppop.c | 985 t = sfstruse(sp); in ppop() 1158 t = sfstruse(sp); in ppop() 1351 p = sfstruse(sp); in ppop()
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 537 if ((d = sfstruse(tmp)) && !eaccess(d, X_OK)) in initialize() 1289 if (call = sfstruse(sp)) 1419 if ((s = sfstruse(tmp)) && !access(s, F_OK)) 1458 if ((s = sfstruse(tmp)) && !access(s, F_OK))
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 573 return(sfstruse(shp->strbuf)); in get_seconds() 687 val = sfstruse(shp->strbuf); in put_lastarg() 1143 nv_putval(ENVNOD,sfstruse(shp->strbuf),NV_RDONLY); in sh_init() 1160 if((n=readlink(sfstruse(shp->strbuf),buff,sizeof(buff)-1))>0) in sh_init() 1491 return(sfstruse(shp->strbuf)); in name_stat()
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | print.c | 622 argp = sfstruse(pp->sh->strbuf); in extend() 878 value->s = sfstruse(sh.strbuf2); in extend()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | chgrp.c | 258 if (!(usage = sfstruse(sp))) in b_chgrp()
|
H A D | cp.c | 512 if (!(s = sfstruse(state->tmp))) in visit() 724 if (!(usage = sfstruse(state->tmp))) in b_cp()
|