/src/games/hack/ |
Makefile | 6 PROG= hack 8 DPSRCS+=hack.onames.h hack.h 9 SRCS+= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \ 10 hack.do.c hack.do_name.c hack.do_wear.c hack.dog.c hack.eat.c [all...] |
hack.sh | 2 # $NetBSD: hack.sh,v 1.3 2003/04/02 18:36:40 jsm Exp $ 39 # Copyright (c) 1982 Jay Fenlason <hack@gnu.org> 66 HACK=$HACKDIR/hack 72 exec $HACK $@ 75 exec $HACK $@ $MAXNROFPLAYERS
|
/src/distrib/utils/libhack/ |
Makefile | 7 LIB= hack
|
/src/sys/modules/arch/powerpc/powerpc-booke/ |
bsd.powerpc-booke.mk | 15 # hack into bsd.kmodule.mk
|
/src/games/ |
Makefile | 14 hack hals_end hangman hunt larn mille monop morse number \
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
driver.h | 21 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_nvif.c | 116 nvkm_client_ioctl(void *priv, bool super, void *data, u32 size, void **hack) 118 return nvkm_ioctl(priv, super, data, size, hack);
|
/src/sys/arch/sgimips/sgimips/ |
arcemu.c | 448 char *hack; local in function:arcemu_GetEnvironmentVariable 450 hack = strstr(nvram.bootfile, ",8)"); 451 if (hack != NULL) 452 hack[1] = '0';
|
/src/sys/arch/vax/boot/common/ |
srt0.S | 67 calls $0,_C_LABEL(niclose) # Evil hack to shutdown DEBNA.
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
sun50i-h6-orangepi-lite2.dts | 45 * both always on as a ugly hack.
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
nouveau_nvif_object.c | 36 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) 53 data, size, hack);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
nouveau_nvkm_core_ioctl.c | 462 void *data, u32 size, void **hack) 485 if (hack) { 486 *hack = client->data;
|
/src/usr.bin/make/unit-tests/ |
cond-short.mk | 219 # ugly hack in TryParseNumber that treats an empty string as a valid numerical 222 # only due to the ugly hack 251 # ugly hack in TryParseNumber that treats an empty string as a valid numerical 254 # only due to the ugly hack
|
varmod-ifelse.mk | 108 # This hack does not work for variables from .for loops since these are
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
rk3399-gru-scarlet.dtsi | 120 * This is a hack to make sure the Bluetooth part of the QCA6174A 158 /* See bt_3v3 hack above */
|
rk3399-gru-chromebook.dtsi | 178 * This is a bit of a hack. The WiFi module should be reset at least
|
rk3399-gru.dtsi | 460 vpcie1v8-supply = <&wlan_pd_n>; /* HACK: see &wlan_pd_n */ 730 * to hack this as gpio, so the EP could be able to
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
msm8998-clamshell.dtsi | 96 /* hack until we rig up the gpu consumer */
|
msm8998-mtp.dtsi | 128 /* hack until we rig up the gpu consumer */
|
msm8994-sony-xperia-kitakami.dtsi | 192 /* hack until we rig up the gpu consumer */
|
msm8998-oneplus-common.dtsi | 242 /* hack until we rig up the gpu consumer */
|
/src/sys/arch/next68k/next68k/ |
locore.s | 312 | This is a hack to get PA=KVA when turning on MMU as mentioned above.
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 4226 # This hack is so that the source file can tell whether it is being 4302 # This hack is so that the source file can tell whether it is being 4550 # This hack is so that the source file can tell whether it is being 4654 # This hack is so that the source file can tell whether it is being 5166 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. 5573 # FIXME: Setting linknames here is a bad hack. 5612 # FIXME: Setting linknames here is a bad hack. 6646 # FIXME: Setting linknames here is a bad hack. 6893 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. 7622 # hack all around it, let's just trust "g++" to DTRT [all...] |