Searched refs:sfstruse (Results 1 - 25 of 38) sorted by relevance
12
/illumos-gate/usr/src/lib/libast/common/stdio/ |
H A D | vasprintf.c | 35 if (!(*s = strdup(sfstruse(f))))
|
H A D | vfwprintf.c | 47 if (!(x = sfstruse(t)))
|
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tmxduration.c | 56 t = sfstruse(f); 66 t = sfstruse(f);
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | regexp.c | 120 return sfstruse(sp);
|
H A D | catopen.c | 153 if (s = sfstruse(((Cc_t*)cat)->tmp))
|
H A D | fmtmsglib.c | 261 if (!(s = sfstruse(sp))) 328 if (!(s = sfstruse(sp)) || write(fd, s, n) != n)
|
H A D | getoptl.c | 99 if (!(usage = sfstruse(up)))
|
H A D | regcmp.c | 149 if (!(s = sfstruse(sp)))
|
H A D | syslog.c | 351 if (s = sfstruse(sp))
|
/illumos-gate/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(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 D | dllscan.c | 294 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 D | msgcpp.c | 274 if (!(s = sfstruse(tmp)))
|
H A D | msggen.c | 436 if (!(s = sfstruse(tp))) 502 if (!(mc->translation = sfstruse(tp)))
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | mime.c | 317 if (!(s = sfstruse(mp->buf))) 415 if (!(s = sfstruse(mp->buf))) 423 if (!(s = sfstruse(mp->buf))) 593 return sfstruse(mp->buf);
|
H A D | optget.c | 932 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 D | ppbuiltin.c | 266 a = sfstruse(sp);
|
H A D | ppinput.c | 64 s = (const char*)sfstruse(np); 81 if (!(xp = ppsetfile(sfstruse(qp))))
|
H A D | ppop.c | 985 t = sfstruse(sp); 1158 t = sfstruse(sp); 1351 p = sfstruse(sp);
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | chgrp.c | 258 if (!(usage = sfstruse(sp)))
|
H A D | cksum.c | 309 if (!(t = sfstruse(rp)))
|
H A D | cp.c | 512 if (!(s = sfstruse(state->tmp))) 724 if (!(usage = sfstruse(state->tmp)))
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 573 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 D | nvtree.c | 62 cp = sfstruse(sh.strbuf);
|
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 537 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 D | regdecomp.c | 440 if (!(s = sfstruse(sp)))
|
Completed in 137 milliseconds
12