Home
last modified time | relevance | path

Searched refs:ANSI (Results 1 – 25 of 146) sorted by relevance

123456

/freebsd/contrib/gdtoa/
H A Dgdtoa.h48 #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 Dgdtoaimp.h213 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 Dstdio1.h40 #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 Dprintf.c025 /* 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 Demx.src81 #### 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 Dterminfo.src116 # 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 DCoreProperties.td76 …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 Daix1 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 DNOTES-VMS.md5 - [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 DINSTALL8 = NOTE: You will need an ANSI C compiler. =
57 = NOTE: You will need an ANSI C compiler. =
/freebsd/contrib/file/magic/Magdir/
H A Drtf30 # 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 Dctags.test65 routine4(int one, char (*two)(void)) /* test ANSI arguments */
/freebsd/contrib/mandoc/
H A DINSTALL137 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 Dpredefs.in55 PREDEF("Ai", "ANSI")
/freebsd/contrib/byacc/
H A DREADME4 to make it ANSI C compliant - Thomas Dickey
H A Dconfig_h.in87 /* Define if you have the ANSI C header files. */
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dsystop45 # Here we override the default EVENT_TAG to include ANSI cursor-homing and
/freebsd/contrib/less/
H A DNEWS229 * 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 DINSTALL5 * unifdef is mostly ANSI C, with a few unixisms
/freebsd/contrib/sendmail/contrib/
H A Drmail.oldsys.patch9 fixes it to compile with compilers which don't understand ANSI function
/freebsd/crypto/openssl/providers/common/der/
H A DEC.asn127 -- Named Elliptic Curves in ANSI X9.62.
/freebsd/crypto/openssl/doc/man3/
H A DDSA_sign.pod62 Standard, DSS), ANSI X9.30
/freebsd/contrib/openbsm/config/
H A Dconfig.h.in250 /* 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 DDiagnosticOptions.def68 DIAGOPT(ShowColors, 1, 0) /// Show diagnostics with ANSI color sequences.
/freebsd/tools/tools/
H A DREADME10 ansify Convert K&R-style function definitions to ANSI style

123456