| /freebsd-14-stable/lib/libpmc/ |
| HD | pmc_name_of_capability.3 | 35 .Nd human readable names for numeric constants used by 62 pointers to human readable representations of their arguments. 68 to a human readable string. 76 to a human readable name. 84 to a human readable name. 92 to a human readable name. 110 to a human readable string. 118 to a human readable name.
|
| HD | pmc.3 | 90 The library uses human-readable strings to name the event being 323 flag to a human-readable string. 327 constant to a human-readable string. 329 Return a human-readable name for a CPU type. 331 Return a human-readable string describing a PMC's disposition. 333 Convert a numeric event code to a human-readable string. 337 constant to a human-readable name. 339 Return a human-readable string describing a PMC's current state.
|
| /freebsd-14-stable/sbin/nvmecontrol/ |
| HD | devlist.c | 55 bool human; member 57 .human = false, 62 OPT("human", 'h', arg_none, opt, human, 63 "Show human readable disk size"), 136 if (opt.human) { in devlist()
|
| /freebsd-14-stable/usr.bin/usbhidctl/ |
| HD | usbhidctl.1 | 70 utility can be used to dump and modify the state of a USB HID (Human 108 compares the names of items specified on the command line against the human 110 Each human interface item is mapped from its native form to a human readable 115 Each human interface item is named by the
|
| /freebsd-14-stable/usr.sbin/flowctl/ |
| HD | flowctl.c | 56 /* human-readable IPv4 header */ 65 /* Human-readable IPv6 headers */ 108 int cs, human = 0; variable 196 if (argc > 0 && !strncmp(argv[0], "human", strlen(argv[0]))) in ctl_show() 197 human = 1; in ctl_show() 277 printf(human ? CISCO_SH_FLOW_HHEADER : CISCO_SH_FLOW_HEADER); in flow_cache_print() 283 printf(human ? CISCO_SH_FLOW_H : CISCO_SH_FLOW, in flow_cache_print() 311 printf(human ? CISCO_SH_FLOW6_HHEADER : CISCO_SH_FLOW6_HEADER); in flow_cache_print6() 317 printf(human ? CISCO_SH_FLOW6_H : CISCO_SH_FLOW6, in flow_cache_print6()
|
| HD | flowctl.8 | 56 .It Cm show Oo Cm ipv4|ipv6 Oc Op Cm human|verbose 71 .Cm human 72 parameter can be specify to show selected flows in human-readable format.
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | SCT_print.pod | 6 Prints Signed Certificate Timestamps in a human-readable way 20 a human-readable format. SCT_LIST_print() prints an entire list of SCTs in a 29 a human-readable string. Call SCT_validate() or SCT_LIST_validate()
|
| HD | OSSL_CMP_STATUSINFO_new.pod | 32 OSSL_CMP_snprint_PKIStatusInfo() places a human-readable string 36 OSSL_CMP_CTX_snprint_PKIStatus() places a human-readable string
|
| HD | ERR_error_string.pod | 6 ERR_func_error_string, ERR_reason_error_string - obtain human-readable 25 ERR_error_string() generates a human-readable string representing the
|
| /freebsd-14-stable/lib/libc/posix1e/ |
| HD | extattr.3 | 46 function converts a VFS extended attribute identifier to a human-readable 51 and converts a human-readable string representing a namespace to a 71 to obtain a human-readable representation.
|
| /freebsd-14-stable/lib/libipsec/ |
| HD | ipsec_set_policy.3 | 37 .Nd create an IPsec policy structure from a human readable string 56 from a human-readable policy specification. 79 function converts an IPsec policy structure into a human readable form. 298 containing a human readable security policy on success, and
|
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzutil/ |
| HD | zutil_nicenum.c | 58 * Convert a number to an appropriately human-readable output. 150 * Convert a number to an appropriately human-readable output. 159 * Convert a time to an appropriately human-readable output. 178 * Convert a number of bytes to an appropriately human-readable output.
|
| /freebsd-14-stable/lib/libbluetooth/ |
| HD | protocols | 15 hid-control 17 HID-Control # Human Interface Device (control) 16 hid-interrupt 19 HID-Interrupt # Human Interface Device (interrupt)
|
| /freebsd-14-stable/sys/dev/ice/ |
| HD | ice_strings.c | 34 * @brief functions to convert enumerated values to human readable strings 36 * Contains various functions which convert enumerated values into human 783 * a human readable string for logging of MDD events. 872 * a human readable string for logging of MDD events. 973 * Convert the Rx queue event value from the GL_MDET_RX register into a human 1002 * Converts a given state bit to its human readable string name. If the enum 1068 * Given a FW logging module id, convert it to a shorthand human readable 1153 * Given the FW LLDP status, convert it to a human readable string.
|
| /freebsd-14-stable/usr.bin/du/ |
| HD | du.1 | 101 .Dq Human-readable 135 .Dq Human-readable 201 Output is in human-readable form:
|
| /freebsd-14-stable/share/man/man5/ |
| HD | linprocfs.5 | 54 CPU vendor and model information in human-readable form. 56 System memory information in human-readable form.
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| HD | MarkupFilter.h | 11 /// human-readable expressions. 30 /// Filter to convert parsed log symbolizer markup elements into human-readable 37 /// Filters a line containing symbolizer markup and writes the human-readable
|
| /freebsd-14-stable/secure/lib/libcrypto/man/man3/ |
| HD | SCT_print.3 | 143 Prints Signed Certificate Timestamps in a human\-readable way 157 a human-readable format. \fBSCT_LIST_print()\fR prints an entire list of SCTs in a 166 a human-readable string. Call \fBSCT_validate()\fR or \fBSCT_LIST_validate()\fR
|
| /freebsd-14-stable/contrib/elftoolchain/libelf/ |
| HD | elf_errmsg.3 | 57 returns a null-terminated string with a human readable 91 Retrieving a human-readable description of the current error number
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| HD | RefactoringActionRule.h | 25 /// A human readable title for the refactoring. 27 /// A human readable description of what the refactoring does.
|
| /freebsd-14-stable/crypto/openssl/doc/man1/ |
| HD | openssl-ts.pod.in | 179 to examine the content of a request in human-readable 189 If this option is specified the output is human-readable text format 202 response/token in human-readable format. If B<-token_out> is not 293 If this option is specified the output is human-readable text format 518 To print the content of the previous request in human readable format: 553 To print a timestamp reply to stdout in human readable format: 561 To print a timestamp token to stdout in human readable format:
|
| /freebsd-14-stable/contrib/openbsm/bin/praudit/ |
| HD | praudit.1 | 44 human-readable form. 90 dates and times are displayed in human-readable format.
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-xray/ |
| HD | xray-stacks.cpp | 77 enum StackOutputFormat { HUMAN, FLAMETOOL }; enumerator 84 clEnumValN(HUMAN, "human", 85 "Human readable output. Only valid without -all-stacks."), 89 cl::sub(Stack), cl::init(HUMAN)); 703 if (!DumpAllStacks && StacksOutputFormat != HUMAN) in __anon061957190802() 705 Twine("Can't specify a non-human format without -all-stacks."), in __anon061957190802() 708 if (DumpAllStacks && StacksOutputFormat == HUMAN) in __anon061957190802() 710 Twine("You must specify a non-human format when reporting with " in __anon061957190802()
|
| /freebsd-14-stable/share/man/man4/ |
| HD | usb_template.4 | 117 String containing human-readable manufacturer name. 119 String containing human-readable product name.
|
| /freebsd-14-stable/secure/usr.bin/openssl/man/ |
| HD | openssl-ts.1 | 321 to examine the content of a request in human-readable 329 If this option is specified the output is human-readable text format 340 response/token in human-readable format. If \fB\-token_out\fR is not 415 If this option is specified the output is human-readable text format 615 To print the content of the previous request in human readable format: 659 To print a timestamp reply to stdout in human readable format: 671 To print a timestamp token to stdout in human readable format:
|