Home
last modified time | relevance | path

Searched refs:human (Results 1 – 25 of 117) sorted by relevance

12345

/freebsd/sbin/nvmecontrol/
H A Ddevlist.c58 bool human; member
60 .human = false,
65 OPT("human", 'h', arg_none, opt, human,
110 if (opt.human) { in scan_namespace()
/freebsd/usr.sbin/flowctl/
H A Dflowctl.c108 int cs, human = 0; variable
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()
/freebsd/crypto/openssl/doc/man3/
H A DSCT_print.pod6 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()
H A DOSSL_CMP_STATUSINFO_new.pod32 OSSL_CMP_snprint_PKIStatusInfo() places a human-readable string
36 OSSL_CMP_CTX_snprint_PKIStatus() places a human-readable string
H A DERR_error_string.pod6 ERR_func_error_string, ERR_reason_error_string - obtain human-readable
25 ERR_error_string() generates a human-readable string representing the
H A DASN1_STRING_print_ex.pod31 ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>.
99 ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>.
H A DOSSL_ENCODER.pod48 DER, or even human readable text.
78 for display and human consumption. The description is at the discretion of the
H A DECPKParameters_print.pod28 a human-readable output of the public parameters of the EC_GROUP to B<bp>
H A DRSA_print.pod46 A human-readable hexadecimal output of the components of the RSA
H A DEVP_PKEY_print_private.pod30 of key I<pkey> respectively. The key is sent to B<BIO> I<out> in human readable
/freebsd/lib/libdpv/
H A Ddprompt.c400 char human[32]; in dprompt_add_files() local
584 humanize_number(human, pbar_size + 2, fp->read, "", in dprompt_add_files()
588 hlen = (int)strlen(human); in dprompt_add_files()
596 lsize, "", human, rsize, ""); in dprompt_add_files()
599 lsize, "", human, rsize, ""); in dprompt_add_files()
/freebsd/crypto/openssl/test/recipes/
H A D80-test_ca.t268 my ($human) = @_;
270 … my ($mo, $d, $h, $m, $s, $y) = $human =~ /^([A-Za-z]{3})\s+(\d+) (\d{2}):(\d{2}):(\d{2}) (\d{4})/;
/freebsd/contrib/wpa/hostapd/logwatch/
H A DREADME1 Logwatch is a utility for analyzing system logs and provide a human
/freebsd/contrib/jemalloc/src/
H A Dstats.c121 #define OP(counter, counter_type, human, derived, base_counter) \ in mutex_stats_init_cols() argument
128 col->str_val = human; in mutex_stats_init_cols()
148 #define OP(counter, counter_type, human, derived, base_counter) \ in mutex_stats_read_global() argument
178 #define OP(counter, counter_type, human, derived, base_counter) \ in mutex_stats_read_arena() argument
205 #define OP(counter, counter_type, human, derived, base_counter) \ in mutex_stats_read_arena_bin() argument
239 #define OP(counter, type, human, derived, base_counter) \ in mutex_stats_emit() argument
259 #define COL_HDR(row_name, column_name, human, left_or_right, col_width, etype) \ argument
266 header_##column_name.str_val = human ? human : #column_name;
/freebsd/contrib/file/magic/Magdir/
H A Dpci_ids8 # show hexadecimal PCI vendor identification in human readable text form
44 # show hexadecimal PCI class+sub+ProgIF identification in human readable text form
H A Dsereal14 # we'll print out e.g. 0x30 instead of the more human-readable
/freebsd/sys/contrib/device-tree/Bindings/security/tpm/
H A Dtpm-i2c.txt6 - label : human readable string describing the device, eg. "tpm"
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h62 #define OP(counter, type, human, derived, base_counter) mutex_counter_##counter, argument
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-sess_id.pod.in25 the SSL session master key) in human readable format. Since this is a
145 The cipher and start time should be printed out in human readable form.
H A Dopenssl-ts.pod.in179 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/contrib/sendmail/src/
H A Daliases22 # root: insert-human-being-here
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm9hmidc.dtsi34 * Broadcom human machine interface daughter card (bcm9hmidc) installed on
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_pkisi_get_status.pod62 ossl_cmp_PKIStatus_to_string() returns a human-readable string representing
/freebsd/usr.bin/fortune/
H A DREADME30 healthy, hearty laughter -- at the expense of the whole human race, if
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt64 A human readable name for the CPU.
75 The name of the node is a human readable string that forms the interface

12345