Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd-9-stable/contrib/ncurses/misc/
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-9-stable/contrib/ncurses/include/
Dcurses.h.in532 extern NCURSES_EXPORT(int) baudrate (void); /* implemented */
533 extern NCURSES_EXPORT(int) beep (void); /* implemented */
538 extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */
539 extern NCURSES_EXPORT(int) cbreak (void); /* implemented */
542 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
545 extern NCURSES_EXPORT(int) color_content (short,short*,short*,short*); /* implemented */
548 … NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */
549 extern NCURSES_EXPORT(int) curs_set (int); /* implemented */
550 extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */
551 extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */
[all …]
Dcurses.wide69 * "implemented" comments do not need this marker.
82 extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */
86 …NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, short*, void*); /* implemented */
97 extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */
98 extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */
135 extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */
136 …RT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, short, const void *); /* implemented */
137 extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */
138 extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */
139 extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */
[all …]
/freebsd-9-stable/crypto/openssl/doc/apps/
Dciphers.pod176 and DSS keys respectively. Not implemented.
189 DH keys. Not implemented.
194 FORTEZZA algorithms. Not implemented.
270 SSL_DH_DSS_EXPORT_WITH_DES40_CBC_SHA Not implemented.
271 SSL_DH_DSS_WITH_DES_CBC_SHA Not implemented.
272 SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA Not implemented.
273 SSL_DH_RSA_EXPORT_WITH_DES40_CBC_SHA Not implemented.
274 SSL_DH_RSA_WITH_DES_CBC_SHA Not implemented.
275 SSL_DH_RSA_WITH_3DES_EDE_CBC_SHA Not implemented.
289 SSL_FORTEZZA_KEA_WITH_NULL_SHA Not implemented.
[all …]
Decparam.pod78 to get a list of all currently implemented EC parameters.
83 currently implemented EC parameters names and exit.
103 is currently not implemented in OpenSSL.
/freebsd-9-stable/contrib/libc++/src/
Dexception.cpp118 # warning uncaught_exception not yet implemented in uncaught_exception()
191 # warning exception_ptr not yet implemented in ~exception_ptr()
210 # warning exception_ptr not yet implemented in exception_ptr()
235 # warning exception_ptr not yet implemented in operator =()
279 # warning exception_ptr not yet implemented in current_exception()
301 # warning exception_ptr not yet implemented in rethrow_exception()
/freebsd-9-stable/lib/libftpio/
Dftp.errors11 202 Command not implemented, superfluous at this site
37 502 Command not implemented
39 504 Command not implemented for that parameter
/freebsd-9-stable/lib/libfetch/
Dftp.errors11 202 PROTO Command not implemented, superfluous at this site
37 502 PROTO Command not implemented
39 504 PROTO Command not implemented for that parameter
/freebsd-9-stable/contrib/ncurses/ncurses/base/
DMKlib_gen.sh80 if test "$USE" = implemented ; then
83 /^extern.*implemented/{
85 s/^.*implemented:\([^ *]*\).*/P_POUNDCif_USE_\1_SUPPORT/p
89 s/^.*implemented:\([^ *]*\).*/P_POUNDCendif/p
/freebsd-9-stable/contrib/bind9/doc/misc/
Doptions148 host-statistics <boolean>; // not implemented
149 host-statistics-max <integer>; // not implemented
183 min-roots <integer>; // not implemented
217 rfc2308-type1 <boolean>; // not yet implemented
236 statistics-interval <integer>; // not yet implemented
237 suppress-initial-notify <boolean>; // not yet implemented
244 topology { <address_match_element>; ... }; // not implemented
409 min-roots <integer>; // not implemented
434 rfc2308-type1 <boolean>; // not yet implemented
466 suppress-initial-notify <boolean>; // not yet implemented
[all …]
Ddnssec45 been implemented but should still be considered experimental.
64 Handling of the CD bit in queries is now fully implemented. Validation
70 Dynamic update of secure zones has been implemented, but may not be
/freebsd-9-stable/sys/contrib/ngatm/netnatm/msg/
Dmsg.def46 # N-ISDN compatiblity not implemented.
69 # N-ISDN compatiblity not implemented.
94 # N-ISDN compatiblity not implemented.
142 # N-ISDN compatiblity not implemented.
/freebsd-9-stable/sys/fs/procfs/
DREADME10 are used to control and interrogate processes. the files implemented
35 [ not implemented. ]
39 [ not implemented. ]
/freebsd-9-stable/usr.bin/yacc/
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-9-stable/usr.bin/yacc/test/
Dftp.y675 short implemented; /* 1 if command is implemented */ member
870 if (p->implemented == 0) { in yylex()
895 if (p->implemented == 0) { in yylex()
1110 c->implemented ? ' ' : '*');
1131 if (c->implemented)
Dftp.tab.c415 short implemented; /* 1 if command is implemented */ member
610 if (p->implemented == 0) { in yylex()
635 if (p->implemented == 0) { in yylex()
850 c->implemented ? ' ' : '*');
871 if (c->implemented)
/freebsd-9-stable/contrib/opie/
Dftpcmd.y154 short implemented; /* 1 if command is implemented */ member
986 if (p->implemented == 0) {
1011 if (p->implemented == 0) {
1220 c->implemented ? ' ' : '*');
1241 if (c->implemented)
/freebsd-9-stable/contrib/gcc/doc/
Dfrontends.texi55 have been implemented as ``preprocessors'' which emit another high
57 implemented this way; they all generate machine code directly. This
Dcompat.texi25 A library conforms to an ABI if it is implemented according to that ABI@.
59 The application binary interface implemented by a C or C++ compiler
77 In addition, the application binary interface implemented by a C++ compiler
107 This C++ ABI is also implemented by other compiler vendors on some
/freebsd-9-stable/release/picobsd/tinyware/msh/
DREADME5 globbing should be implemented with our glob(3) - the version in
/freebsd-9-stable/contrib/nvi/docs/
DTODO44 COMMON: Open mode is not yet implemented.
53 are recognized, but not implemented. These options are unlikely
54 to be implemented, so if you want them you might want to say
/freebsd-9-stable/crypto/heimdal/appl/ftp/ftpd/
Dftpcmd.y63 short implemented; /* 1 if command is implemented */ member
1176 if (p->implemented == 0) {
1201 if (p->implemented == 0) {
1424 c->implemented ? ' ' : '*');
1446 if (c->implemented)
/freebsd-9-stable/contrib/top/
DFREEBSD-upgrade15 target OS. That interface is implemented in usr.bin/top/machine.c
/freebsd-9-stable/contrib/groff/contrib/mom/
DTODO2 with if users request they be implemented.
/freebsd-9-stable/tools/tools/vhba/
DREADME12 virtual devices implemented under the VHBA itself. The current ones

12345678910>>...16