| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | standards.texi | 51 @cindex freestanding implementation 52 @cindex freestanding environment 138 freestanding implementation} is only required to provide certain 144 required for freestanding implementations. 147 @dfn{freestanding environment}, required of all implementations and 149 freestanding implementations, where the handling of program startup 154 of a program running in a freestanding environment; 159 GCC aims towards being usable as a conforming freestanding 165 freestanding implementation for a freestanding environment, use the 175 freestanding implementations on all platforms. [all …]
|
| D | implement-cxx.texi | 25 system (or other environment when compiling for a freestanding
|
| D | trouble.texi | 497 GCC by itself attempts to be a conforming freestanding implementation. 1041 freestanding implementation should define @code{__STDC__} even though it 1043 conforming freestanding implementation, and it is therefore required to
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_modes.c | 1478 bool freestanding, in drm_mode_parse_cmdline_extra() argument 1487 if (freestanding) in drm_mode_parse_cmdline_extra() 1493 if (freestanding) in drm_mode_parse_cmdline_extra() 1643 bool freestanding, in drm_mode_parse_cmdline_options() argument 1718 if (rotation && freestanding) in drm_mode_parse_cmdline_options() 1768 bool freestanding = false, parse_extras = false; in drm_mode_parse_command_line_for_connector() local 1848 freestanding = true; in drm_mode_parse_command_line_for_connector() 1885 ret = drm_mode_parse_cmdline_extra(extra_ptr, len, freestanding, in drm_mode_parse_command_line_for_connector() 1893 freestanding, in drm_mode_parse_command_line_for_connector()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| D | main.c | 50 int freestanding; variable 120 freestanding = flagval; in fflags()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| D | main.c | 51 int freestanding; variable 122 freestanding = flagval; in fflags()
|
| /netbsd/src/external/gpl2/xcvs/dist/ |
| D | HACKING | 215 CVS is now assuming a freestanding C89 compiler. If you don't have one, you 216 should find an old release of GCC that did not require a freestanding C89 218 if you wish, then build CVS using GCC as your freestanding C89 compiler. 220 A freestanding C89 compiler is guaranteed to support function prototypes, 224 freestanding C89 implementation: <float.h>, <limits.h>, <stdarg.h>, <stddef.h>. 227 a C89 compiler (freestanding compiler). We are not currently assuming that the 238 even on systems where it is installed as a freestanding compiler when the
|
| /netbsd/src/sys/arch/sparc/stand/boot/ |
| D | Makefile | 12 CFLAGS+= -freestanding
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cc/ |
| D | cc.c | 280 int freestanding; variable 593 freestanding = j ? 0 : 1; in main() 1611 { &freestanding, 1, "-D__STDC_HOSTED__=0" }, 1612 { &freestanding, 0, "-D__STDC_HOSTED__=1" }, 1857 { &freestanding, 1, "-ffreestanding" },
|
| /netbsd/src/external/mit/expat/dist/ |
| D | expat_config.h.in | 97 required in a freestanding environment). This macro is provided for
|
| /netbsd/src/external/bsd/libbind/dist/ |
| D | configure | 9137 <limits.h> exists even on freestanding compilers. */ 9285 <limits.h> exists even on freestanding compilers. */ 22744 <limits.h> exists even on freestanding compilers. */ 23040 <limits.h> exists even on freestanding compilers. */ 23236 <limits.h> exists even on freestanding compilers. */ 23365 <limits.h> exists even on freestanding compilers. */ 23471 <limits.h> exists even on freestanding compilers. */ 23559 <limits.h> exists even on freestanding compilers. */ 23647 <limits.h> exists even on freestanding compilers. */ 23735 <limits.h> exists even on freestanding compilers. */ [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
| D | cstdlib | 47 // The C standard does not require a freestanding implementation to
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
| D | cstdlib | 47 // The C standard does not require a freestanding implementation to
|
| /netbsd/src/external/bsd/openpam/dist/ |
| D | config.h.in | 118 required in a freestanding environment). This macro is provided for
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | crossconfig.m4 | 9 # This is a freestanding configuration; there is nothing to do here.
|
| D | ChangeLog | 4041 (__cpp_lib_hardware_interference_size): Define for freestanding. 4046 freestanding. 4061 <bits/atomic_wait.h> for freestanding. 5327 freestanding. 5330 freestanding. 5347 * include/Makefile.am: Install <coroutine> for freestanding. 5421 nothing for freestanding builds. 5425 freestanding builds. 5427 for freestanding builds.
|
| D | ChangeLog-2004 | 2459 * acinclude.m4: (GLIBCXX_ENABLED_HOSTED): Default to freestanding 2463 when freestanding. Do not bring names into std:: namespace with 2464 "using" when freestanding. Declare required functions and macros 2465 when freestanding. 2467 when freestanding. 2468 * libsupc++/del_op.cc: Declare "free" only when freestanding. 2470 (malloc): Declare when freestanding. 2476 * libsupc++/new_op.cc: Declare "malloc" when freestanding. 2478 freestanding. 2480 freestanding. [all …]
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | config.h.in | 247 required in a freestanding environment). This macro is provided for
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | config.h.in | 332 required in a freestanding environment). This macro is provided for
|
| /netbsd/src/external/bsd/less/dist/ |
| D | defines.h.in | 457 required in a freestanding environment). This macro is provided for
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ |
| D | Makefile.am | 1427 install-data-local: install-freestanding-headers 1438 install-freestanding-headers:
|
| /netbsd/src/external/bsd/file/dist/ |
| D | config.h.in | 330 required in a freestanding environment). This macro is provided for
|
| /netbsd/src/external/gpl2/lvm2/dist/ |
| D | configure | 6455 <limits.h> exists even on freestanding compilers. */ 6560 <limits.h> exists even on freestanding compilers. */ 6851 <limits.h> exists even on freestanding compilers. */ 7260 <limits.h> exists even on freestanding compilers. */ 8721 <limits.h> exists even on freestanding compilers. */ 8888 <limits.h> exists even on freestanding compilers. */ 8982 <limits.h> exists even on freestanding compilers. */ 13456 <limits.h> exists even on freestanding compilers. */ 14014 <limits.h> exists even on freestanding compilers. */ 14607 <limits.h> exists even on freestanding compilers. */
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | config.h.in | 490 required in a freestanding environment). This macro is provided for
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | c++config | 832 // This header is not installed for freestanding:
|