| /freebsd-14.2/contrib/gdtoa/ |
| H A D | makefile | 37 all: arith.h gd_qnan.h gdtoa.a 39 arith.h: arithchk.c 41 ./a.out >arith.h 44 gd_qnan.h: arith.h qnan.c 87 rm -f arith.h gd_qnan.h *.[ao] Printf xsum.out xsum1.out
|
| /freebsd-14.2/bin/sh/ |
| H A D | arith.h | 36 arith_t arith(const char *);
|
| H A D | arith_yacc.c | 324 arith_t arith(const char *s) in arith() function 375 i = arith(p); in letcmd()
|
| /freebsd-14.2/contrib/blocklist/port/ |
| H A D | configure.ac | 65 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \ 72 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
|
| /freebsd-14.2/contrib/elftoolchain/libpe/ |
| H A D | os.Linux.mk | 4 -Wmissing-prototypes -Wpointer-arith -Wreturn-type \
|
| /freebsd-14.2/sys/contrib/zstd/ |
| H A D | .buckconfig | 3 …-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith
|
| /freebsd-14.2/sys/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 459 CFLAGS.zfs_fletcher.c= -Wno-cast-qual -Wno-pointer-arith 460 CFLAGS.zfs_fletcher_avx512.c= -Wno-cast-qual -Wno-pointer-arith 461 CFLAGS.zfs_fletcher_intel.c= -Wno-cast-qual -Wno-pointer-arith 462 CFLAGS.zfs_fletcher_sse.c= -Wno-cast-qual -Wno-pointer-arith 466 CFLAGS.zfs_vnops_os.c= -Wno-pointer-arith 467 CFLAGS.zfs_zstd.c= -Wno-cast-qual -Wno-pointer-arith
|
| /freebsd-14.2/sys/modules/zfs/ |
| H A D | Makefile | 428 CFLAGS.zfs_fletcher.c= -Wno-cast-qual -Wno-pointer-arith 429 CFLAGS.zfs_fletcher_avx512.c= -Wno-cast-qual -Wno-pointer-arith 430 CFLAGS.zfs_fletcher_intel.c= -Wno-cast-qual -Wno-pointer-arith 431 CFLAGS.zfs_fletcher_sse.c= -Wno-cast-qual -Wno-pointer-arith 435 CFLAGS.zfs_vnops_os.c= -Wno-pointer-arith 436 CFLAGS.zfs_zstd.c= -Wno-cast-qual -Wno-pointer-arith
|
| /freebsd-14.2/sys/modules/mlx5fpga_tools/ |
| H A D | Makefile | 17 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
|
| /freebsd-14.2/contrib/libxo/ |
| H A D | warnings.mk | 19 -Wpointer-arith
|
| /freebsd-14.2/sys/modules/ipoib/ |
| H A D | Makefile | 16 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
|
| /freebsd-14.2/sys/modules/mlx4ib/ |
| H A D | Makefile | 29 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
|
| /freebsd-14.2/sys/modules/mlx5ib/ |
| H A D | Makefile | 32 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
|
| /freebsd-14.2/sys/modules/mlx4/ |
| H A D | Makefile | 36 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
|
| /freebsd-14.2/sys/modules/mthca/ |
| H A D | Makefile | 34 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
|
| /freebsd-14.2/tools/regression/capsicum/syscalls/ |
| H A D | Makefile | 6 CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
|
| /freebsd-14.2/contrib/elftoolchain/libelf/ |
| H A D | os.Linux.mk | 23 CFLAGS+= -Wpointer-arith
|
| /freebsd-14.2/sys/modules/mlx5en/ |
| H A D | Makefile | 38 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
|
| /freebsd-14.2/sys/modules/bnxt/bnxt_re/ |
| H A D | Makefile | 22 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
|
| /freebsd-14.2/tools/regression/geom/ConfCmp/ |
| H A D | Makefile | 10 CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -static
|
| /freebsd-14.2/sys/modules/qlnx/qlnxr/ |
| H A D | Makefile | 86 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
|
| /freebsd-14.2/sys/modules/ibcore/ |
| H A D | Makefile | 58 CWARNFLAGS+= -Wno-cast-qual -Wno-pointer-arith
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lstrlib.c | 288 static int arith (lua_State *L, int op, const char *mtname) { in arith() function 298 return arith(L, LUA_OPADD, "__add"); in arith_add() 302 return arith(L, LUA_OPSUB, "__sub"); in arith_sub() 306 return arith(L, LUA_OPMUL, "__mul"); in arith_mul() 310 return arith(L, LUA_OPMOD, "__mod"); in arith_mod() 314 return arith(L, LUA_OPPOW, "__pow"); in arith_pow() 318 return arith(L, LUA_OPDIV, "__div"); in arith_div() 322 return arith(L, LUA_OPIDIV, "__idiv"); in arith_idiv() 326 return arith(L, LUA_OPUNM, "__unm"); in arith_unm()
|
| /freebsd-14.2/sys/modules/mlx5/ |
| H A D | Makefile | 61 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
|
| /freebsd-14.2/crypto/openssh/regress/unittests/ |
| H A D | Makefile.inc | 43 CDIAGFLAGS+= -Wpointer-arith
|