| /src/bin/sh/ |
| H A D | mksyntax.c | 118 fputs(writer, hfile); in main() 119 fputs(writer, cfile); in main() 121 fputs("#include <sys/cdefs.h>\n", hfile); in main() 122 fputs("#include <limits.h>\n\n", hfile); in main() 125 fputs("/* Syntax classes */\n", hfile); in main() 128 fputs(buf, hfile); in main() 134 fputs("/* Syntax classes for is_ functions */\n", hfile); in main() 137 fputs(buf, hfile); in main() 143 fputs("#define SYNBASE (1 - CHAR_MIN)\n", hfile); in main() 144 fputs("#define PEOF -SYNBASE\n\n", hfile); in main() [all …]
|
| H A D | mknodes.c | 219 fputs(writer, hfile); in output() 222 fputs("\n\n\n", hfile); in output() 228 fputs("};\n\n\n", hfile); in output() 230 fputs("union node {\n", hfile); in output() 235 fputs("};\n\n\n", hfile); in output() 236 fputs("struct nodelist {\n", hfile); in output() 237 fputs("\tstruct nodelist *next;\n", hfile); in output() 238 fputs("\tunion node *n;\n", hfile); in output() 239 fputs("};\n\n\n", hfile); in output() 240 fputs("struct funcdef;\n", hfile); in output() [all …]
|
| H A D | show.c | 86 fputs(s, fp); in shtree() 98 fputs(" | ", fp); in shtree() 101 fputs(" &", fp); in shtree() 147 fputs(s, fp); in shcmd() 258 fputs(pfx, fp); in indent() 307 fputs(s, tracefile); in trputs() 398 fputs("\nTracing started.\n", tracefile); in opentrace()
|
| /src/bin/pax/ |
| H A D | options.c | 369 (void)fputs("pax: Known -x formats are:", stderr); in pax_options() 372 (void)fputs("\n\n", stderr); in pax_options() 1189 (void)fputs("cpio: Known -H formats are:", stderr); in cpio_options() 1192 (void)fputs("\n\n", stderr); in cpio_options() 1524 (void)fputs("usage: pax [-cdnOvz] [-E limit] [-f archive] ", stderr); in pax_usage() 1525 (void)fputs("[-s replstr] ... [-U user] ...", stderr); in pax_usage() 1526 (void)fputs("\n [-G group] ... ", stderr); in pax_usage() 1527 (void)fputs("[-T [from_date][,to_date]] ... ", stderr); in pax_usage() 1528 (void)fputs("[pattern ...]\n", stderr); in pax_usage() 1529 (void)fputs(" pax -r [-cdiknOuvzDYZ] [-E limit] ", stderr); in pax_usage() [all …]
|
| /src/contrib/ntp/sntp/libopts/ |
| H A D | makeshell.c | 109 fputs(LOOP_STR, stdout); in optionParseShell() 111 fputs(LONG_OPT_MARK, stdout); in optionParseShell() 112 fputs(INIT_LOPT_STR, stdout); in optionParseShell() 115 fputs(END_OPT_SEL_STR, stdout); in optionParseShell() 117 fputs(NOT_FOUND_STR, stdout); in optionParseShell() 121 fputs(ONLY_OPTS_LOOP, stdout); in optionParseShell() 122 fputs(INIT_LOPT_STR, stdout); in optionParseShell() 128 fputs(LOOP_STR, stdout); in optionParseShell() 130 fputs(FLAG_OPT_MARK, stdout); in optionParseShell() 131 fputs(INIT_OPT_STR, stdout); in optionParseShell() [all …]
|
| H A D | usage.c | 316 fputs(pOptTitle, option_usage_fp); in print_usage_details() 329 case OPTPROC_L_N_S: fputs(zFlagOkay, option_usage_fp); break; in print_usage_details() 331 case OPTPROC_LONGOPT: fputs(zNoFlags, option_usage_fp); break; in print_usage_details() 332 case 0: fputs(zOptsOnly, option_usage_fp); break; in print_usage_details() 336 fputs(zNumberOpt, option_usage_fp); in print_usage_details() 339 fputs(zReorder, option_usage_fp); in print_usage_details() 342 fputs(opts->pzExplain, option_usage_fp); in print_usage_details() 355 fputs(opts->pzPackager, option_usage_fp); in print_usage_details() 381 fputs(text, fp); in print_one_paragraph() 556 fputs(pz, option_usage_fp); in optionUsage() [all …]
|
| H A D | version.c | 58 fputs(p, fp); in emit_first_line() 86 fputs(o->pzCopyright, fp); in emit_copy_full() 89 fputs(o->pzFullVersion, fp); in emit_copy_full() 96 fputs(o->pzPackager, fp); in emit_copy_full() 115 fputs(opts->pzCopyright, fp); in emit_copy_note() 118 fputs(opts->pzCopyNotice, fp); in emit_copy_note() 125 fputs(opts->pzPackager, fp); in emit_copy_note()
|
| /src/contrib/flex/src/ |
| H A D | filter.c | 262 fputs (check_4_gnu_m4, to_h); in filter_tee_header() 263 fputs ("m4_changecom`'m4_dnl\n", to_h); in filter_tee_header() 264 fputs ("m4_changequote`'m4_dnl\n", to_h); in filter_tee_header() 265 fputs ("m4_changequote([[,]])[[]]m4_dnl\n", to_h); in filter_tee_header() 266 fputs ("m4_define([[M4_YY_NOOP]])[[]]m4_dnl\n", to_h); in filter_tee_header() 267 fputs ("m4_define( [[M4_YY_IN_HEADER]],[[]])m4_dnl\n", in filter_tee_header() 278 fputs (check_4_gnu_m4, to_c); in filter_tee_header() 279 fputs ("m4_changecom`'m4_dnl\n", to_c); in filter_tee_header() 280 fputs ("m4_changequote`'m4_dnl\n", to_c); in filter_tee_header() 281 fputs ("m4_changequote([[,]])[[]]m4_dnl\n", to_c); in filter_tee_header() [all …]
|
| /src/sys/contrib/xz-embedded/userspace/ |
| H A D | xzminidec.c | 33 fputs("Uncompress a .xz file from stdin to stdout.\n" in main() 95 fputs(argv[0], stderr); in main() 96 fputs(": ", stderr); in main() 97 fputs("Unsupported check; not verifying " in main() 143 fputs(argv[0], stderr); in main() 144 fputs(": ", stderr); in main() 145 fputs(msg, stderr); in main()
|
| H A D | bytetest.c | 28 fputs("Give uncompressed size as the argument\n", stderr); in main() 78 fputs(argv[0], stderr); in main() 79 fputs(": ", stderr); in main() 80 fputs("Unsupported check; not verifying " in main() 131 fputs(argv[0], stderr); in main() 132 fputs(": ", stderr); in main() 133 fputs(msg, stderr); in main()
|
| /src/lib/libsysdecode/ |
| H A D | linux.c | 146 fputs(str, fp); in sysdecode_linux_clockid() 150 fputs("INVALID PERTHREAD|CLOCKFD", fp); in sysdecode_linux_clockid() 155 fputs("THREAD|", fp); in sysdecode_linux_clockid() 157 fputs("PROCESS|", fp); in sysdecode_linux_clockid() 160 fputs(str, fp); in sysdecode_linux_clockid() 163 fputs("CLOCKFD", fp); in sysdecode_linux_clockid() 214 fputs("O_RDONLY", fp); in sysdecode_linux_open_flags() 219 fputs("O_WRONLY", fp); in sysdecode_linux_open_flags() 224 fputs("O_RDWR", fp); in sysdecode_linux_open_flags()
|
| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | prompter.c | 50 fputs(name, stdout); in krb5_prompter_posix() 51 fputs("\n", stdout); in krb5_prompter_posix() 54 fputs(banner, stdout); in krb5_prompter_posix() 55 fputs("\n", stdout); in krb5_prompter_posix() 83 (void)fputs(prompts[i].prompt, stdout); in krb5_prompter_posix() 84 (void)fputs(": ", stdout); in krb5_prompter_posix() 247 fputs(name, stdout); in krb5_prompter_posix() 248 fputs("\n", stdout); in krb5_prompter_posix() 252 fputs(banner, stdout); in krb5_prompter_posix() 253 fputs("\n", stdout); in krb5_prompter_posix() [all …]
|
| /src/usr.bin/top/ |
| H A D | display.c | 318 fputs(" ", stdout); in i_timeofday() 324 fputs(foo, stdout); in i_timeofday() 361 fputs(procstates_buffer, stdout); in i_procstates() 563 fputs("\nMem: ", stdout); in i_memory() 568 fputs(memory_buffer, stdout); in i_memory() 599 fputs("\nARC: ", stdout); in i_arc() 604 fputs(arc_buffer, stdout); in i_arc() 639 fputs("\n ", stdout); in i_carc() 644 fputs(carc_buffer, stdout); in i_carc() 679 fputs("\nSwap: ", stdout); in i_swap() [all …]
|
| /src/sbin/ipf/libipf/ |
| H A D | printfr.c | 259 fputs(comma, stdout); in printfr() 266 fputs(comma, stdout); in printfr() 273 fputs(comma, stdout); in printfr() 280 fputs(comma, stdout); in printfr() 287 fputs(comma, stdout); in printfr() 294 fputs(comma, stdout); in printfr() 301 fputs(comma, stdout); in printfr() 308 fputs(comma, stdout); in printfr() 315 fputs(comma, stdout); in printfr() 322 fputs(comma, stdout); in printfr() [all …]
|
| /src/usr.sbin/pw/ |
| H A D | pw_conf.c | 443 fputs(boolean_str(cnf->default_password), buffp); in write_userconfig() 446 fputs(boolean_str(cnf->reuse_uids), buffp); in write_userconfig() 449 fputs(boolean_str(cnf->reuse_gids), buffp); in write_userconfig() 452 fputs(cnf->nispasswd ? cnf->nispasswd : "", buffp); in write_userconfig() 456 fputs(cnf->dotdir ? cnf->dotdir : boolean_str(0), in write_userconfig() 460 fputs(cnf->newmail ? cnf->newmail : boolean_str(0), in write_userconfig() 464 fputs(cnf->logfile ? cnf->logfile : boolean_str(0), in write_userconfig() 468 fputs(cnf->home, buffp); in write_userconfig() 475 fputs(cnf->shelldir, buffp); in write_userconfig() 485 fputs(cnf->shell_default ? cnf->shell_default : in write_userconfig() [all …]
|
| /src/contrib/mandoc/ |
| H A D | tree.c | 358 fputs(t, stdout); in print_box() 434 fputs(" center", stdout); in print_span() 436 fputs(" expand", stdout); in print_span() 438 fputs(" allbox", stdout); in print_span() 440 fputs(" box", stdout); in print_span() 442 fputs(" doublebox", stdout); in print_span() 444 fputs(" nokeep", stdout); in print_span() 446 fputs(" nospaces", stdout); in print_span() 448 fputs(" nowarn", stdout); in print_span() 484 fputs("bi", stdout); in print_span() [all …]
|
| /src/crypto/krb5/src/util/et/ |
| H A D | com_err.c | 70 fputs(errbuf, stderr); in default_com_err_proc() 80 fputs(whoami, stderr); in default_com_err_proc() 81 fputs(": ", stderr); in default_com_err_proc() 84 fputs(error_message(code), stderr); in default_com_err_proc() 85 fputs(" ", stderr); in default_com_err_proc()
|
| /src/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_share_smb.c | 38 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_enable_share() 48 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_disable_share() 59 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_validate_shareopts()
|
| /src/usr.bin/find/ |
| H A D | printf.c | 125 fputs(s, fp); in fp_ctime() 155 fputs(buffer, fp); in fp_strftime() 187 fputs(entry->fts_path, fout); in do_printf() 190 fputs(entry->fts_name, fout); in do_printf() 209 fputs(group_from_gid(sp->st_gid, 0), fout); in do_printf() 215 fputs(user_from_uid(sp->st_uid, 0), fout); in do_printf()
|
| /src/contrib/tnftp/src/ |
| H A D | ruserpass.c | 195 fputs("Missing macdef name argument.\n", in ruserpass() 200 fputs( in ruserpass() 212 fputs( in ruserpass() 222 fputs( in ruserpass() 237 fputs( in ruserpass() 257 fputs("4K macro buffer exceeded.\n", in ruserpass()
|
| H A D | domacro.c | 124 fputs("?Ambiguous command.\n", ttyout); in domacro() 127 fputs("?Invalid command.\n", ttyout); in domacro() 130 fputs("Not connected.\n", ttyout); in domacro() 134 fputs(line, ttyout); in domacro()
|
| /src/usr.bin/truss/ |
| H A D | syscalls.c | 765 fputs(str, fp); in print_integer_arg() 1049 fputs(strsig2(ke->ident), fp); in print_kevent() 1101 fputs("NULL", fp); in print_sockaddr() 1151 fputs(" } }", fp); in print_sockaddr() 1184 fputs("[", fp); in print_iovec() 1224 fputs("{ sigev_notify=", fp); in print_sigevent() 1227 fputs("SIGEV_NONE", fp); in print_sigevent() 1235 fputs("SIGEV_THREAD, sigev_value=", fp); in print_sigevent() 1252 fputs(" }", fp); in print_sigevent() 1265 fputs(" }", fp); in print_aiocb() [all …]
|
| /src/crypto/krb5/src/clients/klist/ |
| H A D | klist.c | 493 fputs("Valid starting", stdout); in show_ccache() 495 fputs("Expires", stdout); in show_ccache() 497 fputs("Service principal\n", stdout); in show_ccache() 711 fputs("config: ", stdout); in show_credential() 720 fputs(" = ", stdout); in show_credential() 734 fputs("\t",stdout); in show_credential() 736 fputs(", ",stdout); in show_credential() 737 fputs(_("renew until "), stdout); in show_credential() 746 fputs("\t",stdout); in show_credential() 748 fputs(", ",stdout); in show_credential() [all …]
|
| /src/usr.bin/patch/ |
| H A D | patch.c | 913 fputs(not_defined, ofp); in apply_hunk() 916 fputs(else_defined, ofp); in apply_hunk() 919 fputs(pfetch(old), ofp); in apply_hunk() 929 fputs(else_defined, ofp); in apply_hunk() 932 fputs(if_defined, ofp); in apply_hunk() 936 fputs(pfetch(new), ofp); in apply_hunk() 950 fputs(not_defined, ofp); in apply_hunk() 955 fputs(pfetch(old), ofp); in apply_hunk() 961 fputs(else_defined, ofp); in apply_hunk() 965 fputs(pfetch(new), ofp); in apply_hunk() [all …]
|
| /src/usr.bin/pr/ |
| H A D | pr.c | 1393 (void)fputs("pr: time conversion failed\n", err); in nxtfile() 1557 (void)fputs(buf, stderr); in flsh_errs() 1563 (void)fputs("pr: memory allocation failed\n", err); in mfail() 1575 (void)fputs( in usage() 1578 (void)fputs( in usage() 1580 (void)fputs( in usage() 1605 (void)fputs("Cannot defer diagnostic messages\n",stderr); in setup() 1614 (void)fputs("pr: +page number must be 1 or more\n", in setup() 1621 (void)fputs("pr: -columns must be 1 or more\n",err); in setup() 1641 (void)fputs( in setup() [all …]
|