/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | deparse.c | 128 sfputr(outfile,"|&",'\n'); in p_tree() 133 sfputr(outfile,"&",'\n'); in p_tree() 164 sfputr(outfile,arg->argval,';'); in p_tree() 217 sfputr(outfile,cp,here_doc?'\n':' '); in p_tree() 251 sfputr(outfile,t->for_.fornam,' '); in p_tree() 254 sfputr(outfile,"in",' '); in p_tree() 276 sfputr(outfile,"in",'\n'); in p_tree() 295 sfputr(outfile,t->funct.functnam,tflags); in p_tree() 324 sfputr(outfile,"!",' '); in p_tree() 328 sfputr(outfile,un_op,' '); in p_tree() [all …]
|
H A D | args.c | 116 sfputr(sp,sh_bash1,-1); in infof() 121 sfputr(sp,sh_bash2,-1); in infof() 124 sfputr(sp,s,-1); in infof() 128 sfputr(sp,sh_set,-1); in infof() 224 sfputr(sfstdout, "ksh bash emulation, version ",-1); in sh_argopts() 226 sfputr(sfstdout, nv_getval(np),-1); in sh_argopts() 368 sfputr(lp->kiafile,";vdb;CIAO/ksh",'\n'); in sh_argopts() 596 sfputr(sfstdout,sh_translate(e_heading),'\n'); in sh_printopts() 674 sfputr(sfstdout,name,' '); in sh_printopts() 676 sfputr(sfstdout,on ? sh_translate(e_on) : sh_translate(e_off),'\n'); in sh_printopts() [all …]
|
H A D | nvtree.c | 424 sfputr(out,prefix,' '); in nv_attribute() 448 sfputr(out,cp,' '); in nv_attribute() 453 sfputr(out,prefix,' '); in nv_attribute() 503 sfputr(out,tp->sh_name+2,' '); in nv_attribute() 518 sfputr(out,cp,' '); in nv_attribute() 528 sfputr(out,nv_name(np),'\n'); in nv_attribute() 634 sfputr(out,fmtq,c); in nv_outnode() 810 sfputr(outfile,sp,' '); in genvalue() 842 sfputr(outfile,arg+m+r+(n?n:0),(k?'=':'\n')); in genvalue() 856 sfputr(outfile,cp,'='); in genvalue()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | id.c | 151 sfputr(sp, " fsid=", -1); in getfsids() 183 if (name) sfputr(sp, name, -1); in putid() 314 sfputr(sp, " groups", -1); in getids() 337 sfputr(sp, " groups", -1); in getids() 361 if ((flags & N_FLAG) && name) sfputr(sp, name, '\n'); in getids() 366 if ((flags & N_FLAG) && gname) sfputr(sp, gname, '\n'); in getids() 411 else if ((flags & N_FLAG) && fs_name) sfputr(sp, fs_name, '\n'); in getids()
|
H A D | chgrp.c | 244 sfputr(sp, usage_1, -1); in b_chgrp() 246 sfputr(sp, usage_grp_1, -1); in b_chgrp() 249 sfputr(sp, usage_own_1, -1); in b_chgrp() 252 sfputr(sp, usage_2, -1); in b_chgrp() 254 sfputr(sp, ERROR_translate(0, 0, 0, "[owner[:group]]"), -1); in b_chgrp() 256 sfputr(sp, ERROR_translate(0, 0, 0, "[[owner:]group]"), -1); in b_chgrp() 257 sfputr(sp, usage_3, -1); in b_chgrp()
|
H A D | getconf.c | 269 sfputr(sfstdout, name, ' '); in b_getconf() 270 sfputr(sfstdout, path ? path : empty, ' '); in b_getconf() 272 sfputr(sfstdout, s, '\n'); in b_getconf()
|
H A D | cp.c | 418 sfputr(sfstdout, state->path, '\n'); in visit() 431 sfputr(sfstdout, state->path, '\n'); in visit() 690 sfputr(state->tmp, usage_head, -1); in b_cp() 696 sfputr(state->tmp, usage_cp, -1); in b_cp() 703 sfputr(state->tmp, usage_ln, -1); in b_cp() 712 sfputr(state->tmp, usage_mv, -1); in b_cp() 723 sfputr(state->tmp, usage_tail, -1); in b_cp()
|
H A D | logname.c | 75 sfputr(sfstdout, logname, '\n'); in b_logname()
|
H A D | tty.c | 86 sfputr(sfstdout,tty,'\n'); in b_tty()
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 930 sfputr(opt_info.state->cp, ":[string]", -1); in init() 996 sfputr(ip, b, -1); in expand() 1187 sfputr(sp, font(f, style, 1), -1); in label() 1210 sfputr(sp, font(f, style, 0), -1); in label() 1261 sfputr(sp, font(f, style, 0), -1); in label() 1286 sfputr(sp, font(a, style, !!(f ^= a)), -1); in label() 1315 sfputr(sp, "<", -1); in label() 1344 sfputr(sp, ">", -1); in label() 1351 sfputr(sp, "&", -1); in label() 1382 sfputr(sp, font(f, style, 0), -1); in label() [all …]
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 117 sfputr(sfstdout,tdata.prefix,' '); in b_readonly() 384 sfputr(stkp,NV_CLASS,-1); in b_typeset() 387 sfputr(stkp,tdata.prefix,0); in b_typeset() 414 sfputr(iop,nv_name(np),aflag=='+'?'\n':'='); in print_value() 430 sfputr(iop,name,'\n'); in print_value() 500 sfputr(shp->stk,shp->prefix,'.'); in b_common() 501 sfputr(shp->stk,name,0); in b_common() 856 sfputr(stkp,name,0); in b_builtin() 1052 sfputr(file,nv_name(np),'\n'); in print_namval() 1060 sfputr(file,tp->prefix,' '); in print_namval() [all …]
|
H A D | whence.c | 179 sfputr(sfstdout,sh_fmtq(cp),'\n'); in whence() 250 sfputr(sfstdout,sh_fmtq(name),' '); in whence() 259 sfputr(sfstdout,msg,' '); in whence() 261 sfputr(sfstdout,sh_fmtq(cp),'\n'); in whence()
|
H A D | trap.c | 114 sfputr(sfstdout,sh_fmtq(arg),'\n'); in b_trap() 140 sfputr(sfstdout,arg,'\n'); in b_trap() 387 sfputr(sfstdout, sig_name(flag-1,name,0), '\n'); in sig_list() 417 sfputr(sfstdout,sname,'\n'); in sig_list()
|
H A D | ulimit.c | 197 sfputr(sfstdout,conf,'\n'); in b_ulimit() 205 sfputr(sfstdout,e_unlimited,'\n'); in b_ulimit()
|
H A D | getopts.c | 46 sfputr(stkp,s,')'); in infof() 47 sfputr(sp,sh_mactry(shp,stkfreeze(stkp,1)),-1); in infof()
|
H A D | cd_pwd.c | 190 sfputr(sfstdout,dir,'\n'); in b_cd() 251 sfputr(sfstdout,cp,'\n'); in b_pwd()
|
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfputr.c | 29 ssize_t sfputr(Sfio_t* f, const char* s, int rc) in sfputr() function 31 ssize_t sfputr(f,s,rc) in sfputr()
|
/titanic_44/usr/src/lib/libast/common/stdio/ |
H A D | puts.c | 29 return sfputr(sfstdout, s, '\n'); in puts()
|
H A D | fputs.c | 31 return sfputr(f, s, -1); in fputs()
|
/titanic_44/usr/src/lib/libast/common/path/ |
H A D | pathcd.c | 98 sfputr(stkstd, p, 0); in pathcd()
|
/titanic_44/usr/src/lib/libast/common/uwin/ |
H A D | getpass.c | 66 sfputr(sfstderr,prompt,-1); in getpass()
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | stak.h | 53 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | stak.h | 44 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | stak.h | 53 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | stak.h | 53 #define stakputs(s) (sfputr(stkstd,(s),0),--stkstd->_next)
|