Home
last modified time | relevance | path

Searched refs:implemented (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/freebsd/contrib/ncurses/misc/
H A Dncurses.ref36 ; "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/contrib/ncurses/include/
H A Dcurses.h.in632 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 Dcurses.wide121 * "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/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 implemented\
[all...]
H A Dexception_fallback.ipp56 #warning uncaught_exception not yet implemented
57 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
/freebsd/contrib/netbsd-tests/share/examples/
H A Dt_asm.sh41 local implemented=$(cd /usr/share/examples/asm/${name}/ && \
42 make check-implemented)
45 [ "${implemented}" = yes ] || atf_skip "Example program not" \
/freebsd/sys/contrib/device-tree/Bindings/soundwire/
H A Dqcom,sdw.txt69 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
/freebsd/contrib/bc/manuals/
H A Dalgorithms.md21 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/usr.bin/diff/
H A DTODO1 to be implemented:
6 Will probably be not implemented:
/freebsd/lib/libfetch/
H A Dftp.errors10 202 PROTO Command not implemented, superfluous at this site
36 502 PROTO Command not implemented
38 504 PROTO Command not implemented for that parameter
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_DISPATCH.pod32 OpenSSL defined function identity of the implemented function.
36 Pointer to the implemented function itself. Despite the generic definition
37 of this field, the implemented function it points to must have a function
/freebsd/sys/contrib/device-tree/src/arm64/exynos/google/
H A Dgs101-oriole.dts57 /* TODO: Remove this once PMIC is implemented */
63 /* TODO: Remove this once S2MPG11 slave PMIC is implemented */
148 /* TODO: Update these once PMIC is implemented */
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra194-tcu.txt4 systems within the Tegra SoC. It is implemented through a mailbox-
21 the mailbox subsystem, and the specifiers implemented by the relevant
/freebsd/sys/dev/ow/
H A DREADME.txt7 Application note which defines the 1-wire bus as implemented for the
11 stack terminology used by AN927. The 1-wire bus is implemented in the ow(4)
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,nvic.txt4 Cortex-M based processor cores. The NVIC implemented on different SoCs
24 - arm,num-irq-priority-bits: The number of priority bits implemented by the
/freebsd/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh108 if test "$USE" = implemented ; then
110 /^extern.*implemented/{
115 s/^.*implemented:\([^ *]*\).*/P_POUNDCif_USE_\1_SUPPORT/p
119 s/^.*implemented:\([^ *]*\).*/P_POUNDCendif/p
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCClauses.def1 //===-- OpenACCClauses.def - List of implemented OpenACC Clauses -- C++ -*-===//
9 // This file defines a list of currently implemented OpenACC Clauses (and
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dahci-mtk.txt16 - ports-implemented : See ./ahci-platform.txt for details.
44 ports-implemented = <0x1>;
/freebsd/sys/contrib/libsodium/
H A DChangeLog77 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 …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dcdns,csi2rx.txt15 implemented in hardware, between 0 and 3
37 connected to anything at the hardware level or implemented
H A Dcdns,csi2tx.txt16 implemented in hardware, between 0 and 3
37 connected to anything at the hardware level or implemented
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dpcf85363.txt9 - interrupts: IRQ line for the RTC (not implemented).
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dconfig_elast.h46 # warning ELAST for this platform not yet implemented
/freebsd/contrib/byacc/
H A DNEW_FEATURES1 The -r option has been implemented. The -r option tells Yacc to
6 The -l and -t options have been implemented. The -l option tells
/freebsd/sys/dev/syscon/
H A Dsyscon_if.m56 panic("syscon_device_lock is not implemented");
63 panic("syscon_device_unlock is not implemented");

12345678910>>...19