Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 815) sorted by relevance

12345678910>>...33

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dx509_time_test.c486 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 …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dx509_time_test.c434 const char *readable; member
464 const char *readable; in test_x509_time_print() local
470 readable = x509_print_tests[idx].readable; in test_x509_time_print()
472 if (rv == 0 && !TEST_str_eq(readable, "Bad time value")) { in test_x509_time_print()
477 || !TEST_int_eq(rv, (int)strlen(readable)) in test_x509_time_print()
478 || !TEST_strn_eq(pp, readable, rv)) in test_x509_time_print()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DOneRangesProposalStatus.csv5 [memory.syn],Add specializations for uninitialized_* and destroy_*. ,"[concepts], [readable.traits]…
6 [readable.traits]: indirectly_readable_traits,indirectly_readable_traits only. ,[concepts],Christop…
7 [iterator.traits],Mainly updates to iterator_traits.,"[readable.traits]: indirectly_readable_traits…
8 [readable.traits]: iter_value_t,Finish implementing readable.traits.,"[readable.traits]: indirectly…
14 [iterator.cust.swap],Implement iter_swap.,"[concepts], [readable.traits]: iter_value_t",,,
15 …erator, random_access_iterator, and contiguous_iterator.","[concepts], [readable.traits]: iter_val…
20 …_equivalence_relation, and indirectly_strict_weak_order.","[concepts], [readable.traits]: iter_val…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dsde.opt21 ; -mcode-xonly is a traditional alias for -mcode-readable=pcrel and
22 ; -mno-data-in-code is a traditional alias for -mcode-readable=no.
25 Target RejectNegative Alias(mcode-readable=, no)
28 Target RejectNegative Alias(mcode-readable=, pcrel)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dsde.opt21 ; -mcode-xonly is a traditional alias for -mcode-readable=pcrel and
22 ; -mno-data-in-code is a traditional alias for -mcode-readable=no.
25 Target RejectNegative Alias(mcode-readable=, no)
28 Target RejectNegative Alias(mcode-readable=, pcrel)
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dstream_test.c72 if (readable(server_fd)) in main()
82 if (readable(server_fd)) in main()
93 if (!readable(server_fd)) { in main()
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Drwlock.c228 isc_condition_init(&rwl->readable); in isc_rwlock_init()
244 (void)isc_condition_destroy(&rwl->readable); in isc_rwlock_destroy()
334 WAIT(&rwl->readable, &rwl->lock); in isc__rwlock_lock()
356 WAIT(&rwl->readable, &rwl->lock); in isc__rwlock_lock()
572 BROADCAST(&rwl->readable); in isc_rwlock_downgrade()
630 BROADCAST(&rwl->readable); in isc_rwlock_unlock()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Drwlock.c
/netbsd-src/crypto/external/bsd/openssl.old/dist/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 DSSL_pending.pod5 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 DASN1_STRING_print_ex.pod31 ASN1_tag2str() returns a human-readable name of the specified ASN.1 B<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 B<tag>.
/netbsd-src/crypto/external/bsd/openssl/dist/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 DSSL_pending.pod5 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 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
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dpoll.rst18 readable or writable even when it isn't. The user should therefore always
117 readable or writable accordingly. Particularly in each of the following
121 readable/writable and the callback did not conduct a read/write on
127 * The socket has already became readable/writable before calling
131 In all of the above listed scenarios, the socket remains readable or
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dnamed-journalprint.rst18 named-journalprint - print zone journal in human-readable form
30 printing it in a human-readable form, or, optionally, converting it
42 into a human-readable text format. Each line begins with ``add`` or ``del``,
H A Ddnstap-read.rst18 dnstap-read - print dnstap data in human-readable form
30 it in a human-readable format. By default, ``dnstap`` data is printed in
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dev_streams.c46 static void readable(evContext opaqueCtx, void *uap, int fd, int evmask);
105 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0) in evRead()
285 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { in readable() function
/netbsd-src/lib/libc/isc/
H A Dev_streams.c52 static void readable(evContext opaqueCtx, void *uap, int fd, int evmask);
113 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0) in evRead()
293 readable(evContext opaqueCtx, void *uap, int fd, int evmask) { in readable() function

12345678910>>...33