/freebsd-src/contrib/ncurses/misc/ |
H A D | ncurses.ref | 36 ; "attr_off" @15 NONAME ; implemented << NO!! 37 ; "attr_on" @16 NONAME ; implemented << NO!! 39 "baudrate" @18 NONAME ; implemented 40 "beep" @19 NONAME ; implemented 49 "can_change_color" @28 NONAME ; implemented 50 "cbreak" @29 NONAME ; implemented 53 "clearok" @32 NONAME ; implemented 56 "color_content" @35 NONAME ; implemented 58 "copywin" @37 NONAME ; implemented 59 "curs_set" @38 NONAME ; implemented [all …]
|
/freebsd-src/contrib/ncurses/include/ |
H A D | curses.h.in | 632 extern NCURSES_EXPORT(int) baudrate (void); /* implemented */ 633 extern NCURSES_EXPORT(int) beep (void); /* implemented */ 638 extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */ 639 extern NCURSES_EXPORT(int) cbreak (void); /* implemented */ 642 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */ 645 …lor_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ 648 … NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */ 649 extern NCURSES_EXPORT(int) curs_set (int); /* implemented */ 650 extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */ 651 extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */ [all …]
|
H A D | curses.wide | 121 * "implemented" comments do not need this marker. 134 extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */ 138 …PORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, NCURSES_PAIRS_T*, void*); /* implemented */ 149 extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */ 150 extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */ 187 extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */ 188 …tcchar (cchar_t *, const wchar_t *, const attr_t, NCURSES_PAIRS_T, const void *); /* implemented */ 189 extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */ 190 extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ 191 extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */ [all …]
|
/freebsd-src/contrib/llvm-project/libcxx/src/support/runtime/ |
H A D | exception_pointer_unimplemented.ipp | 16 #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 implemented\n"); [all …]
|
/freebsd-src/sys/amd64/vmm/amd/ |
H A D | amdv.c | 40 printf("amd_iommu_init: not implemented\n"); in amd_iommu_init() 48 printf("amd_iommu_cleanup: not implemented\n"); in amd_iommu_cleanup() 55 printf("amd_iommu_enable: not implemented\n"); in amd_iommu_enable() 62 printf("amd_iommu_disable: not implemented\n"); in amd_iommu_disable() 69 printf("amd_iommu_create_domain: not implemented\n"); in amd_iommu_create_domain() 77 printf("amd_iommu_destroy_domain: not implemented\n"); in amd_iommu_destroy_domain() 85 printf("amd_iommu_create_mapping: not implemented\n"); in amd_iommu_create_mapping() 93 printf("amd_iommu_remove_mapping: not implemented\n"); in amd_iommu_remove_mapping() 101 printf("amd_iommu_add_device: not implemented\n"); in amd_iommu_add_device() 108 printf("amd_iommu_remove_device: not implemented\n"); in amd_iommu_remove_device() [all …]
|
/freebsd-src/contrib/bc/manuals/ |
H A D | algorithms.md | 21 a sane default, but may be configured by the user.) Karatsuba, as implemented in 190 This is implemented in the function `p(x,y)`. 266 This is implemented in the function `r(x,p)`. 275 This is implemented in the function `ceil(x,p)`. 283 This is implemented in the function `f(n)`. 292 This is implemented in the function `perm(n,k)`. 300 This is implemented in the function `comb(n,r)`. 308 This is implemented in the function `log(x,b)`. 318 This is implemented in the function `l2(x)`. 324 This is implemented in the function `l10(x)`. [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/soundwire/ |
H A D | qcom,sdw.txt | 69 Value of 0xFF indicates that this option is not implemented 78 Value of 0xFF indicates that this option is not implemented 88 Value of 0xFF indicates that this option is not implemented 96 Value of 0xFF indicates that this option is not implemented 107 Value of 0xFF indicates that this option is not implemented 117 Value of 0xFF indicates that this option is not implemented 127 Value of 0xFF indicates that this option is not implemented 138 Value of 0xFF indicates that this option is not implemented 149 Value of 0xFF indicates that this option is not implemented 161 Value of 0xFF indicates that this option is not implemented
|
H A D | qcom,soundwire.yaml | 80 Value of 0xff indicates that this option is not implemented 91 Value of 0xff indicates that this option is not implemented 102 Value of 0xffff indicates that this option is not implemented 113 Value of 0xff indicates that this option is not implemented 124 Value of 0xff indicates that this option is not implemented 135 Value of 0xff indicates that this option is not implemented 148 Value of 0xff indicates that this option is not implemented 165 Value of 0xff indicates that this option is not implemented 182 Value of 0xff indicates that this option is not implemented 198 Value of 0xff indicates that this option is not implemented
|
/freebsd-src/contrib/netbsd-tests/share/examples/ |
H A D | t_asm.sh | 31 # Verifies if a particular asm example is implemented for the current 36 # If the example is not implemented, the calling test is skipped. If the 41 local implemented=$(cd /usr/share/examples/asm/${name}/ && \ 42 make check-implemented) 45 [ "${implemented}" = yes ] || atf_skip "Example program not" \ 46 "implemented on this platform"
|
/freebsd-src/sys/compat/freebsd32/ |
H A D | syscalls.conf | 45 # getkerninfo - obsolete and can't be implemented (kernel virtual addresses can't fit in 32-bits) 49 # __mac_* - should be implemented 51 # kldsym - can't be implemented (kernel virtual addresses can't fit in 32-bits) 52 # lgetfh - should be implemented 55 # ntp_gettime - should be implemented
|
/freebsd-src/contrib/openbsm/man/ |
H A D | auditon.2 | 180 (Not implemented.) 184 (Not implemented.) 188 (Not implemented.) 395 .\" [COMMENTED OUT]: Valid description, not yet implemented. 399 (Not implemented.) 401 .\" [COMMENTED OUT]: Valid description, not yet implemented. 406 (Not implemented.) 408 .\" [COMMENTED OUT]: Valid description, not yet implemented. 412 (Not implemented.) 466 Returned by options not yet implemented.
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | AssemblyAnnotationWriter.h | 31 /// emitFunctionAnnot - This may be implemented to emit a string right before 36 /// emitBasicBlockStartAnnot - This may be implemented to emit a string right 43 /// emitBasicBlockEndAnnot - This may be implemented to emit a string right 49 /// emitInstructionAnnot - This may be implemented to emit a string right 54 /// printInfoComment - This may be implemented to emit a comment to the
|
/freebsd-src/crypto/openssl/crypto/evp/ |
H A D | dh_ctrl.c | 81 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 134 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 149 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 177 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 187 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 197 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 207 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 217 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper, 227 * This one is currently implemented as an EVP_PKEY_CTX_ctrl() wrapper,
|
/freebsd-src/share/man/man4/ |
H A D | ng_btsocket.4 | 49 Implemented by 161 Implemented by 207 Implemented by 253 Not implemented. 258 Not implemented. 263 Not implemented. 279 RFCOMM sockets are implemented as additional layer on top of L2CAP sockets. 347 module was implemented in
|
/freebsd-src/contrib/mandoc/ |
H A D | tbl.3 | 220 The following functions are implemented in 281 Implemented in 291 Implemented in 301 Implemented in 315 Implemented in 331 Implemented in
|
H A D | mandoc.3 | 255 implemented in 262 implemented in 269 implemented in 286 implemented in 302 implemented in 310 implemented in 316 implemented in
|
/freebsd-src/sys/contrib/dev/acpica/ |
H A D | changes.txt | 931 iASL: table compiler: Implemented IVRS IVHD type 11h parsing. The AMD 1009 Implemented a new external interface, AcpiAnyGpeStatusSet (). To be used 1029 iASL: Implemented full support for the (optional, rarely used) ReturnType 1039 iASL: Implemented detection of type mismatches between External 1047 iASL: Implemented new error messages for External operators that specify 1054 iASL: Implemented two new remark/warning messages for ASL code that 1132 iASL: Implemented detection of (and throw an error for) duplicate 1165 Implemented a new external interface: AcpiUnloadTable() This new function 1232 iASL: implemented a new data table compiler flex/bison front-end. This 1237 ASLTS: Implemented [all...] |
/freebsd-src/contrib/tcpdump/ |
H A D | print-802_15_4.c | 893 /* XXX Not implemented */ in ieee802_15_4_print_header_ie() 895 /* XXX Not implemented */ in ieee802_15_4_print_header_ie() 897 /* XXX Not implemented */ in ieee802_15_4_print_header_ie() 899 /* XXX Not implemented */ in ieee802_15_4_print_header_ie() 901 /* XXX Not implemented */ in ieee802_15_4_print_header_ie() 903 /* XXX Not implemented */ in ieee802_15_4_print_header_ie() 905 /* XXX Not implemented */ in ieee802_15_4_print_header_ie() 907 /* XXX Not implemented */ in ieee802_15_4_print_header_ie() 909 /* XXX Not implemented */ in ieee802_15_4_print_header_ie() 1185 /* XXX Not implemented */ in ieee802_15_4_print_mlme_ie() [all...] |
/freebsd-src/share/doc/psd/05.sysman/ |
H A D | 1.0.t | 32 divided into two parts: kernel facilities directly implemented by 34 implemented either by the system, or in cooperation with a 38 The facilities implemented in the kernel are those which define the 47 other parts are often implemented in server processes on other machines.
|
/freebsd-src/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.cpp | 37 llvm_unreachable("Not implemented!"); in ioctl() 46 llvm_unreachable("Not implemented!"); in kill() 50 llvm_unreachable("Not implemented!"); in tcsetattr() 54 // assert( !"Not implemented!" ); in tcgetattr()
|
/freebsd-src/share/man/man9/ |
H A D | mod_cc.9 | 49 framework allows congestion control algorithms to be implemented as dynamically 94 It should be implemented if a module needs to set up some global state prior to 103 It should be implemented if a module needs to clean up any global state before 123 It should be implemented if a module needs to allocate memory for storing 138 It should be implemented if a module needs to free memory allocated in 145 It should be implemented to initialise congestion control algorithm variables 178 It should be implemented to adjust state as required. 183 It should be implemented to adjust state as required.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonFixupKinds.h | 127 Word32_HL = 0x0, // Not Implemented 128 Word32_GP = 0x0, // Not Implemented 135 Word32_U6 = 0x0, // Not Implemented 136 Word32_U16 = 0x0, // Not Implemented
|
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface.h | 66 * Required to be implemented in each control interface backend. 80 * Required to be implemented in each control interface backend. 94 * Required to be implemented in each control interface backend. 106 * Required to be implemented in each control interface backend. 118 * Required to be implemented in each control interface backend.
|
H A D | preauth_test.c | 103 printf("%s - not implemented\n", __func__); in wpa_ether_send() 122 printf("%s - not implemented\n", __func__); in wpa_supplicant_get_beacon_ie() 129 printf("%s - not implemented\n", __func__); in wpa_supplicant_get_bssid() 140 printf("%s - not implemented\n", __func__); in wpa_supplicant_set_key() 149 printf("%s - not implemented\n", __func__); in wpa_supplicant_mlme_setprotection() 161 printf("%s - not implemented\n", __func__); in wpa_supplicant_add_pmkid() 170 printf("%s - not implemented\n", __func__); in wpa_supplicant_remove_pmkid()
|
/freebsd-src/sys/contrib/libsodium/ |
H A D | ChangeLog | 77 decoding (`sodium_base642bin()`) have been implemented. 102 - The Argon2id variant of Argon2 has been implemented. The 109 implemented. 114 - Ed25519ph was implemented, adding a multi-part signature API 118 - XChaCha20 has been implemented. Like XSalsa20, this construction 131 - Siphash with a 128-bit output has been implemented, and is 197 - The HChaCha20 core function was implemented (`crypto_core_hchacha20()`). 270 been implemented as crypto_stream_chacha20_ietf(), 385 - The ChaCha20Poly1305 AEAD construction has been implemented, as 431 - crypto_auth_hmac_sha512() has been implemented. [all …]
|