Searched refs:arith (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-13-stable/bin/sh/
H A Darith.h29 * @(#)arith.h 1.1 (Berkeley) 5/4/95
37 arith_t arith(const char *);
H A Darith_yacc.c43 #include "arith.h"
326 arith_t arith(const char *s) function
377 i = arith(p);
/freebsd-13-stable/contrib/one-true-awk/
H A Dproctab.c154 arith, /* ADD */
155 arith, /* MINUS */
156 arith, /* MULT */
157 arith, /* DIVIDE */
158 arith, /* MOD */
191 arith, /* UMINUS */
192 arith, /* UPLUS */
193 arith, /* POWER */
H A Dproto.h170 extern Cell *arith(Node **, int);
/freebsd-13-stable/sys/modules/mlx5fpga_tools/
H A DMakefile17 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-13-stable/contrib/gdtoa/
H A Dmakefile37 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-13-stable/sys/modules/ipoib/
H A DMakefile17 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd-13-stable/sys/modules/mlx4ib/
H A DMakefile30 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd-13-stable/sys/modules/mlx4/
H A DMakefile35 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd-13-stable/sys/modules/mlx5en/
H A DMakefile36 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-13-stable/sys/modules/mlx5ib/
H A DMakefile32 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-13-stable/sys/modules/mthca/
H A DMakefile35 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd-13-stable/sys/modules/qlnx/qlnxr/
H A DMakefile87 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith
/freebsd-13-stable/tools/regression/capsicum/syscalls/
H A DMakefile7 CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
/freebsd-13-stable/tools/regression/geom/ConfCmp/
H A DMakefile11 CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -static
/freebsd-13-stable/contrib/libxo/
H A Dwarnings.mk19 -Wpointer-arith
/freebsd-13-stable/crypto/openssh/regress/unittests/
H A DMakefile.inc23 CDIAGFLAGS+= -Wpointer-arith
/freebsd-13-stable/sys/modules/mlx5/
H A DMakefile55 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-13-stable/sys/contrib/openzfs/module/
H A DMakefile.bsd335 CFLAGS.zfs_vnops_os.c= -Wno-pointer-arith
337 CFLAGS.zfs_fletcher.c= -Wno-cast-qual -Wno-pointer-arith
338 CFLAGS.zfs_fletcher_intel.c= -Wno-cast-qual -Wno-pointer-arith
339 CFLAGS.zfs_fletcher_sse.c= -Wno-cast-qual -Wno-pointer-arith
340 CFLAGS.zfs_fletcher_avx512.c= -Wno-cast-qual -Wno-pointer-arith
368 CFLAGS.zfs_zstd.c= -Wno-cast-qual -Wno-pointer-arith
/freebsd-13-stable/sys/modules/zfs/
H A DMakefile303 CFLAGS.zfs_vnops_os.c= -Wno-pointer-arith
305 CFLAGS.zfs_fletcher.c= -Wno-cast-qual -Wno-pointer-arith
306 CFLAGS.zfs_fletcher_intel.c= -Wno-cast-qual -Wno-pointer-arith
307 CFLAGS.zfs_fletcher_sse.c= -Wno-cast-qual -Wno-pointer-arith
308 CFLAGS.zfs_fletcher_avx512.c= -Wno-cast-qual -Wno-pointer-arith
336 CFLAGS.zfs_zstd.c= -Wno-cast-qual -Wno-pointer-arith
/freebsd-13-stable/stand/i386/boot2/
H A DMakefile34 -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings
/freebsd-13-stable/crypto/openssh/regress/misc/kexfuzz/
H A DMakefile61 CDIAGFLAGS+= -Wpointer-arith
/freebsd-13-stable/contrib/lua/src/
H A Dlstrlib.c286 static int arith (lua_State *L, int op, const char *mtname) { function
296 return arith(L, LUA_OPADD, "__add");
300 return arith(L, LUA_OPSUB, "__sub");
304 return arith(L, LUA_OPMUL, "__mul");
308 return arith(L, LUA_OPMOD, "__mod");
312 return arith(L, LUA_OPPOW, "__pow");
316 return arith(L, LUA_OPDIV, "__div");
320 return arith(L, LUA_OPIDIV, "__idiv");
324 return arith(L, LUA_OPUNM, "__unm");
/freebsd-13-stable/contrib/bmake/mk/
H A Dwarnings.mk41 -Wpointer-arith \
/freebsd-13-stable/cddl/lib/libzpool/
H A DMakefile264 CFLAGS.zfs_zstd.c= -Wno-cast-qual -Wno-pointer-arith

Completed in 222 milliseconds

12