/freebsd/lib/libpmc/ |
H A D | 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.
|
H A D | pmc.3 | 90 The library uses human-readable strings to name the event being 316 flag to a human-readable string. 320 constant to a human-readable string. 322 Return a human-readable name for a CPU type. 324 Return a human-readable string describing a PMC's disposition. 326 Convert a numeric event code to a human-readable string. 330 constant to a human-readable name. 332 Return a human-readable string describing a PMC's current state.
|
/freebsd/crypto/openssh/ |
H A D | pathnames.h | 27 * world-readable. 34 * Of these, ssh_host_key must be readable only by root, whereas ssh_config 35 * should be world-readable. 63 * directory should be world-readable (though not all files are). 69 * readable by anyone except the user him/herself, though this does not 78 * file should only be readable by the user him/herself. 90 * readable by anyone but the user him/herself, but does not contain anything 92 * volume where root is mapped to nobody, this may need to be world-readable. 98 * user. This file need not be readable by anyone but the user him/herself, 101 * may need to be world-readable. (This file is read by the daemon which is
|
H A D | sshd.8 | 181 host key files are normally not readable by anyone but root). 862 world-readable if the user's home directory is on an NFS partition, 910 only by the user; it need not be readable by anyone else. 921 can, but need not be, world-readable. 927 readable by anyone else. 959 The file should be world-readable. 971 These files should only be owned by root, readable only by root, and not 981 These files should be world-readable but writable only by 997 should be world-readable. 1010 This file should be writable only by root, and should be world-readable. [all …]
|
/freebsd/tests/sys/fifo/ |
H A D | fifo_io.c | 69 * writable but not readable. 210 * Drain a file descriptor (fifo) of any readable data. Note: resets the 862 poll_status(int fd, int *readable, int *writable, int *exception, in poll_status() argument 875 *readable = (fds[0].revents & POLLIN) ? 1 : 0; in poll_status() 882 select_status(int fd, int *readable, int *writable, int *exception, in select_status() argument 900 *readable = FD_ISSET(fd, &readfds) ? 1 : 0; in select_status() 951 kqueue_status(int kqueue_fd, int fd, int *readable, int *writable, in kqueue_status() argument 968 *readable = *writable = *exception = 0; in kqueue_status() 974 *readable = 1; in kqueue_status() 983 fionread_status(int fd, int *readable, const char *testname) in fionread_status() argument [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | x509_time_test.c | 486 const char *readable; member 513 const char *readable; member 543 const char *readable; in test_x509_time_print_rfc_822() local 549 readable = x509_print_tests_rfc_822[idx].readable; in test_x509_time_print_rfc_822() 551 if (rv == 0 && !TEST_str_eq(readable, "Bad time value")) { in test_x509_time_print_rfc_822() 556 || !TEST_int_eq(rv, (int)strlen(readable)) in test_x509_time_print_rfc_822() 557 || !TEST_strn_eq(pp, readable, rv)) in test_x509_time_print_rfc_822() 571 const char *readable; in test_x509_time_print_iso_8601() local 577 readable = x509_print_tests_iso_8601[idx].readable; in test_x509_time_print_iso_8601() 579 if (rv == 0 && !TEST_str_eq(readable, "Bad time value")) { in test_x509_time_print_iso_8601() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | 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()
|
H A D | SSL_pending.pod | 5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an 30 will ignore them. Therefore, it is possible for no more bytes to be readable from 32 to return 0, even though readable application data bytes are available (because
|
H A D | ASN1_STRING_print_ex.pod | 31 ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>. 58 double quote characters: this is arguably more readable than the backslash 99 ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>.
|
H A D | X509_NAME_print_ex.pod | 21 X509_NAME_print_ex() prints a human readable version of I<nm> to BIO I<out>. 67 this is more readable that plain comma and plus. 98 B<XN_FLAG_ONELINE> is a more readable one line format which is the same as:
|
H A D | 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
|
/freebsd/tests/sys/common/ |
H A D | net_receiver.py | 69 readable, writable, exceptional = select.select(inputs, [], inputs) 70 for s in readable: 98 readable, writable, exceptional = select.select(inputs, [], inputs) 99 for s in readable:
|
/freebsd/sys/dev/ice/ |
H A D | ice_strings.c | 34 * @brief functions to convert enumerated values to human readable strings 37 * readable strings. Primarily this is used for error values, such as the 672 * Convert the u16 flag value of a filter into a readable string for 707 * Convert the u8 log level of a FW logging module into a readable 783 * a human readable string for logging of MDD events. 872 * a human readable string for logging of MDD events. 974 * readable string for logging of MDD events. 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 in ice_fw_module_str() 1153 * Given the FW LLDP status, convert it to a human readable strin in _ice_fw_lldp_status() [all...] |
/freebsd/lib/libc/posix1e/ |
H A D | 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/sys/dev/virtio/ |
H A D | virtqueue.c | 525 int readable, int writable) in virtqueue_enqueue() argument 531 needed = readable + writable; in virtqueue_enqueue() 547 vq_ring_enqueue_indirect(vq, cookie, sg, readable, writable); in virtqueue_enqueue() 562 sg, readable, writable); in virtqueue_enqueue() 702 uint16_t head_idx, struct sglist *sg, int readable, int writable) in vq_ring_enqueue_segments() argument 710 sg, readable, writable); in vq_ring_enqueue_segments() 712 needed = readable + writable; in vq_ring_enqueue_segments() 727 if (i >= readable) in vq_ring_enqueue_segments() 753 struct sglist *sg, int readable, int writable) in vq_ring_enqueue_indirect() argument 760 needed = readable in vq_ring_enqueue_indirect() [all...] |
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | 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/lib/libipsec/ |
H A D | 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/bin/df/ |
H A D | df.1 | 66 in a selection of different human and machine readable formats. 93 .Dq Human-readable 202 Show human readable free disk space for all mount points including file system 232 Show human readable information for the file system containing the file
|
/freebsd/sys/sys/ |
H A D | poll.h | 61 #define POLLIN 0x0001 /* any readable data available */ 62 #define POLLPRI 0x0002 /* OOB/Urgent readable data */ 66 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */
|
/freebsd/tools/regression/sockets/kqueue/ |
H A D | kqueue.c | 97 * readable when we start, then write to endpoint 1 and confirm that endpoint 98 * 0 is now readable. Drain the write, then check that it's not readable 116 * Confirm not readable to begin with, no I/O yet. in test_evfilt_read() 142 * Other end should now be readable. in test_evfilt_read() 156 * Read a byte to clear the readable state. in test_evfilt_read()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SCT_print.3 | 141 Prints Signed Certificate Timestamps in a human\-readable way 155 a human-readable format. \fBSCT_LIST_print()\fR prints an entire list of SCTs in a 164 a human-readable string. Call \fBSCT_validate()\fR or \fBSCT_LIST_validate()\fR
|
/freebsd/usr.bin/du/ |
H A D | du.1 | 59 in a selection of different human and machine readable formats. 107 .Dq Human-readable 141 .Dq Human-readable 207 Output is in human-readable form:
|
/freebsd/contrib/sendmail/mailstats/ |
H A D | mailstats.8 | 92 Output information in program-readable mode without clearing statistics. 95 Output information in program-readable mode and clear statistics.
|
/freebsd/contrib/nvi/files/ |
H A D | recover.in | 15 # Only test files that are readable. 34 # Only test files that are readable.
|
/freebsd/share/man/man5/ |
H A D | linprocfs.5 |
|