Home
last modified time | relevance | path

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

12345678910>>...129

/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/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/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/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/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dsmb.c37 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_enable_share()
47 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_disable_share()
58 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
H A Dgroup-format.out11 * And yet another
13 * and yet another
H A Dunified_c9999.out10 ! * And yet another
26 ! * 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/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/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.
H A Dvarname-dot-libs.mk6 # It is yet unclear in which situations this feature is useful.
14 # The .LIBS variable is not yet available.
/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/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp246 LLVM_DEBUG(dbgs() << "Basic block input operands not supported yet\n"); in lowerInlineAsm()
262 dbgs() << "Aggregate input operands are not supported yet\n"); in lowerInlineAsm()
297 // Create the MachineInstr, but don't insert it yet since input in lowerInlineAsm()
429 "not supported yet\n"); in lowerInlineAsm()
441 << OpInfo.ConstraintCode << " yet\n"); in lowerInlineAsm()
460 << "Cannot indirectify memory input operands yet\n"); in lowerInlineAsm()
485 LLVM_DEBUG(dbgs() << "Can't handle indirect register inputs yet " in lowerInlineAsm()
507 "not supported yet\n"); in lowerInlineAsm()
580 "registers are not supported yet\n"); in lowerInlineAsm()
608 dbgs() << "Cannot lower target specific output constraints yet\n"); in lowerInlineAsm()

12345678910>>...129