Home
last modified time | relevance | path

Searched full:yet (Results 1 – 25 of 2995) sorted by relevance

12345678910>>...120

/freebsd/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_pointer_unimplemented.ipp16 #warning exception_ptr not yet implemented
17 fprintf(stderr, "exception_ptr not yet implemented\n");
22 #warning exception_ptr not yet implemented
23 fprintf(stderr, "exception_ptr not yet implemented\n");
28 #warning exception_ptr not yet implemented
29 fprintf(stderr, "exception_ptr not yet implemented\n");
34 #warning exception_ptr not yet implemented
35 fprintf(stderr, "exception_ptr not yet implemented\n");
48 #warning exception_ptr not yet implemented
49 fprintf(stderr, "exception_ptr not yet implemente
[all...]
/freebsd/contrib/wpa/src/tls/
H A Dasn1.h19 #define ASN1_TAG_OBJECT_DESCRIPTOR 0x07 /* not yet parsed */
20 #define ASN1_TAG_EXTERNAL 0x08 /* not yet parsed */
21 #define ASN1_TAG_REAL 0x09 /* not yet parsed */
22 #define ASN1_TAG_ENUMERATED 0x0A /* not yet parsed */
23 #define ASN1_TAG_EMBEDDED_PDV 0x0B /* not yet parsed */
24 #define ASN1_TAG_UTF8STRING 0x0C /* not yet parsed */
29 #define ASN1_TAG_NUMERICSTRING 0x12 /* not yet parsed */
31 #define ASN1_TAG_T61STRING 0x14 /* not yet parsed */
32 #define ASN1_TAG_VIDEOTEXSTRING 0x15 /* not yet parsed */
35 #define ASN1_TAG_GENERALIZEDTIME 0x18 /* not yet parsed */
[all …]
/freebsd/tests/sys/cddl/zfs/tests/
H A DMakefile25 # Not yet ported to FreeBSD
28 # Not yet ported to FreeBSD
31 # Not yet ported to FreeBSD
33 # link_count is not yet ported to FreeBSD. I'm not sure what its purpose is.
54 # Not yet ported to FreeBSD
67 # Not yet ported to FreeBSD
71 # Not yet ported to FreeBSD
73 # Not yet ported to FreeBSD
/freebsd/crypto/openssl/providers/common/der/
H A Dder_ecx_key.c17 /* No parameters (yet?) */ in ossl_DER_w_algorithmIdentifier_X25519()
26 /* No parameters (yet?) */ in ossl_DER_w_algorithmIdentifier_X448()
35 /* No parameters (yet?) */ in ossl_DER_w_algorithmIdentifier_ED25519()
44 /* No parameters (yet?) */ in ossl_DER_w_algorithmIdentifier_ED448()
/freebsd/crypto/openssh/regress/
H A Dsshsig.sh156 # key not yet valid
157 trace "$tid: key type $t verify with not-yet-valid lifespan"
162 fail "failed signature for $t not-yet-valid key"
183 # key not yet valid
184 trace "$tid: key type $t find principals with not-yet-valid lifespan"
188 fail "failed find-principals for $t not-yet-valid key"
359 # key not yet valid
360 trace "$tid: key type $t find-principals cert lifetime not-yet-valid"
364 fail "failed find-principals for $t not-yet-valid key"
461 # CA lifespan is valid but user key not yet valid
[all …]
/freebsd/contrib/libpcap/
H A Dpcap.3pcap.in448 set the snapshot length for a not-yet-activated
457 set promiscuous mode for a not-yet-activated
462 set capture protocol for a not-yet-activated
467 set monitor mode for a not-yet-activated
477 set packet buffer timeout for a not-yet-activated
482 set immediate mode for a not-yet-activated
487 set buffer size for a not-yet-activated
492 set time stamp type for a not-yet-activated
497 get list of available time stamp types for a not-yet-activated
514 set time stamp precision for a not-yet-activated
[all …]
/freebsd/sys/fs/cd9660/
H A DTODO30 Not yet.
34 Not yet. we need not only a technical spec but also ECMA format
39 Not yet. We should also hack the other part of system as 8 bit
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h187 assert(!Cur.empty() && "No first source yet"); in matchFirstLengthWAnyType()
197 assert(!Cur.empty() && "No first source yet"); in matchFirstLengthWAnyType()
223 assert((Cur.size() > 1) && "No second source yet"); in matchSecondType()
227 assert((Cur.size() > 1) && "No second source yet"); in matchSecondType()
265 assert(!Cur.empty() && "No first source yet"); in matchFirstType()
269 assert(!Cur.empty() && "No first source yet"); in matchFirstType()
278 assert(!Cur.empty() && "No first source yet"); in matchScalarOfFirstType()
282 assert(!Cur.empty() && "No first source yet"); in matchScalarOfFirstType()
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_get_value_uint.3190 negotiation process has not yet completed and the value is therefore currently
222 locally-initiated streams available to be created (but not yet created). For
232 available to be created (but not yet created).
239 available to be created (but not yet created) by the peer. This represents the
248 available to be created (but not yet created).
325 in the write buffer which have yet to be acknowledged by the peer. Successful
333 buffer which have yet to be consumed by calls to \fBSSL_write_ex\fR\|(3). Successful
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_value_uint.pod135 negotiation process has not yet completed and the value is therefore currently
174 locally-initiated streams available to be created (but not yet created). For
185 available to be created (but not yet created).
193 available to be created (but not yet created) by the peer. This represents the
203 available to be created (but not yet created).
286 in the write buffer which have yet to be acknowledged by the peer. Successful
295 buffer which have yet to be consumed by calls to L<SSL_write_ex(3)>. Successful
H A DSSL_shutdown.pod40 shutdown process and return 0 to indicate that the shutdown process has not yet
110 If the underlying BIO is nonblocking and the shutdown process is not yet
111 complete (for example, because a close_notify alert message has not yet been
269 could not yet be transmitted, or which was sent but lost in the network, may not
338 yet been fully shut down (unless it has already done so, in which case it will
382 The shutdown process is ongoing and has not yet completed.
385 peer has not yet replied in turn with its own close_notify.
388 sent but the connection closure process has not yet completed.
/freebsd/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dsmb.c38 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_enable_share()
48 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_disable_share()
59 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_validate_shareopts()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h37 /// and were not exited yet.
41 NoScope = 0, // Scope is not initialized yet.
42 InitializedScope, // Main file scope is initialized but not set yet.
49 /// Parent contains all entered files that were not exited yet according to
/freebsd/usr.bin/diff/tests/
H A Dsimple_w.out2 < * And yet another
4 > * and yet another
H A Dsimple_b.out2 < * And yet another
4 > * and yet another
H A Dunified_9999.out10 - * And yet another
11 + * and yet another
H A Dunified_p.out10 - * And yet another
11 + * and yet another
H A Difdef.out11 * And yet another
13 * and yet another
H A Dsimple_p.out10 ! * And yet another
25 ! * and yet another
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h30 EST_Unevaluated, ///< not evaluated yet, for special member function
31 EST_Uninstantiated, ///< not instantiated yet
32 EST_Unparsed ///< not parsed yet
/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_ccache.c21 log_error("cc_ccache_release is not implemented yet"); in check_cc_ccache_release()
95 log_error("cc_ccache_destroy is not implemented yet"); in check_cc_ccache_destroy()
169 log_error("cc_ccache_set_default is not implemented yet"); in check_cc_ccache_set_default()
288 log_error("cc_ccache_get_credentials_version is not implemented yet"); in check_cc_ccache_get_credentials_version()
366 log_error("cc_ccache_get_name is not implemented yet"); in check_cc_ccache_get_name()
523 log_error("cc_ccache_get_principal is not implemented yet"); in check_cc_ccache_get_principal()
577 log_error("cc_ccache_set_principal is not implemented yet"); in check_cc_ccache_set_principal()
682 log_error("cc_ccache_store_credentials is not implemented yet"); in check_cc_ccache_store_credentials()
827 log_error("cc_ccache_remove_credentials is not implemented yet"); in check_cc_ccache_remove_credentials()
977 log_error("cc_ccache_new_credentials_iterator is not implemented yet"); in check_cc_ccache_new_credentials_iterator()
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc_html.3319 object; no HTML elements are written yet.
449 If nothing was printed on the current output line yet, it has no effect.
460 are not yet documented.
505 not yet documented
537 not yet documented
/freebsd/contrib/bsnmp/
H A DTODO4 OK. Table not writeable yet.
8 OK. Table not writeable yet.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp497 // this yet, so skip/treat as unimplemented in this case. in VisitDefaultClause()
521 // this yet, so skip/treat as unimplemented in this case. in VisitIfClause()
554 // this yet, so skip/treat as unimplemented in this case. in VisitSelfClause()
587 // this yet, so skip/treat as unimplemented in this case. in VisitNumGangsClause()
642 // this yet, so skip/treat as unimplemented in this case. in VisitNumWorkersClause()
663 // this yet, so skip/treat as unimplemented in this case. in VisitVectorLengthClause()
684 // this yet, so skip/treat as unimplemented in this case. in VisitAsyncClause()
706 // can do anything with this yet, so skip/treat as unimplemented in this in VisitPrivateClause()
725 // this yet, so skip/treat as unimplemented in this case. in VisitFirstPrivateClause()
742 // this yet, so skip/treat as unimplemented in this case. in VisitNoCreateClause()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarname-dot-includes.mk6 # It is yet unclear in which situations this feature is useful.
14 # The .INCLUDES variable is not yet available.

12345678910>>...120