Searched refs:sfprintf (Results 76 - 100 of 103) sorted by relevance

12345

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c320 sfprintf(sfstderr,"%d: name=%s val=%s\n",getpid(),name,val);
572 sfprintf(shp->strbuf,"%.*f",places,d);
686 sfprintf(shp->strbuf,"%.*g",12,*((double*)val));
1142 sfprintf(shp->strbuf,"%s/.kshrc",nv_getval(HOME));
1159 sfprintf(shp->strbuf,"/proc/%d/exe",getpid());
1490 sfprintf(shp->strbuf,".sh.stats.%s",np->nvname);
H A Dexpand.c325 sfprintf(sfstdout, "%!", &fmt);
H A Dstring.c404 sfprintf(staksp,"\\%.3o",*(unsigned char*)op++);
410 sfprintf(staksp,"\\%.3o",c);
545 sfprintf(staksp, "\\%03o", c);
H A Dsuid_exec.c284 sfprintf(sfstdout,"%s: %s\n",command,message);
H A Dio.c1190 sfprintf(sfstderr,"{%s",nv_name(np));
1191 sfprintf(sfstderr,"%s %s%s%c",io_op,fname,after,iop->ionxt?' ':'\n');
1363 sfprintf(sfstderr,"< %s\n",name);
1373 sfprintf(sfstderr," %c%s\n",fd,cp);
1902 sfprintf(sfstderr,"%d", sh.hist_ptr?(int)sh.hist_ptr->histind:++cmdno);
2220 sfprintf(outfile,"%*d) %s",ndigits,j+1,*arg);
H A Darray.c125 else sfprintf(sfstderr,"discipline not replaced\n");
273 sfprintf(sh.strbuf,"%d",ap->cur);
317 sfprintf(sh.strbuf,"%s=%s",nv_name(nq),nv_getval(np));
718 sfprintf(stkstd,"%s.%.*s%c",NV_CLASS,n,tname,0);
H A Dpath.c375 sfprintf(sfstderr,"dump\n");
378 sfprintf(sfstderr,"pp=%x dev=%d ino=%d len=%d flags=%o name=%.*s\n",
1025 pidsize = sfprintf(stkstd,"*%d*",spawn?getpid():getppid());
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c118 sfprintf(sfstdout,"%s\n",sh_fmtq(cp));
526 sfprintf(sfstderr,sh_translate(e_noalias),name);
1080 sfprintf(file," #line %d %s\n",np->nvalue.rp->lineno,fname?sh_fmtq(fname):"");
1122 sfprintf(file,"[%s]\n", sh_fmtq(nv_refsub(np)));
H A Dprint.c294 sfprintf(outfile,"%!",&pdata);
444 sfprintf(stkstd,"&#%X;",CCMAPC(c,CC_NATIVE,CC_ASCII));
621 sfprintf(pp->sh->strbuf,"%s.%.*s%c",argp,fe->n_str,fe->t_str,0);
H A Dmisc.c552 sfprintf(sfstdout,"%s\n",vend);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c452 sfprintf(sfstdout, "%s uid:%05d->%05d gid:%05d->%05d %s\n", op, ent->fts_statp->st_uid, uid, ent->fts_statp->st_gid, gid, ent->fts_path);
H A Dfmt.c122 sfprintf(fp->out, "\"%s%s\"\n", cp, c == ']' || c == '{' || c == '}' ? "" : " ");
H A Dcp.c505 sfprintf(state->tmp, "%s.%s%d%s", state->path, state->suffix, v + 1, state->suffix);
510 sfprintf(state->tmp, "%s%s", state->path, state->suffix);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Diconv.c445 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name m=\"%s\"\n", error_info.id, error_info.trace, __LINE__, m);
450 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name n=%d bp=%p cp=%p ccode=%d name=\"%s\"\n", error_info.id, error_info.trace, __LINE__, n, bp, cp, cp->ccode, cp->name);
509 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name ccode=%d canon=\"%s\"\n", error_info.id, error_info.trace, __LINE__, cp->ccode, o);
521 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name ccode=%d canon=\"%s\"\n", error_info.id, error_info.trace, __LINE__, CC_ICONV, o);
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-sha2.c802 sfprintf(sp, "%02x", *d++);
1164 sfprintf(sp, "%02x", *d++);
1233 sfprintf(sp, "%02x", *d++);
H A Dsum-md5.c361 sfprintf(sp, "%02x", d[n]);
H A Dsum-sha1.c329 sfprintf(sp, "%02x", d[n]);
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.c943 sfprintf(sfstderr, "===== refill(\"%s\") = %d =====\n%s\n===== eob(\"%s\") =====\n", error_info.file, c, pp.in->nextchr, error_info.file);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h260 extern int sfprintf _ARG_((Sfio_t*, const char*, ...));
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio.h260 extern int sfprintf _ARG_((Sfio_t*, const char*, ...));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h260 extern int sfprintf _ARG_((Sfio_t*, const char*, ...));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h260 extern int sfprintf _ARG_((Sfio_t*, const char*, ...));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h260 extern int sfprintf _ARG_((Sfio_t*, const char*, ...));
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c837 sfprintf(mp->tmp, "/reg/classes_root/%s", t);
854 sfprintf(mp->tmp, "/reg/classes_root/%s", t);
2238 sfprintf(mp->tmp, "%s/%s", MAGIC_DIR, mp->fbuf);
2377 sfprintf(mp->tmp, "%s ", T("short"));
2378 sfprintf(mp->tmp, "%s", s);
2380 sfprintf(mp->tmp, ", %s", S_ISDIR(st->st_mode) ? T("searchable") : T("executable"));
2382 sfprintf(mp->tmp, ", setuid=%s", fmtuid(st->st_uid));
2384 sfprintf(mp->tmp, ", setgid=%s", fmtgid(st->st_gid));
2386 sfprintf(mp->tmp, ", sticky");
2409 sfprintf(s
[all...]
/illumos-gate/usr/src/lib/libast/common/string/
H A Dccmap.c722 sfprintf(sfstdout, "\n /* %s => %s */\n\n", ccmapname(from), ccmapname(to));
725 sfprintf(sfstdout, " 0x%02x,", m ? m[c] : c);
729 sfprintf(sfstdout, "\n");

Completed in 139 milliseconds

12345