/freebsd/usr.bin/truss/ |
H A D | syscall.h | 43 * Stat -- a pointer to a stat buffer. Prints a couple fields. 44 * Stat11 -- a pointer to a freebsd 11 stat buffer. Prints a couple fields. 45 * StatFs -- a pointer to a statfs buffer. Prints a few fields. 48 * Signal -- a signal number. Prints the signal name (SIGxxx) 49 * Sockaddr -- a pointer to a struct sockaddr. Prints symbolic AF, and IP:Port 51 * Timespec -- a pointer to a struct timespec. Prints both elements. 52 * Timeval -- a pointer to a struct timeval. Prints both elements. 53 * Timeval2 -- a pointer to two struct timevals. Prints both elements of both. 54 * Itimerval -- a pointer to a struct itimerval. Prints all elements. 55 * Pollfd -- a pointer to an array of struct pollfd. Prints .fd and .events. [all …]
|
/freebsd/tools/pkgbase/ |
H A D | README.md | 15 * `-a` prints all scan results. this is the default option if no option is 34 prints all scan results described below. this is the default option 36 only prints errors and warnings found in the file 38 prints errors and warnings found in the file, including directories with no 41 only prints all the package names found in the file 43 prints all the package names, followed by number of files, followed by total 46 prints packages that has either setuid/setgid files, followed by the total 49 prints packages that has both setuid and setgid files (if more than one 52 prints packages that has setuid files, followed by number of files and total
|
/freebsd/contrib/atf/atf-sh/ |
H A D | atf_check_test.sh | 31 atf_set "descr" "Verifies that atf_check prints an informative" \ 52 atf_set "descr" "Verifies that atf_check prints a diff of the" \ 67 atf_fail "atf_check prints the stderr header" 77 atf_set "descr" "Verifies that atf_check prints a diff of the" \ 90 atf_fail "atf_check prints the stdout header" 102 atf_set "descr" "Verifies that atf_check prints a the stdout it got" \ 116 atf_fail "atf_check prints the stderr header" 124 atf_set "descr" "Verifies that atf_check prints a the stderr it got" \ 136 atf_fail "atf_check prints the stdout header"
|
H A D | libatf-sh.subr | 123 # Prints the value of a configuration variable. If it is not 124 # defined, prints the given default value. 283 # Prints the value of a test case-specific variable. Given that one 295 # Prints the value of the test case's source directory. 459 # Prints the given error message (which can be composed of multiple 478 # Prints the given warning message (which can be composed of multiple 489 # Looks for a program in the path and prints the full path to it or 528 # Describes all test cases and prints the list to the standard output. 596 # Runs the specified test case. Prints its exit status to the 654 # Formats and prints a syntax error message and terminates the [all …]
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-printers.cc | 37 // It uses the << operator when possible, and prints the bytes in the 65 // Prints a segment of bytes in the given object. 88 // Prints the bytes in the given value to the given ostream. 147 // Prints c (of type char, char8_t, char16_t, char32_t, or wchar_t) as a 198 // Prints a char32_t c as if it's part of a string literal, escaping it when 229 // Prints a char c as if it's part of a string literal, escaping it when 249 // Prints a character c (of type char, char8_t, char16_t, char32_t, or wchar_t) 279 // Prints a wchar_t as a symbol if it is printable or as its internal 334 // Prints the given array of characters to the ostream. CharType must be either 365 // Prints a (const) char/wchar_t array of 'len' elements, starting at address [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-x509.1 | 335 Prints out the certificate in text form. Full details are printed including the 346 Calculates and prints the digest of the \s-1DER\s0 encoded version of the entire 353 Prints the certificate \*(L"alias\*(R" (nickname), if any. 356 Prints the certificate serial number. 359 Prints out the start date of the certificate, that is the notBefore date. 362 Prints out the expiry date of the certificate, that is the notAfter date. 365 Prints out the start and expiry dates of a certificate. 368 Prints the subject name. 371 Prints the issuer name. 378 Prints the email address(es) if any. [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 224 Prints out the certificate in text form. Full details are printed including the 237 Calculates and prints the digest of the DER encoded version of the entire 245 Prints the certificate "alias" (nickname), if any. 249 Prints the certificate serial number. 253 Prints out the start date of the certificate, that is the notBefore date. 257 Prints out the expiry date of the certificate, that is the notAfter date. 261 Prints out the start and expiry dates of a certificate. 265 Prints the subject name. 269 Prints the issuer name. 275 Prints the email address(es) if any. [all …]
|
/freebsd/share/doc/usd/10.exref/summary/ |
H A D | ex.summary | 308 and prints the current line after the deletion. 354 If used without \fIname\fR, prints 417 \fRPrints lines in a more 446 Prints each line preceded 482 \fR(.,.)\fBprint p Prints the text of line(s). T{ 647 \fRPrints a screen full of text starting 650 prints that number of lines. 673 Prints the next \fIscroll\fR of text, 683 A carriage return by itself prints the 699 \fIpattern\fR occurs and prints it.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_LH_stats.pod | 26 OPENSSL_LH_stats() prints out statistics on the size of the hash table and how 31 OPENSSL_LH_node_stats() prints the number of entries for each 'bucket' in the 34 OPENSSL_LH_node_usage_stats() prints out a short summary of the state of the 35 hash table. It prints the 'load' and the 'actual load'. The load is
|
H A D | SSL_SESSION_print.pod | 20 SSL_SESSION_print() prints summary information about the session provided in 23 SSL_SESSION_print_fp() does the same as SSL_SESSION_print() except it prints it 26 SSL_SESSION_print_keylog() prints session information to the provided BIO <bp>
|
H A D | SCT_print.pod | 6 Prints Signed Certificate Timestamps in a human-readable way 19 SCT_print() prints a single Signed Certificate Timestamp (SCT) to a B<BIO> in 20 a human-readable format. SCT_LIST_print() prints an entire list of SCTs in a
|
/freebsd/share/man/man4/ |
H A D | virtio_scsi.4 | 63 To enable debugging prints from the 77 Enable informational prints. 79 Enable prints for driver errors. 81 Enable tracing prints.
|
H A D | mrsas.4 | 205 To enable debugging prints from the 216 Enable informational prints. 218 Enable tracing prints. 220 Enable prints for driver faults. 222 Enable prints for OCR and I/O timeout. 224 Enable prints for AEN events.
|
/freebsd/contrib/mandoc/ |
H A D | man.cgi.3 | 157 prints the 202 prints the 217 prints 243 to print the HTTP headers, then prints the HTML header up to the 253 This generator prints a search form, filling it with data 274 page to HTML and prints it to the output.
|
/freebsd/lib/libmt/ |
H A D | mt.3 | 279 function prints 295 prints the parents of the given 307 except that it prints the results to standard output instead of an sbuf. 310 prints the 324 except that it prints to standard output instead of an sbuf. 329 prints tape drive protection information from the supplied 338 prints tape driver parameters information from the supplied
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_flags.inc | 24 "If set, prints MemProf exit stats even after program terminates " 28 "If set, prints thread creation stacks for the threads involved in the " 39 "If set, prints the heap profile in text format. Else use the raw binary serialization format.") 41 … "If set, prints memory profile in a terse format. Only applicable if print_text = true.")
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-printers.h | 65 // // Prints a value to a string. For a (const or not) char 70 // // Prints a value tersely: for a reference type, the referenced 76 // // Prints value using the type inferred by the compiler. The difference 77 // // from UniversalTersePrint() is that this function prints both the 81 // // Prints the fields of a tuple tersely to a string vector, one 204 // (it just prints p as bool). We want to print p as a const 304 // Prints the given number of bytes in the given object to the given 464 // UniversalPrinter<T>::Print(value, ostream_ptr) prints the given 474 // Prints the given value using the << operator if it has one; 475 // otherwise prints the bytes in it. This is what [all …]
|
/freebsd/contrib/openbsm/bin/praudit/ |
H A D | praudit.1 | 43 utility prints the contents of the audit trail files to the standard output in 56 Prints the entire record on the same line. 72 Prints the records in their raw, numeric form. 76 Prints the tokens in their short form.
|
/freebsd/contrib/wireguard-tools/man/ |
H A D | wg.8 | 42 If \fIinterfaces\fP is specified, prints a list of all WireGuard interfaces, 44 specification, then prints a list of all attributes in a visually pleasing way 45 meant for the terminal. Otherwise, prints specified information grouped by 106 Generates a random \fIprivate\fP key in base64 and prints it to 110 Generates a random \fIpreshared\fP key in base64 and prints it to 114 Calculates a \fIpublic\fP key and prints it in base64 to standard
|
/freebsd/share/doc/usd/07.mail/ |
H A D | mail5.nr | 45 command, which prints the message headers associated with the 110 prints all undeleted messages, 139 command goes to the previous message and prints it. The 147 Prints a brief summary of commands. 328 command takes a list of messages and prints out the header lines for each one; 537 prints the current message and 541 prints message 4, as described previously. 679 Takes a message list and prints out the size in characters of each 693 command takes a message list and prints the first five lines 697 prints out by setting the valued option [all …]
|
/freebsd/lib/libc/stdlib/ |
H A D | strfmon.c | 66 #define PRINTS(STR) do { \ macro 328 PRINTS(signstr); in vstrfmon_l() 334 PRINTS(currency_symbol); in vstrfmon_l() 339 PRINTS(signstr); in vstrfmon_l() 346 PRINTS(signstr); in vstrfmon_l() 351 PRINTS(asciivalue); in vstrfmon_l() 357 PRINTS(signstr); in vstrfmon_l() 366 PRINTS(currency_symbol); in vstrfmon_l() 370 PRINTS(signstr); in vstrfmon_l() 378 PRINTS(signstr); in vstrfmon_l()
|
/freebsd/usr.bin/mail/ |
H A D | mail.1 | 196 prints out a one line header of each message found. 250 which prints the first few lines of a message could be used in 365 previous message and prints it. 369 Prints a brief summary of commands. 381 but also prints out ignored header fields. 398 With no arguments, prints out all currently-defined aliases. 400 argument, prints out that alias. 446 Deletes the current message and prints the next message. 498 Takes a list of messages and prints their message headers. 635 With no arguments, prints all variable values. [all …]
|
/freebsd/contrib/ldns/ldns/ |
H A D | dnssec_zone.h | 139 * Prints the given rrs to the file descriptor 147 * Prints the given rrs to the file descriptor 344 * Prints the RRs in the dnssec name structure to the given 353 * Prints the RRs in the dnssec name structure to the given 424 * Prints the rbtree of ldns_dnssec_name structures to the file descriptor 433 * Prints the rbtree of ldns_dnssec_name structures to the file descriptor 444 * Prints the complete zone to the given file descriptor 452 * Prints the complete zone to the given file descriptor
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.h | 88 // %F - if function is known to be <foo>, prints "in <foo>", possibly 91 // %S - prints file/line/column information; 92 // %L - prints location information: file/line/column, if it is known, or 94 // %M - prints module basename and offset, if it is known, or PC.
|
/freebsd/usr.bin/gzip/ |
H A D | gzip.1 | 139 This option prints a usage summary and exits. 145 This option prints 175 This option prints the version of the 179 This option turns on verbose mode, which prints the compression
|