HomeSort by: relevance | last modified time | path
    Searched refs:anything (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/tests/usr.bin/xlint/lint1/
gcc_cast_union.c 16 union anything { union
62 union anything any;
64 any = (union anything)(_Bool)0;
65 any = (union anything)(char)'\0';
66 any = (union anything)(signed char)'\0';
67 any = (union anything)(unsigned char)'\0';
68 any = (union anything)(short)'\0';
69 any = (union anything)(unsigned short)'\0';
70 any = (union anything)(int)'\0';
71 any = (union anything)(unsigned int)'\0'
    [all...]
msg_247.c 52 * about endianness, but that's not something lint can do anything about. The
358 } anything; typedef in typeref:union:__anonfaac1da8040a
364 static anything *p_anything;
379 /* expect+1: warning: invalid combination of 'pointer to union typedef anything' and 'pointer to double', op '=' [124] */
381 /* OK, since the union 'anything' has a 'double' member. */
382 p_anything = (anything *)p_double;
383 /* expect+1: warning: invalid combination of 'pointer to double' and 'pointer to union typedef anything', op '=' [124] */
385 /* OK, since the union 'anything' has a 'double' member. */
392 /* expect+1: warning: invalid combination of 'pointer to function(void) returning void' and 'pointer to union typedef anything', op '=' [124] */
393 p_function = (anything *)p_int
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_add_impl.inc 26 // NaN + anything = qNaN
28 // anything + NaN = qNaN
34 // +/-infinity + anything remaining = +/- infinity
38 // anything remaining + +/-infinity = +/-infinity
41 // zero + anything = anything
48 // anything + zero = anything
77 // anything.)
fp_mul_impl.inc 32 // NaN * anything = qNaN
34 // anything * NaN = qNaN
51 // zero * anything = +/- zero
53 // anything * zero = +/- zero
65 // won't hurt anything.)
  /src/usr.bin/make/unit-tests/
opt-debug-graph1.mk 4 # graph before making anything.
deptgt-notparallel.mk 4 # prevents the job module from doing anything in parallel, by setting the
opt-no-action-touch.mk 45 # does not output anything.
opt-debug-jobs.mk 25 # to unescape anything.
recursive.mk 4 # This would stop make from doing anything since the "recursive" error
directive.mk 36 # Not even the space after the '.info' can change anything about this.
directive-include.mk 31 # As of 2020-11-21, anything after the delimiter '"' is ignored.
32 .include "/dev/null" and ignore anything in the rest of the line.
deptgt-end-fail.mk 68 # anything and thus has been dropped. To run some commands on error, use the
directive-export-impl.mk 52 # Now the referenced variable gets defined. This does not influence anything
  /src/distrib/mac68k/miniroot/
install.md 147 As with anything which modifies your hard disk's contents, this
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 75 // We don't need to do anything here. We're not registering new zones, so we
306 // I don't think we support anything like this
  /src/games/hack/
hack.makemon.c 88 boolean anything = (!ptr); local in function:makemon
169 if (anything)
  /src/share/mk/
bsd.klinks.mk 42 # XXX .BEGIN is used to make sure the links are done before anything else.
  /src/libexec/httpd/lua/
optparse.lua 12 -- <opt> the option string to be used (can be anything, if one letter opt, then should be -x val, more letters: -xy=val )
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
tegra30-asus-nexus7-grouper-ti-pmic.dtsi 86 /* LDO3 is not connected to anything */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/bitmain/
bm1880-sophon-edge.dts 14 * anything the board)
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test_helpers.mm 45 // Because the +load methods are invoked before anything else is initialized,
64 // Don't print anything here not to interfere with the death tests.
  /src/distrib/sets/
fmt-list 242 -- anything.
270 -- There is no reason to change anything here.
  /src/sys/external/bsd/drm/dist/
configure.ac 79 dnl skipped and all flags rechecked. So there's no need to do anything
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h6-orangepi.dtsi 257 * Using it as anything but a USB host is unsafe.
  /src/sys/external/isc/libsodium/dist/m4/
lt~obsolete.m4 27 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything

Completed in 38 milliseconds

1 2 3