Home
last modified time | relevance | path

Searched full:puts (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/freebsd/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb171 output.puts('/* AUTOGENERATED FILE. DO NOT EDIT. */')
173 output.puts("\n//=======Automagically Detected Files To Include=====")
174 output.puts("#include \"#{@options[:framework].to_s}.h\"")
175 output.puts('#include "cmock.h"') unless (mocks.empty?)
177 output.puts("#include #{inc.include?('<') ? inc : "\"#{inc.gsub('.h','')}.h\""}")
179 output.puts('#include <setjmp.h>')
180 output.puts('#include <stdio.h>')
181 output.puts('#include "CException.h"') if @options[:plugins].include?(:cexception)
185 output.puts("#include #{inc.include?('<') ? inc : "\"#{inc.gsub('.h','')}.h\""}")
188 output.puts("#include \"#{mock.gsub('.h','')}.h\"")
[all …]
H A Dcolour_prompt.rb11 puts "ERROR! \"Win32API\" library not found"
12 puts "\"Win32API\" is required for colour on a windows machine"
13 puts " try => \"gem install Win32API\" on the command line"
14 puts
16 # puts
17 # puts 'Windows Environment Detected...'
18 # puts 'Win32API Library Found.'
19 # puts
82 $stdout.puts str if mode == :puts
86 $stdout.puts("#{change_to(colour)}#{str}\033[0m") if mode == :puts
[all …]
H A DparseOutput.rb121 puts "Parsing file: " + name
127 puts ""
128 puts "=================== RESULTS ====================="
129 puts ""
161 puts ""
162 puts "=================== SUMMARY ====================="
163 puts ""
164 puts "Tests Passed : " + testPass.to_s
165 puts "Tests Failed : " + testFail.to_s
166 puts "Tests Ignored : " + testIgnore.to_s
H A Dunity_test_summary.rb84 puts "\nERROR: "
85 puts err_msg if err_msg
86 puts "\nUsage: unity_test_summary.rb result_file_directory/ root_path/"
87 puts " result_file_directory - The location of your results files."
88 puts " Defaults to current directory if not specified."
89 puts " Should end in / if specified."
90 puts " root_path - Helpful for producing more verbose output if using relative paths."
144 puts uts.run
H A Dgenerate_module.rb95 puts HELP_TEXT
163 puts "File #{file} deleted and removed from source control"
166 puts "File #{file} deleted"
169 puts "File #{file} does not exist so cannot be removed."
172 puts "Destroy Complete"
193 puts "File #{file[:path]} created and added to source control"
195 puts "File #{file[:path]} created but FAILED adding to source control!"
198 puts "File #{file[:path]} created"
202 puts 'Generate Complete'
/freebsd/contrib/ntp/sntp/libopts/
H A Dgenshell.c500 puts(_("genshellopt 1\n\ in bogus_function()
507 puts(_("The genshellopt library is free software; you can redistribute it and/or\n\ in bogus_function()
511 puts(_("This library is distributed in the hope that it will be useful, but WITHOUT\n\ in bogus_function()
515 puts(_("You should have received a copy of the GNU Library General Public License\n\ in bogus_function()
520 puts(_("Output Script File")); in bogus_function()
523 puts(_("Shell name (follows \"#!\" magic)")); in bogus_function()
526 puts(_("display extended usage information and exit")); in bogus_function()
529 puts(_("extended usage information passed thru pager")); in bogus_function()
532 puts(_("output version information and exit")); in bogus_function()
535 puts(_("genshellopt - Generate Shell Option Processing Script - Ver. 1\n\ in bogus_function()
[all …]
/freebsd/tools/tools/vop_table/
H A Dvop_table.tcl36 #puts "$name>> [lindex $b 0] >> [lindex $b 3]"
43 puts "$s>> $a"
50 puts stderr $a
57 puts $fo {<HTML>
79 puts $fo {<TR>}
80 puts $fo {<TD>}
81 puts $fo {</TD>}
82 puts $fo "<TR>"
83 puts $fo "<TD></TD>"
85 puts $fo "<TD>"
[all …]
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Dusage-txt.h364 puts(_("allocation of %d bytes failed\n")); in dummy_func()
366 puts(_("allocation of %d bytes failed\n")); in dummy_func()
368 puts(_("AutoOpts function called without option descriptor\n")); in dummy_func()
370 puts(_("\tThis exceeds the compiled library version: ")); in dummy_func()
372 puts(_("Automated Options Processing Error!\n" in dummy_func()
375 puts(_("realloc of %d bytes at 0x%p failed\n")); in dummy_func()
377 puts(_("\tThis is less than the minimum library version: ")); in dummy_func()
379 puts(_("Automated Options version %s\n" in dummy_func()
382 puts(_("(AutoOpts bug): %s.\n")); in dummy_func()
384 puts(_("optionResetOpt() called, but reset-option not configured")); in dummy_func()
[all …]
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c562 puts(_("ntpsnmpd 4.2.8p18\n\ in bogus_function()
567 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
571 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
583 puts(_("Do not fork")); in bogus_function()
586 puts(_("Log to syslog()")); in bogus_function()
589 puts(_("The socket address ntpsnmpd uses to connect to net-snmpd")); in bogus_function()
592 puts(_("display extended usage information and exit")); in bogus_function()
595 puts(_("extended usage information passed thru pager")); in bogus_function()
598 puts(_("output version information and exit")); in bogus_function()
601 puts( in bogus_function()
[all...]
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.c831 puts(_("ntpdc 4.2.8p18\n\ in bogus_function()
836 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
840 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
852 puts(_("Force IPv4 DNS name resolution")); in bogus_function()
855 puts(_("Force IPv6 DNS name resolution")); in bogus_function()
858 puts(_("run a command and exit")); in bogus_function()
861 puts(_("Increase debug verbosity level")); in bogus_function()
864 puts(_("Set the debug verbosity level")); in bogus_function()
867 puts(_("Force ntpq to operate in interactive mode")); in bogus_function()
870 puts( in bogus_function()
[all...]
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.c876 puts(_("ntpq 4.2.8p18\n\ in bogus_function()
881 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
885 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
897 puts(_("Force IPv4 name resolution")); in bogus_function()
900 puts(_("Force IPv6 name resolution")); in bogus_function()
903 puts(_("run a command and exit")); in bogus_function()
906 puts(_("Increase debug verbosity level")); in bogus_function()
909 puts(_("Set the debug verbosity level")); in bogus_function()
912 puts(_("Force ntpq to operate in interactive mode")); in bogus_function()
915 puts( in bogus_function()
[all...]
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.c1183 puts(_("sntp 4.2.8p18\n\ in bogus_function()
1188 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
1192 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
1204 puts(_("Force IPv4 DNS name resolution")); in bogus_function()
1207 puts(_("Force IPv6 DNS name resolution")); in bogus_function()
1210 puts(_("Enable authentication with the key auth-keynumber")); in bogus_function()
1213 puts(_("Listen to the address specified for broadcast time sync")); in bogus_function()
1216 puts(_("Concurrently query all IPs returned for host-name")); in bogus_function()
1219 puts(_("Increase debug verbosity level")); in bogus_function()
1222 puts( in bogus_function()
[all...]
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.c1317 puts(_("ntp-keygen (ntp) 4.2.8p18\n\ in bogus_function()
1322 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
1326 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
1338 puts(_("identity modulus bits")); in bogus_function()
1341 puts(_("certificate scheme")); in bogus_function()
1344 puts(_("privatekey cipher")); in bogus_function()
1347 puts(_("Increase debug verbosity level")); in bogus_function()
1350 puts(_("Set the debug verbosity level")); in bogus_function()
1353 puts(_("Write IFF or GQ identity keys")); in bogus_function()
1356 puts( in bogus_function()
[all...]
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.c1537 puts(_("ntpd 4.2.8p18\n\ in bogus_function()
1542 puts(_(" <http://ntp.org/license>\n\ in bogus_function()
1546 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function()
1558 puts(_("Force IPv4 DNS name resolution")); in bogus_function()
1561 puts(_("Force IPv6 DNS name resolution")); in bogus_function()
1564 puts(_("Require crypto authentication")); in bogus_function()
1567 puts(_("Do not require crypto authentication")); in bogus_function()
1570 puts(_("Allow us to sync to broadcast servers")); in bogus_function()
1573 puts(_("configuration file name")); in bogus_function()
1576 puts( in bogus_function()
[all...]
/freebsd/tools/tools/kdrv/
H A DKernelDriver148 if {$Options(verbose)} {puts "+ read options from '$fname'";}
238 if {$Options(verbose)} {puts "+ checking driver package...";}
263 if {$Options(verbose)} {puts "+ checking kernel source writability...";}
319 if {$Options(verbose)} {puts "+ installing driver files...";}
321 if {$Options(verbose)} {puts "$f -> $kpath$Drv(filei386:$f)";}
331 if {$Options(verbose)} {puts "$f -> $kpath$Drv(fileconf:$f)";}
354 if {$Options(verbose)} {puts "+ backing out installed files...";}
387 if {$Options(verbose)} {puts "+ registering installed files...";}
392 if {$Options(verbose)} {puts "+ updating LINT...";}
398 puts $fh "\#\# driver: $Drv(driver)";
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A Dautosetup125 puts $autosetup(version)
398 #puts "i=$i, opt=$opt"
404 #puts "$opt => $name $colon $equal $value"
448 #puts "Found boolean option --$name=$setvalue"
499 #puts "Found string option --$name=$listvalue"
537 puts ""
542 puts -nonewline $space$word
546 puts ""
582 puts "Local Options:"
587 puts [string range $opt 1 end]
[all …]
H A Dfind_tclconfig.tcl8 puts stderr "tclsh too old: does not support tcl::pkgconfig"
12 puts stderr "tclsh reported library directory \"$libdir\" does not exist"
20 puts stderr "cannot find tclConfig.sh in either $libdir or $n1"
24 puts $libdir
/freebsd/crypto/heimdal/lib/roken/
H A Droken.awk15 print "puts(\"/* This is an OS dependent, generated file */\");"
16 print "puts(\"\\n\");"
17 print "puts(\"#ifndef __ROKEN_H__\");"
18 print "puts(\"#define __ROKEN_H__\");"
19 print "puts(\"\");"
35 print "puts(\"" s "\");"
39 print "puts(\"\");"
40 print "puts(\"#endif /* __ROKEN_H__ */\");"
/freebsd/tools/LibraryReport/
H A DLibraryReport.tcl67 puts stderr "ldconfig returned nonzero, persevering.";
85 puts stderr "Unparseable ldconfig output line :";
86 puts stderr $line;
101 if {$verbose} {puts "+ $lib";}
107 puts stderr "Symbolic link points to nothing : $lib";
112 if {$verbose} {puts "+ $lib";}
116 if {$verbose} {puts "-> $ldest";}
145 puts stderr "Can't search under '$dir' : $msg";
149 if {$verbose} {puts "===>> $dir";}
191 if {$verbose} {puts -nonewline "$fname : ";}
[all …]
/freebsd/crypto/krb5/src/lib/crypto/builtin/sha1/
H A Dt_shs.c76 puts( "SHS test 1 failed" ); in main()
80 puts( "passed, result= A9993E364706816ABA3E25717850C26C9CD0D89D" ); in main()
82 puts( "passed, result= 0164B8A914CD2A5E74C4F7FF082C4D97F1EDF880" ); in main()
92 puts( "SHS test 2 failed" ); in main()
96 puts( "passed, result= 84983E441C3BD26EBAAE4AA1F95129E5E54670F1" ); in main()
98 puts( "passed, result= D2516EE1ACFA5BAF33DFC1C471E438449EF134C8" ); in main()
109 puts( "SHS test 3 failed" ); in main()
113 puts( "passed, result= 34AA973CD4C4DAA4F61EEB2BDBAD27316534016F" ); in main()
115 puts( "passed, result= 3232AFFA48628A26653B5AAA44541FD90D690603" ); in main()
118 puts( "\nAll SHS tests passed" ); in main()
/freebsd/contrib/tcp_wrappers/
H A Dtry-from.c73 puts(EXPAND("client address (%%a): %a")); in main()
74 puts(EXPAND("client hostname (%%n): %n")); in main()
75 puts(EXPAND("client username (%%u): %u")); in main()
76 puts(EXPAND("client info (%%c): %c")); in main()
77 puts(EXPAND("server address (%%A): %A")); in main()
78 puts(EXPAND("server hostname (%%N): %N")); in main()
79 puts(EXPAND("server process (%%d): %d")); in main()
80 puts(EXPAND("server info (%%s): %s")); in main()
/freebsd/contrib/mandoc/
H A Dcgi.c428 puts("</footer>"); in resp_end_html()
430 puts("</body>\n" in resp_end_html()
454 puts(">\n </label>"); in resp_searchform()
466 puts(" <select name=\"sec\" aria-label=\"Manual section\">"); in resp_searchform()
474 puts(" </select>"); in resp_searchform()
482 puts(">All Architectures</option>"); in resp_searchform()
490 puts(" </select>"); in resp_searchform()
495 puts(" <select name=\"manpath\"" in resp_searchform()
503 puts("</option>"); in resp_searchform()
505 puts(" </select>"); in resp_searchform()
[all …]
/freebsd/lib/libc/stdio/
H A Dfputs.338 .Nm puts
49 .Fn puts "const char *str"
72 .Fn puts
82 .Fn puts
98 .Fn puts
112 .Fn puts
/freebsd/contrib/sqlite3/autosetup/teaish/
H A Dtester.tcl52 puts "$args"
60 puts stderr "WARNING: $args"
70 #puts stderr "ERROR: \[[test-current-scope 1]]: $msg"
108 puts stderr $txt
114 puts stderr [join [list $what # $::test__Counters($what) "passed:" $script]]
166 #puts "***pattern=$pattern\n***rhs=$rhs"
179 puts "test $testId"
191 puts "test $testId"
208 puts "[test-current-scope] ignoring failure of: $cmd [lindex $args 0]: $rc"
229 #puts "**** catch-matching cmd=$cmd args=$args"
/freebsd/contrib/pam-krb5/tests/tap/
H A Dlibtap.sh160 puts () { function
201 tap_output=`puts "$tap_output" | sed 's/^\([^ ]* [^:]*\):.*/\1/'`
202 puts "$tap_output"
221 # This macro uses puts, so don't run it using backticks inside double quotes
225 puts "$C_TAP_BUILD/$1"
227 puts "$C_TAP_SOURCE/$1"
236 # This macro uses puts, so don't run it using backticks inside double quotes
247 puts "$tap_tmpdir"

12345678910>>...28