/freebsd/contrib/gdtoa/ |
H A D | gdtoa.h | 48 #ifndef ANSI 50 #define ANSI(x) () macro 53 #define ANSI(x) x macro 106 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt, 108 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp, 110 extern void freedtoa ANSI((char*)); 111 extern float strtof ANSI((CONST char *, char **)); 112 extern double strtod ANSI((CONST char *, char **)); 113 extern int strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*)); 115 extern char* g_ddfmt ANSI((char*, double*, int, size_t)); [all …]
|
H A D | gdtoaimp.h | 213 extern Char *MALLOC ANSI((size_t)); 503 extern void memcpy_D2A ANSI((void*, const void*, size_t)); 597 extern Bigint *Balloc ANSI((int)); 598 extern void Bfree ANSI((Bigint*)); 599 extern void ULtof ANSI((ULong*, ULong*, Long, int)); 600 extern void ULtod ANSI((ULong*, ULong*, Long, int)); 601 extern void ULtodd ANSI((ULong*, ULong*, Long, int)); 602 extern void ULtoQ ANSI((ULong*, ULong*, Long, int)); 603 extern void ULtox ANSI((UShort*, ULong*, Long, int)); 604 extern void ULtoxL ANSI((ULong*, ULong*, Long, int)); [all …]
|
H A D | stdio1.h | 40 #define ANSI(x) () macro 46 #define ANSI(x) x macro 59 extern int Fprintf ANSI((FILE*, const char*, ...)); 60 extern int Printf ANSI((const char*, ...)); 61 extern int Sprintf ANSI((char*, const char*, ...)); 62 extern int Snprintf ANSI((char*, size_t, const char*, ...)); 63 extern void Perror ANSI((const char*)); 64 extern int Vfprintf ANSI((FILE*, const char*, va_list)); 65 extern int Vsprintf ANSI((char*, const char*, va_list)); 66 extern int Vsnprintf ANSI((char*, size_t, const char*, va_list)); [all …]
|
H A D | printf.c0 | 25 /* This implements most of ANSI C's printf, fprintf, and sprintf, 118 …typedef char *(*pgdtoa) ANSI((FPI*, int be, ULong *bits, int *kind, int mode, int ndigits, int *de… 141 typedef char *(*Putfunc) ANSI((Finfo*, int*)); 142 typedef void (*Fpbits) ANSI((U*, FPBits*)); 301 extern char *dtoa ANSI((double, int, int, int*, int*, char **)); 302 extern void freedtoa ANSI((char*)); 374 void (*pfbuf_print_ASL) ANSI((char*)); 378 extern Char *mymalloc_ASL ANSI((size_t)); 379 extern Char *myralloc_ASL ANSI((void *, size_t));
|
/freebsd/contrib/ncurses/misc/ |
H A D | emx.src | 81 #### ANSI.SYS/ISO 6429/ECMA-48 Capabilities 91 # from the ANSI.SYS de-facto standard. 97 # Highlight controls corresponding to the ANSI.SYS standard. Most 99 # about \E[11m as klone+acs. True ANSI/ECMA-48 would have <rmso=\E[27m>, 100 # <rmul=\E[24m>, but this isn't a documented feature of ANSI.SYS. 118 # Highlight controls corresponding to the ANSI.SYS standard. *All* 137 # ANSI.SYS color control. 148 # default color pair, but many `ANSI' terminals don't grok the <op> cap. 158 #### ANSI/ECMA-48 terminals and terminal emulators 160 # See near the end of this file for details on ANSI conformance. [all …]
|
H A D | terminfo.src | 116 # roughly by type frequency with ANSI/VT100 and other common types up front. 203 # u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA) 205 # u7 cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6) 206 # u6 cursor position report (equiv. to ANSI/ECMA-48 CPR) 210 # terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals). 227 # \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals). 245 # As the ANSI/ECMA-48 standard and variants take firmer hold, and as 248 # the new organization, which puts ANSI types, xterm, Unix consoles, 291 ######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES 334 #### ANSI.SYS/ISO 6429/ECMA-48 Capabilities [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | CoreProperties.td | 76 …Desc<"When in a color-enabled terminal, use the ANSI terminal code specified in this format immedi… 80 …Desc<"When in a color-enabled terminal, use the ANSI terminal code specified in this format immedi… 122 …Desc<"When displaying the column marker in a color-enabled terminal, use the ANSI terminal code sp… 126 …Desc<"When displaying the column marker in a color-enabled terminal, use the ANSI terminal code sp… 130 …Desc<"When displaying the line marker in a color-enabled terminal, use the ANSI terminal code spec… 134 …Desc<"When displaying the line marker in a color-enabled terminal, use the ANSI terminal code spec… 166 …Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified i… 170 …Desc<"When displaying progress in a color-enabled terminal, use the ANSI terminal code specified i… 206 …Desc<"When displaying suggestion in a color-enabled terminal, use the ANSI terminal code specified… 210 …Desc<"When displaying suggestion in a color-enabled terminal, use the ANSI terminal code specified… [all …]
|
/freebsd/contrib/ntp/html/hints/ |
H A D | aix | 1 Problem with recent ANSI compilers 7 the preceding prototype. A workaround is to use ANSI syntax to delare 8 the arguments. Since ANSI compilers are not universally available, this
|
/freebsd/crypto/openssl/ |
H A D | NOTES-VMS.md | 5 - [About ANSI C compiler](#about-ansi-c-compiler) 20 About ANSI C compiler 23 An ANSI C compiled is needed among other things. This means that 27 version 7.1 or later. Compiling with a different ANSI C compiler may
|
/freebsd/contrib/tnftp/ |
H A D | INSTALL | 8 = NOTE: You will need an ANSI C compiler. = 57 = NOTE: You will need an ANSI C compiler. =
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | rtf | 30 # unknown character set or ANSI later after control words like 33 #>6 search/105 \\ansi \b, ANSI 34 >6 search/502 \\ansi \b, ANSI
|
/freebsd/usr.bin/ctags/test/ |
H A D | ctags.test | 65 routine4(int one, char (*two)(void)) /* test ANSI arguments */
|
/freebsd/contrib/mandoc/ |
H A D | INSTALL | 137 As far as mandoc is using any features not mandated by ANSI X3.159-1989 138 ("ANSI C") or IEEE Std 1003.1-2008 ("POSIX") that some modern systems 147 Where mandoc is using ANSI C or POSIX features that some systems
|
H A D | predefs.in | 55 PREDEF("Ai", "ANSI")
|
/freebsd/contrib/byacc/ |
H A D | README | 4 to make it ANSI C compliant - Thomas Dickey
|
H A D | config_h.in | 87 /* Define if you have the ANSI C header files. */
|
/freebsd/cddl/usr.sbin/dwatch/libexec/ |
H A D | systop | 45 # Here we override the default EVENT_TAG to include ANSI cursor-homing and
|
/freebsd/contrib/less/ |
H A D | NEWS | 229 * Fix ANSI color bug when overstriking with colored chars (github #276). 468 * Do same ANSI escape code filtering for tag matching that we do for 490 * Fix erroneous binary file warning when UTF-8 file contains ANSI SGR sequences. 501 . Use ANSI prototypes in funcs.h declarations. 671 * Fix non-ANSI-compliant code that caused problems with some compilers. 709 * Fix search bug when using -R and text contains ANSI color escape sequences. 776 * Don't warn that file is binary if it merely contains ANSI color sequences 906 * Searching works better with ANSI (SGR) escape sequences. 907 ANSI color escape sequences are now supported in the MS-DOS (DJGPP) version. 917 * Improved horizontal shifting of text using -R option with ANSI colo [all...] |
/freebsd/contrib/unifdef/ |
H A D | INSTALL | 5 * unifdef is mostly ANSI C, with a few unixisms
|
/freebsd/contrib/sendmail/contrib/ |
H A D | rmail.oldsys.patch | 9 fixes it to compile with compilers which don't understand ANSI function
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | EC.asn1 | 27 -- Named Elliptic Curves in ANSI X9.62.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DSA_sign.pod | 62 Standard, DSS), ANSI X9.30
|
/freebsd/contrib/openbsm/config/ |
H A D | config.h.in | 250 /* Define to 1 if you have the ANSI C header files. */ 290 /* Define to empty if `const' does not conform to ANSI C. */
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.def | 68 DIAGOPT(ShowColors, 1, 0) /// Show diagnostics with ANSI color sequences.
|
/freebsd/tools/tools/ |
H A D | README | 10 ansify Convert K&R-style function definitions to ANSI style
|