Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/illumos-gate/usr/src/cmd/ndmpadm/
H A Dndmpadm_print.c73 (void) fprintf(stdout, gettext("\t%s type:\tLocal\n"), label); in ndmp_tprint_addr()
76 (void) fprintf(stdout, gettext("\t%s type:\tTCP\n"), label); in ndmp_tprint_addr()
77 (void) fprintf(stdout, gettext("\t%s address:\t%s\n"), in ndmp_tprint_addr()
81 (void) fprintf(stdout, gettext("\t%s type:\tFC\n"), label); in ndmp_tprint_addr()
84 (void) fprintf(stdout, gettext("\t%s type:\tIPC\n"), label); in ndmp_tprint_addr()
87 (void) fprintf(stdout, in ndmp_tprint_addr()
105 (void) fprintf(stdout, gettext("\tdata.env[%d]:\t%s: "), in ndmp_print_env()
108 (void) fprintf(stdout, "\"%s\"\n", ep->np_value); in ndmp_print_env()
118 (void) fprintf(stdout, gettext("\tSession Id:\t%d\n"), si->nsi_sid); in ndmp_connect_print_conn()
119 (void) fprintf(stdout, gettext("\tProtocol version:\t%d\n"), in ndmp_connect_print_conn()
[all …]
H A Dndmpadm_main.c167 FILE *fp = requested ? stdout : stderr; in usage()
223 (void) fprintf(stdout, "\t%s=\n", in ndmp_get_config()
226 (void) fprintf(stdout, "\t%s=%s\n", in ndmp_get_config()
272 (void) fprintf(stdout, "\t%s=\n", arg); in ndmp_get_config_process()
274 (void) fprintf(stdout, "\t%s=%s\n", in ndmp_get_config_process()
282 (void) fprintf(stdout, gettext("\t%s is invalid property " in ndmp_get_config_process()
352 (void) fprintf(stdout, gettext("%s is invalid property or " in ndmp_set_config_process()
360 (void) fprintf(stdout, gettext("Could not " in ndmp_set_config_process()
364 (void) fprintf(stdout, gettext("Could not set property for " in ndmp_set_config_process()
378 (void) fprintf(stdout, in ndmp_show_devices()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/mdb/numbers/
H A Dtst.bitfields.ksh30 $MDB -e "first::print -t broken_t" $tst_prog > $ODIR/stdout
31 $MDB -e "second::print -t broken6461_t" $tst_prog >> $ODIR/stdout
36 $MDB -e "first::print broken_t brk_a" $tst_prog >> $ODIR/stdout
37 $MDB -e "first::print broken_t brk_b" $tst_prog >> $ODIR/stdout
38 $MDB -e "first::print broken_t brk_c" $tst_prog >> $ODIR/stdout
39 $MDB -e "first::print broken_t brk_d" $tst_prog >> $ODIR/stdout
40 $MDB -e "first::print broken_t brk_e" $tst_prog >> $ODIR/stdout
41 $MDB -e "first::print broken_t brk_f" $tst_prog >> $ODIR/stdout
42 $MDB -e "first::print broken_t brk_g" $tst_prog >> $ODIR/stdout
43 $MDB -e "first::print broken_t brk_h" $tst_prog >> $ODIR/stdout
[all …]
/illumos-gate/usr/src/test/util-tests/tests/mdb/sou/
H A Dtst.anon.ksh30 cat </dev/null > $ODIR/stdout
36 $MDB -e "::offsetof struct foo foo" $tst_prog >> $ODIR/stdout
37 $MDB -e "::offsetof struct bar bar" $tst_prog >> $ODIR/stdout
38 $MDB -e "::offsetof struct bar bar_foo" $tst_prog >> $ODIR/stdout
39 $MDB -e "::offsetof struct bar bar_int" $tst_prog >> $ODIR/stdout
41 $MDB -e "::offsetof struct baz baz_str" $tst_prog >> $ODIR/stdout
42 $MDB -e "::offsetof struct baz baz_anon" $tst_prog >> $ODIR/stdout
43 $MDB -e "::offsetof struct baz baz_int" $tst_prog >> $ODIR/stdout
45 $MDB -e "::offsetof struct foobar foobar_int" $tst_prog >> $ODIR/stdout
46 $MDB -e "::offsetof struct foobar foo" $tst_prog >> $ODIR/stdout
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmktest.sh24 stdout=9
29 eval "exec $stdout>&1"
169 then print -u$stdout
177 print -u$stdout -r -- '#' "$@"
179 shell) print -u$stdout -r -f ": $QUOTE"$'\n' -- "$*"
189 print -u$stdout -r -f $'UNIT'
191 do print -u$stdout -r -f " $QUOTE" -- "$ARG"
193 print -u$stdout
195 shell) print -u$stdout -r -f $'set x'
197 do print -u$stdout -r -f " $QUOTE" -- "$ARG"
[all …]
/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c120 fprintf(stdout, "1Gb "); in printPortSpeed()
124 fprintf(stdout, "2Gb "); in printPortSpeed()
128 fprintf(stdout, "4Gb "); in printPortSpeed()
132 fprintf(stdout, "8Gb "); in printPortSpeed()
136 fprintf(stdout, "10Gb "); in printPortSpeed()
140 fprintf(stdout, "16Gb "); in printPortSpeed()
144 fprintf(stdout, "32Gb "); in printPortSpeed()
149 fprintf(stdout, "not established "); in printPortSpeed()
153 fprintf(stdout, "not established "); in printPortSpeed()
161 fprintf(stdout, gettext("Remote Port WWN: %016llx\n"), in printDiscoPortInfo()
[all …]
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c230 (void) fprintf(stdout, "%s %s\n", "HBA Name:", adapterName); in printHBAInfo()
233 (void) fprintf(stdout, "%s%s %s\n", in printHBAInfo()
237 (void) fprintf(stdout, "%s%s %s\n", in printHBAInfo()
240 (void) fprintf(stdout, "%s%s %s\n", in printHBAInfo()
245 (void) fprintf(stdout, "%s%s %s\n", in printHBAInfo()
250 (void) fprintf(stdout, "%s%s %s\n", in printHBAInfo()
255 (void) fprintf(stdout, "%s%s %s\n", in printHBAInfo()
260 (void) fprintf(stdout, "%s%s %s\n", in printHBAInfo()
265 (void) fprintf(stdout, "%s%s %d\n", in printHBAInfo()
283 (void) fprintf(stdout, "%s%s %s\n", in printHBAPortInfo()
[all …]
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c180 (void) fprintf(stdout, in print_devState()
187 (void) fprintf(stdout, in print_devState()
194 (void) fprintf(stdout, in print_devState()
204 (void) fprintf(stdout, in print_devState()
667 (void) fprintf(stdout, "\n\t\t\t\t "); in adm_display_config()
670 (void) fprintf(stdout, "\n"); in adm_display_config()
682 (void) fprintf(stdout, "\n\t\t"); in adm_display_config()
684 (void) fprintf(stdout, "%c", inq.inq_pid[i]); in adm_display_config()
686 (void) fprintf(stdout, "\n"); in adm_display_config()
722 (void) fprintf(stdout, " "); in adm_display_config()
[all …]
H A Dlux_util.c442 (void) fflush(stdout); in issue_uscsi_cmd()
598 (void) fprintf(stdout, " %s\n", errorMsg); in issue_uscsi_cmd()
719 (void) fprintf(stdout, " 0x%-2x (%s)\n", in print_fabric_dtype_prop()
723 (void) fprintf(stdout, in print_fabric_dtype_prop()
729 (void) fprintf(stdout, MSGSTR(2097, in print_fabric_dtype_prop()
734 (void) fprintf(stdout, MSGSTR(2241, in print_fabric_dtype_prop()
835 (void) fprintf(stdout, MSGSTR(2185, "\nINQUIRY:\n")); in print_inq_data()
843 (void) fprintf(stdout, " "); in print_inq_data()
844 (void) fprintf(stdout, in print_inq_data()
846 (void) fprintf(stdout, "\n %s\n", path); in print_inq_data()
[all …]
H A Dhotplug.c141 (void) fprintf(stdout, MSGSTR(5500, in h_insertSena_fcdev()
157 (void) fprintf(stdout, MSGSTR(5662, in h_insertSena_fcdev()
172 (void) fprintf(stdout, MSGSTR(5662, in h_insertSena_fcdev()
391 (void) fprintf(stdout, in h_print_list()
399 (void) fprintf(stdout, MSGSTR(5663, in h_print_list()
403 (void) fprintf(stdout, MSGSTR(137, in h_print_list()
409 (void) fprintf(stdout, MSGSTR(5663, in h_print_list()
413 (void) fprintf(stdout, MSGSTR(136, in h_print_list()
421 (void) fprintf(stdout, MSGSTR(5505, in h_print_list()
425 (void) fprintf(stdout, MSGSTR(5506, in h_print_list()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c144 FILE *fp_out = stdout; /* and write stuff here */
254 fprintf(stdout, "%s", CONFORMING); in header()
255 fprintf(stdout, "%s %s\n", CREATOR, "%M%"); in header()
256 fprintf(stdout, "%s %s\n", VERSION, "%I%"); in header()
257 fprintf(stdout, "%s %s\n", DOCUMENTFONTS, ATEND); in header()
258 fprintf(stdout, "%s %s\n", PAGES, ATEND); in header()
259 fprintf(stdout, "%s", ENDCOMMENTS); in header()
266 fprintf(stdout, "%s", ENDPROLOG); in header()
267 fprintf(stdout, "%s", BEGINSETUP); in header()
268 fprintf(stdout, "mark\n"); in header()
[all …]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c135 (void) fprintf(stdout, in genent_user_attr()
141 (void) fprintf(stdout, in genent_user_attr()
159 (void) fprintf(stdout, "%s", value[0]); in dump_user_attr()
163 (void) fprintf(stdout, "::::"); in dump_user_attr()
166 (void) fprintf(stdout, "%s", value[0]); in dump_user_attr()
167 (void) fprintf(stdout, "\n"); in dump_user_attr()
191 (void) fprintf(stdout, in genent_prof_attr()
222 (void) fprintf(stdout, "%s", value[0]); in dump_prof_attr()
226 (void) fprintf(stdout, ":::"); in dump_prof_attr()
229 (void) fprintf(stdout, "%s", value[0]); in dump_prof_attr()
[all …]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dputs.c52 FLOCKFILE(lk, stdout); in puts()
54 _SET_ORIENTATION_BYTE(stdout); in puts()
56 if (_WRTCHK(stdout)) { in puts()
61 bufend = _bufend(stdout); in puts()
65 while ((n = bufend - (cptr = stdout->_ptr)) <= 0) /* full buf */ in puts()
67 if (_xflsbuf(stdout) == EOF) { in puts()
84 stdout->_cnt -= len; in puts()
85 stdout->_ptr += len; in puts()
86 if (_needsync(stdout, bufend)) in puts()
87 _bufsync(stdout, bufend); in puts()
[all …]
/illumos-gate/usr/src/cmd/uname/
H A Duname.c160 (void) fprintf(stdout, fs, sizeof (un->sysname), in main()
165 (void) fprintf(stdout, fs, sizeof (un->nodename), un->nodename); in main()
169 (void) fprintf(stdout, fs, sizeof (un->release), un->release); in main()
173 (void) fprintf(stdout, fs, sizeof (un->version), un->version); in main()
177 (void) fprintf(stdout, fs, sizeof (un->machine), un->machine); in main()
186 (void) fprintf(stdout, fs, strlen(procbuf), procbuf); in main()
195 (void) fprintf(stdout, fs, strlen(procbuf), procbuf); in main()
199 (void) fprintf(stdout, fs, strlen(OS_NAME), OS_NAME); in main()
205 (void) fprintf(stdout, "System = %.*s\n", sizeof (un->sysname), in main()
207 (void) fprintf(stdout, "Node = %.*s\n", sizeof (un->nodename), in main()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c132 (void) fprintf(stdout, in main()
140 (void) fprintf(stdout, in main()
214 (void) fprintf(stdout, in usage()
216 (void) fprintf(stdout, in usage()
218 (void) fprintf(stdout, in usage()
220 (void) fprintf(stdout, in usage()
222 (void) fprintf(stdout, in usage()
224 (void) fprintf(stdout, in usage()
226 (void) fprintf(stdout, in usage()
228 (void) fprintf(stdout, in usage()
[all …]
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c266 (void) fprintf(stdout, "%s:\t%s %s [", in subUsage()
270 (void) fprintf(stdout, "-%c", in subUsage()
273 (void) fprintf(stdout, ","); in subUsage()
276 (void) fprintf(stdout, "] %s [", "<OBJECT>"); in subUsage()
279 (void) fprintf(stdout, "-%c", in subUsage()
282 (void) fprintf(stdout, ","); in subUsage()
285 (void) fprintf(stdout, "] %s", "[<OPERAND>]"); in subUsage()
286 (void) fprintf(stdout, "\n"); in subUsage()
292 (void) fprintf(stdout, "%s:\n", gettext("Usage by OBJECT")); in subUsage()
344 (void) fprintf(stdout, "\t%s %s ", commandName, subcommand->name); in subUsageObject()
[all …]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c267 (void) fprintf(stdout, "%s:\t%s %s [", in subUsage()
271 (void) fprintf(stdout, "-%c", in subUsage()
274 (void) fprintf(stdout, ","); in subUsage()
277 (void) fprintf(stdout, "] %s [", "<OBJECT>"); in subUsage()
280 (void) fprintf(stdout, "-%c", in subUsage()
283 (void) fprintf(stdout, ","); in subUsage()
286 (void) fprintf(stdout, "] %s", "[<OPERAND>]"); in subUsage()
287 (void) fprintf(stdout, "\n"); in subUsage()
293 (void) fprintf(stdout, "%s:\n", gettext("Usage by OBJECT")); in subUsage()
346 (void) fprintf(stdout, "\t%s %s ", commandName, subcommand->name); in subUsageObject()
[all …]
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c135 setbuf(stdout,obuf); in main()
335 fprintf(stdout, "\nACCOUNTING RECORDS FROM: %s", time_buf); in dofile()
348 fprintf(stdout, "START AFT: %s", time_buf); in dofile()
353 fprintf(stdout, "START BEF: %s", time_buf); in dofile()
358 fprintf(stdout, "END AFTER: %s", time_buf); in dofile()
363 fprintf(stdout, "END BEFOR: %s", time_buf); in dofile()
490 fprintf(stdout, "COMMAND START END REAL"); in printhd()
506 fprintf(stdout, "\n"); in printhd()
507 fprintf(stdout, "NAME USER TTYNAME TIME TIME (SECS)"); in printhd()
526 fprintf(stdout, " F STAT"); in printhd()
[all …]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c213 (void) putc(*p1, stdout); in execute()
214 (void) putc('\n', stdout); in execute()
349 (void) putc(*p1++, stdout); in command()
350 (void) putc('\n', stdout); in command()
373 (void) fprintf(stdout, "%lld\n", lnum); in command()
418 (void) putc(*p1++, stdout); in command()
419 (void) putc('\n', stdout); in command()
438 (void) fprintf(stdout, "%s\n", genbuf); in command()
449 (void) fprintf(stdout, "%s\n", genbuf); in command()
455 (void) fprintf(stdout, "%s\n", genbuf); in command()
[all …]
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrormain.c203 (void) fprintf(stdout, in main()
207 (void) fprintf(stdout, in main()
211 (void) fprintf(stdout, in main()
215 (void) fprintf(stdout, in main()
219 (void) fprintf(stdout, in main()
223 (void) fprintf(stdout, in main()
227 (void) fprintf(stdout, in main()
231 (void) fprintf(stdout, in main()
236 (void) fflush(stdout); in main()
264 (void) fprintf(stdout, "Can't find any editors.\n"); in forkvi()
[all …]
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_log.c52 flockfile(stdout); in smb_vsyslog()
53 (void) fprintf(stdout, "fksmbd.%s: ", pri_name[pri]); in smb_vsyslog()
55 (void) vfprintf(stdout, newfmt, ap); in smb_vsyslog()
56 (void) fprintf(stdout, "\n"); in smb_vsyslog()
57 funlockfile(stdout); in smb_vsyslog()
59 (void) fflush(stdout); in smb_vsyslog()
76 (void) fwrite(msg, 1, len, stdout); in fakekernel_putlog()
77 (void) fflush(stdout); in fakekernel_putlog()
/illumos-gate/usr/src/lib/libc/port/print/
H A Dvprintf.c65 FLOCKFILE(lk, stdout); in _vprintf_c89()
67 _SET_ORIENTATION_BYTE(stdout); in _vprintf_c89()
69 if (!(stdout->_flag & _IOWRT)) { in _vprintf_c89()
71 if (stdout->_flag & _IORW) { in _vprintf_c89()
73 stdout->_flag |= _IOWRT; in _vprintf_c89()
82 count = _ndoprnt(format, ap, stdout, _F_INTMAX32); in _vprintf_c89()
84 count = _ndoprnt(format, ap, stdout, 0); in _vprintf_c89()
87 if (FERROR(stdout) || count == EOF) { in _vprintf_c89()
/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c224 (void) fprintf(stdout, gettext("String offset %d is beyond the " in print_einfo()
233 (void) fprintf(stdout, gettext("Warning: hashing " in print_einfo()
244 (void) fprintf(stdout, "Boot Block Extended Info Header:\n"); in print_einfo()
245 (void) fprintf(stdout, "\tmagic: "); in print_einfo()
247 (void) fprintf(stdout, "%c", einfo->magic[i]); in print_einfo()
248 (void) fprintf(stdout, "\n"); in print_einfo()
249 (void) fprintf(stdout, "\tversion: %d\n", einfo->version); in print_einfo()
250 (void) fprintf(stdout, "\tflags: %x\n", einfo->flags); in print_einfo()
251 (void) fprintf(stdout, "\textended version string offset: %d\n", in print_einfo()
253 (void) fprintf(stdout, "\textended version string size: %d\n", in print_einfo()
[all …]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_syslog.c50 (void) fprintf(stdout, "@ %s", in smb_svc_log()
56 flockfile(stdout); in smb_svc_log()
57 (void) fprintf(stdout, "smbd.%s: ", pri_name[pri]); in smb_svc_log()
59 (void) vfprintf(stdout, newfmt, ap); in smb_svc_log()
60 (void) fprintf(stdout, "\n"); in smb_svc_log()
61 funlockfile(stdout); in smb_svc_log()
63 (void) fflush(stdout); in smb_svc_log()
98 (void) fprintf(stdout, "smbd.trace: %s\n", s); in smb_trace()
/illumos-gate/usr/src/cmd/projects/
H A Dprojects.c205 (void) fprintf(stdout, "%s\n", projent->pj_name); in print_projent()
206 (void) fprintf(stdout, "\tprojid : %d\n", projent->pj_projid); in print_projent()
207 (void) fprintf(stdout, "\tcomment: \"%s\"\n", projent->pj_comment); in print_projent()
209 (void) fprintf(stdout, "\tusers : "); in print_projent()
212 (void) fprintf(stdout, "(none)\n"); in print_projent()
214 (void) fprintf(stdout, "%s\n", *next); in print_projent()
216 (void) fprintf(stdout, "\t %s\n", *next); in print_projent()
220 (void) fprintf(stdout, "\tgroups : "); in print_projent()
223 (void) fprintf(stdout, "(none)\n"); in print_projent()
225 (void) fprintf(stdout, "%s\n", *next); in print_projent()
[all …]

12345678910>>...36