Searched refs:undefined (Results 1 – 25 of 127) sorted by relevance
123456
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | bugreport.texi | 45 @cindex undefined behavior 46 @cindex undefined function value 53 program whose behavior is undefined, which happened by chance to give 58 results. But the value of the function is undefined if @code{return}
|
| HD | interface.texi | 67 automatic variables that are not declared @code{volatile} have undefined
|
| /dragonfly/tools/regression/bin/sh/expansion/ |
| HD | plus-minus1.0 | 34 # Dquotes in dquotes is undefined for Bourne shell operators 39 # Dquotes in dquotes is undefined for Bourne shell operators
|
| HD | plus-minus3.0 | 29 # POSIX leaves this undefined, and various other shells treat
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | convex | 55 >84 belong&0x18000000 =0x18000000 undefined fpmode 69 >84 belong&0x18000000 =0x18000000 undefined fpmode
|
| /dragonfly/tools/regression/bin/sh/parser/ |
| HD | dollar-quote9.0 | 3 # POSIX and C99 say D800-DFFF are undefined in a universal character name.
|
| /dragonfly/sys/contrib/dev/acpica/tests/misc/ |
| HD | converterSample.asl | 34 // ACPI: Overflow conditions are ignored and results are undefined.
|
| /dragonfly/etc/rc.d/ |
| HD | vkernel | 52 … warn "Missing or undefined binary for vkernel '${_vkernel}'. Skipping."
|
| /dragonfly/libexec/rtld-elf/ |
| HD | Makefile | 27 LDFLAGS+= -nostdlib -Wl,-e.rtld_start,--no-undefined
|
| /dragonfly/contrib/tre/lib/ |
| HD | tre-match-utils.h | 87 #error TRE_MULTIBYTE undefined 115 #error TRE_WCHAR undefined
|
| /dragonfly/stand/boot/pc32/loader/ |
| HD | help.i386 | 19 overridden, or system behaviour will be undefined.
|
| /dragonfly/share/i18n/csmapper/APPLE/ |
| D | UCS%TURKISH.src | 104 # 0xF5 code point undefined in Mac OS Turkish). This gives a total 113 # 0xF8A0 undefined1, used to map the single undefined code point
|
| D | TURKISH%UCS.src | 104 # 0xF5 code point undefined in Mac OS Turkish). This gives a total 113 # 0xF8A0 undefined1, used to map the single undefined code point
|
| D | GREEK%UCS.src | 111 # code point 0xFF was undefined. In Mac OS 9.2.2 and later versions, 137 # 0xFF, changed from undefined to 0x00AD SOFT HYPHEN
|
| D | UCS%GREEK.src | 111 # code point 0xFF was undefined. In Mac OS 9.2.2 and later versions, 137 # 0xFF, changed from undefined to 0x00AD SOFT HYPHEN
|
| /dragonfly/contrib/tcsh-6/nls/finnish/ |
| HD | set20 | 40 38 %s\t\tis undefined\n
|
| /dragonfly/usr.bin/rpcgen/ |
| HD | rpc_cout.c | 110 undefined(const char *type) in undefined() function 186 if (undefined(type) && prefix) in print_ifsizeof()
|
| /dragonfly/usr.bin/dsynth/ |
| HD | progress.js | 67 if (canvas.getContext === undefined) {
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-rx.texi | 76 generating an undefined reference to a symbol called @code{__gp} for 85 generating an undefined reference to a symbol called @code{__pid_base},
|
| /dragonfly/contrib/binutils-2.27/ld/ |
| HD | ld.texinfo | 677 was undefined in some object which appeared before the archive on the 679 archive. However, an undefined symbol in an object appearing later on 966 @kindex --undefined=@var{symbol} 967 @cindex undefined symbol 969 @itemx --undefined=@var{symbol} 970 Force @var{symbol} to be entered in the output file as an undefined 973 different option arguments to enter additional undefined symbols. This 978 undefined, then the option @option{--require-defined} should be used 986 is the same as option @option{--undefined} except that if @var{symbol} 1078 This option is useful when you have an undefined symbol in your link but [all …]
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | jit-reader.in | 192 assumed to be undefined */ 257 A register can also be "set" to an undefined value by setting the
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | valarray | 205 * Assign elements of array to values in @a sa. Results are undefined 215 * Assign elements of array to values in @a ga. Results are undefined 225 * Assign elements of array to values in @a ma. Results are undefined 235 * Assign elements of array to values in @a ia. Results are undefined 246 * Assign elements of array to values in @a __l. Results are undefined
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | valarray | 203 * Assign elements of array to values in @a sa. Results are undefined 213 * Assign elements of array to values in @a ga. Results are undefined 223 * Assign elements of array to values in @a ma. Results are undefined 233 * Assign elements of array to values in @a ia. Results are undefined 244 * Assign elements of array to values in @a __l. Results are undefined
|
| /dragonfly/crypto/openssh/ |
| HD | config.log | 4798 conftest.c:103: error: undefined reference to 'getspnam' 4912 conftest.c:84: error: undefined reference to 'getspnam' 5159 conftest.c:89: error: undefined reference to 'fmt_scaled' 5256 conftest.c:89: error: undefined reference to 'fmt_scaled' 5354 conftest.c:89: error: undefined reference to 'fmt_scaled' 5453 conftest.c:89: error: undefined reference to 'scan_scaled' 5550 conftest.c:89: error: undefined reference to 'scan_scaled' 5648 conftest.c:89: error: undefined reference to 'scan_scaled' 5747 conftest.c:89: error: undefined reference to 'login' 5844 conftest.c:89: error: undefined reference to 'login' [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | common.opt | 551 Warn if a loop with constant number of iterations triggers undefined behavior. 645 Warn if dereferencing a NULL pointer may lead to erroneous or undefined behavior. 722 Warn about optimizations that assume that signed overflow is undefined. 726 Warn about optimizations that assume that signed overflow is undefined. 1022 After diagnosing undefined behavior attempt to continue execution. 1031 fsanitize-undefined-trap-on-error 1033 Use trap instead of a library function for undefined behavior sanitization. 2423 Treat signed overflow as undefined. Negated as -fwrapv -fwrapv-pointer. 2566 Detect paths that trigger erroneous or undefined behavior due to 2568 flow and turn the statement with erroneous or undefined behavior into a trap. [all …]
|
123456