Home
last modified time | relevance | path

Searched refs:undefined (Results 1 – 25 of 127) sorted by relevance

123456

/dragonfly/contrib/gcc-4.7/gcc/doc/
HDbugreport.texi45 @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}
HDinterface.texi67 automatic variables that are not declared @code{volatile} have undefined
/dragonfly/tools/regression/bin/sh/expansion/
HDplus-minus1.034 # Dquotes in dquotes is undefined for Bourne shell operators
39 # Dquotes in dquotes is undefined for Bourne shell operators
HDplus-minus3.029 # POSIX leaves this undefined, and various other shells treat
/dragonfly/contrib/file/magic/Magdir/
HDconvex55 >84 belong&0x18000000 =0x18000000 undefined fpmode
69 >84 belong&0x18000000 =0x18000000 undefined fpmode
/dragonfly/tools/regression/bin/sh/parser/
HDdollar-quote9.03 # POSIX and C99 say D800-DFFF are undefined in a universal character name.
/dragonfly/sys/contrib/dev/acpica/tests/misc/
HDconverterSample.asl34 // ACPI: Overflow conditions are ignored and results are undefined.
/dragonfly/etc/rc.d/
HDvkernel52 … warn "Missing or undefined binary for vkernel '${_vkernel}'. Skipping."
/dragonfly/libexec/rtld-elf/
HDMakefile27 LDFLAGS+= -nostdlib -Wl,-e.rtld_start,--no-undefined
/dragonfly/contrib/tre/lib/
HDtre-match-utils.h87 #error TRE_MULTIBYTE undefined
115 #error TRE_WCHAR undefined
/dragonfly/stand/boot/pc32/loader/
HDhelp.i38619 overridden, or system behaviour will be undefined.
/dragonfly/share/i18n/csmapper/APPLE/
DUCS%TURKISH.src104 # 0xF5 code point undefined in Mac OS Turkish). This gives a total
113 # 0xF8A0 undefined1, used to map the single undefined code point
DTURKISH%UCS.src104 # 0xF5 code point undefined in Mac OS Turkish). This gives a total
113 # 0xF8A0 undefined1, used to map the single undefined code point
DGREEK%UCS.src111 # code point 0xFF was undefined. In Mac OS 9.2.2 and later versions,
137 # 0xFF, changed from undefined to 0x00AD SOFT HYPHEN
DUCS%GREEK.src111 # 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/
HDset2040 38 %s\t\tis undefined\n
/dragonfly/usr.bin/rpcgen/
HDrpc_cout.c110 undefined(const char *type) in undefined() function
186 if (undefined(type) && prefix) in print_ifsizeof()
/dragonfly/usr.bin/dsynth/
HDprogress.js67 if (canvas.getContext === undefined) {
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-rx.texi76 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/
HDld.texinfo677 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/
HDjit-reader.in192 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/
Dvalarray205 * 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/
Dvalarray203 * 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/
HDconfig.log4798 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/
HDcommon.opt551 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