Home
last modified time | relevance | path

Searched refs:fputs (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/titanic_44/usr/src/cmd/tnf/prex/
H A Dhelp.c552 (void) fputs(helpstr, stdout); in help()
566 fputs(helptopicstrings[i], stdout); in help_on_topic()
580 fputs(helpstr_continue, stdout); in help_on_command()
583 fputs(helpstr_disable, stdout); in help_on_command()
586 fputs(helpstr_enable, stdout); in help_on_command()
589 fputs(helpstr_help, stdout); in help_on_command()
592 fputs(helpstr_list, stdout); in help_on_command()
595 fputs(helpstr_quit, stdout); in help_on_command()
598 fputs(helpstr_source, stdout); in help_on_command()
601 fputs(helpstr_trace, stdout); in help_on_command()
[all …]
/titanic_44/usr/src/lib/krb5/ss/
H A Dutils.c23 fputs("static ss_request_entry ", output_file);
24 fputs(sym, output_file);
25 fputs("[] = {\n", output_file);
26 fputs(rql, output_file);
27 fputs(" { 0, 0, 0, 0 }\n", output_file);
28 fputs("};\n\nss_request_table ", output_file);
29 fputs(hdr, output_file);
31 fputs(sym, output_file);
32 fputs(" };\n", output_file);
39 fputs("static char const * const ", output_file);
[all …]
H A Dmk_cmds.c46 fputs("Usage: ", stderr);
47 fputs(argv[0], stderr);
48 fputs("cmdtbl.ct\n", stderr);
82 fputs("/* ", output_file);
83 fputs(c_file, output_file);
84 fputs(" - automatically generated from ", output_file);
85 fputs(path, output_file);
86 fputs(" */\n", output_file);
87 fputs("#include <ss/ss.h>\n\n", output_file);
88 fputs("#ifndef __STDC__\n#define const\n#endif\n\n", output_file);
[all …]
/titanic_44/usr/src/tools/protocmp/
H A Dprotocmp.c86 (void) fputs("usage: protocmp [-gupGUPlmsLv] " in usage()
91 (void) fputs(" where:\n", stderr); in usage()
92 (void) fputs("\t-g : don't compare group\n", stderr); in usage()
93 (void) fputs("\t-u : don't compare owner\n", stderr); in usage()
94 (void) fputs("\t-p : don't compare permissions\n", stderr); in usage()
95 (void) fputs("\t-G : set group\n", stderr); in usage()
96 (void) fputs("\t-U : set owner\n", stderr); in usage()
97 (void) fputs("\t-P : set permissions\n", stderr); in usage()
98 (void) fputs("\t-l : don't compare link counts\n", stderr); in usage()
99 (void) fputs("\t-m : don't compare major/minor numbers\n", in usage()
[all …]
/titanic_44/usr/src/lib/libpkg/common/
H A Dtputcfent.c61 (void) fputs(pkg_gt("regular file\n"), fp); in tputcfent()
65 (void) fputs(pkg_gt("directory\n"), fp); in tputcfent()
69 (void) fputs(pkg_gt("exclusive directory\n"), fp); in tputcfent()
73 (void) fputs(pkg_gt("volatile file\n"), fp); in tputcfent()
77 (void) fputs(pkg_gt("editted file\n"), fp); in tputcfent()
81 (void) fputs(pkg_gt("named pipe\n"), fp); in tputcfent()
85 (void) fputs(pkg_gt("installation file\n"), fp); in tputcfent()
111 (void) fputs(pkg_gt("linked file\n"), fp); in tputcfent()
118 (void) fputs(pkg_gt("symbolic link\n"), fp); in tputcfent()
125 (void) fputs(pkg_gt("unknown\n"), fp); in tputcfent()
[all …]
H A Dputcfile.c62 if (fputs(a_ept->path, a_fp) == EOF) { in putcfile()
70 if (fputs(a_ept->ainfo.local, a_fp) == EOF) in putcfile()
92 if (fputs(a_ept->pkg_class, a_fp) == EOF) { in putcfile()
137 if (fputs(a_ept->ainfo.owner, a_fp) == EOF) { in putcfile()
145 if (fputs(a_ept->ainfo.group, a_fp) == EOF) { in putcfile()
180 if (fputs(pinfo->pkg, a_fp) == EOF) { in putcfile()
194 if (fputs(pinfo->aclass, a_fp) == EOF) { in putcfile()
/titanic_44/usr/src/cmd/bnu/
H A Dmailst.c75 fputs(gettext("\n\t===== stderr was =====\n"), fp);
77 fputs(gettext("\n\t===== well, i tried =====\n"), fp);
85 fputs(gettext("\n\t===== stdin was empty =====\n"), fp);
87 fputs(gettext( "\n\t===== stdin was"
94 fputs(gettext(
101 fputs(gettext("\n\t===== stdin was =====\n"), fp);
103 fputs(gettext(
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/
H A Dbindings.c217 (void) fputs("_return", Bodyfp); in generate_a_binding()
219 (void) fputs("functions_errvar", Bodyfp); in generate_a_binding()
222 (void) fputs("0 == ", Bodyfp); in generate_a_binding()
226 (void) fputs("false", Bodyfp); in generate_a_binding()
231 (void) fputs("false", Bodyfp); in generate_a_binding()
234 (void) fputs("ABI_ERRNO", Bodyfp); in generate_a_binding()
242 (void) (void) fputs(");\n", Bodyfp); in generate_a_binding()
275 (void) fputs(p, fp); in strpqprint()
H A Dio.c81 (void) fputs("SUNWabi_1.1 {\n global:\n", Mapfp); in open_code_file()
130 (void) fputs("static int __abi_place_holder;\n", hfp); in alt_code_file()
150 (void) fputs(" local:\n\t*;\n};\n", Mapfp); in commit_code_file()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c48 fputs(name, stdout); in krb5_prompter_posix()
49 fputs("\n", stdout); in krb5_prompter_posix()
52 fputs(banner, stdout); in krb5_prompter_posix()
53 fputs("\n", stdout); in krb5_prompter_posix()
80 (void)fputs(prompts[i].prompt, stdout); in krb5_prompter_posix()
81 (void)fputs(": ", stdout); in krb5_prompter_posix()
243 fputs(name, stdout); in krb5_prompter_posix()
244 fputs("\n", stdout); in krb5_prompter_posix()
248 fputs(banner, stdout); in krb5_prompter_posix()
249 fputs("\n", stdout); in krb5_prompter_posix()
[all …]
/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c239 fputs(comma, stdout);
246 fputs(comma, stdout);
253 fputs(comma, stdout);
260 fputs(comma, stdout);
267 fputs(comma, stdout);
274 fputs(comma, stdout);
281 fputs(comma, stdout);
288 fputs(comma, stdout);
295 fputs(comma, stdout);
302 fputs(comma, stdout);
[all …]
/titanic_44/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c249 (void) fputs("CLASSES=", fp); in merginfo()
251 (void) fputs(pclass[0]->name, fp); in merginfo()
255 (void) fputs(pclass[i]->name, fp); in merginfo()
279 (void) fputs(cl_nam(i), fp); in merginfo()
295 (void) fputs(txs1, fp); in merginfo()
296 (void) fputs(get_info_basedir(), fp); in merginfo()
299 (void) fputs("BASEDIR=/", fp); in merginfo()
415 (void) fputs("PKGSAV=", fp); in merginfo()
416 (void) fputs(infoloc, fp); in merginfo()
418 (void) fputs(pkginst, fp); in merginfo()
[all …]
/titanic_44/usr/src/cmd/troff/troff.d/
H A Dta.c570 fputs("!\n", stderr); in t_page()
585 fputs("you can't; it's not a file\n", stderr); in t_page()
589 fputs("too far back\n", stderr); in t_page()
604 fputs("you can't\n", stderr); in t_page()
618 fputs("!cmd unix cmd\n", stderr); in t_page()
619 fputs("p print this page again\n", stderr); in t_page()
620 fputs("-n go back n pages\n", stderr); in t_page()
621 fputs("n print page n (previously printed)\n", stderr); in t_page()
622 fputs("o... set the -o output list to ...\n", stderr); in t_page()
623 fputs("en n=0 -> don't erase; n=1 -> erase\n", stderr); in t_page()
[all …]
/titanic_44/usr/src/cmd/od/
H A Dod.c198 (void) fputs(ascii[v & 0x7f], stdout); in do_ascii()
226 (void) fputs(" **", stdout); in do_char()
256 (void) fputs(" \\0", stdout); in do_char()
262 (void) fputs(" ", stdout); in do_char()
263 (void) fputs(scratch, stdout); in do_char()
269 (void) fputs(" \\0", stdout); in do_char()
271 (void) fputs(" \\b", stdout); in do_char()
273 (void) fputs(" \\f", stdout); in do_char()
275 (void) fputs(" \\n", stdout); in do_char()
277 (void) fputs(" \\r", stdout); in do_char()
[all …]
/titanic_44/usr/src/cmd/make/lib/vroot/
H A Dreport.cc65 (void)fputs("\n", report_file); in close_report_file()
174 fputs(line, merge_fp); in close_file()
188 fputs(line, merge_fp); in close_file()
321 (void)fputs(p+1, report_file); in report_dependency()
322 (void)fputs(":", report_file); in report_dependency()
329 (void)fputs(name, report_file); in report_dependency()
330 (void)fputs(" ", report_file); in report_dependency()
/titanic_44/usr/src/cmd/devmgmt/cmds/
H A Ddevattr.c286 (void) fputs(attr, stdout); in main()
287 (void) fputs("='", stdout); in main()
290 if (*p == '\'') (void) fputs("\"'\"'", stdout); in main()
292 (void) fputs("'\n", stdout); in main()
294 (void) fputs(value, stdout); in main()
/titanic_44/usr/src/cmd/refer/
H A Dinv2.c46 fputs(line, recf); in newkeys()
51 fputs(bkeys, recf); in newkeys()
54 fputs(bkeys, recf); in newkeys()
56 fputs(p, fd); in newkeys()
H A Dlookbib.c39 fputs(gettext("Usage: lookbib database\n\ in main()
72 fputs(s, hfp); in main()
91 fputs(gettext( in instruct()
/titanic_44/usr/src/cmd/krb5/klist/
H A Dklist.c467 fputs(gettext("Valid starting"), stdout);
470 fputs(gettext("Expires"), stdout);
473 fputs(gettext("Service principal\n"), stdout);
632 fputs("\t",stdout);
634 fputs(", ",stdout);
635 fputs(gettext("renew until "), stdout);
641 fputs("\n", stdout);
649 fputs("\t",stdout);
651 fputs(", ",stdout);
658 fputs("\n", stdout);
[all …]
/titanic_44/usr/src/cmd/sgs/tsort/common/
H A Derrtext.c65 (void) fputs(Err.prefix, stderr); in __errtext()
83 (void) fputs(Err.sevmsg[Err.severity], stderr); in __errtext()
85 (void) fputs("<UNKNOWN>", stderr); in __errtext()
95 (void) fputs("\n", stderr); in __errtext()
112 (void) fputs("HELP FACILITY KEY: ", stderr); in __errtext()
114 (void) fputs(Err.tagstr, stderr); in __errtext()
H A Derrusage.c51 (void) fputs(gettext("Usage: "), stderr); in errusage()
53 (void) fputs(Err.source, stderr); in errusage()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Ddebug.c206 (void) fputs(prestr ? prestr : MSG_INTL(MSG_DBG_AOUT_FMT), in dbg_print()
209 (void) fputs(MSG_INTL(MSG_DBG_DFLT_FMT), dbg_ofile.fptr); in dbg_print()
217 (void) fputs(conv_time(&DBG_TOTALTIME, &new, in dbg_print()
220 (void) fputs(conv_time(&DBG_DELTATIME, &new, in dbg_print()
/titanic_44/usr/src/cmd/getopt/
H A Dgetopt.c49 (void) fputs( \
73 (void) fputs(gettext("usage: getopt legal-args $*\n"), stderr); in main()
84 (void) fputs(gettext("getopt: Out of memory\n"), stderr); in main()
/titanic_44/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c215 if (fputs(buffer, pfile_tmp) == EOF) { in update_conf()
222 if (fputs(entry, pfile_tmp) == in update_conf()
228 if (fputs(ptr, pfile_tmp) == in update_conf()
234 if (fputs(entry, pfile_tmp) == EOF) { in update_conf()
275 if (fputs(entry, pfile_tmp) == EOF) { in update_conf()
/titanic_44/usr/src/cmd/saf/
H A Dadmutil.c208 if (fputs(dummy, tfp) == EOF) in copy_file()
220 if (fputs(dummy, tfp) == EOF) in copy_file()
312 if (fputs(buf, ofp) == EOF) { in do_config()
343 (void) fputs(buf, stdout); in do_config()

12345678910>>...13