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

12

/freebsd-9.3-release/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"
324 arith_t arith(const char *s) function
375 i = arith(p);
H A Dexpand.c78 #include "arith.h"
447 result = arith(p+2);
/freebsd-9.3-release/sys/boot/arm/ixp425/
H A DMakefile.inc18 -Wpointer-arith -Wshadow -Wwrite-strings \
/freebsd-9.3-release/sys/boot/arm/at91/
H A DMakefile.inc18 -Wpointer-arith -Wshadow -Wwrite-strings \
/freebsd-9.3-release/contrib/gdtoa/
H A Dmakefile35 all: arith.h gd_qnan.h gdtoa.a
37 arith.h: arithchk.c
39 ./a.out >arith.h
42 gd_qnan.h: arith.h qnan.c
85 rm -f arith.h gd_qnan.h *.[ao] Printf xsum.out xsum1.out
/freebsd-9.3-release/sys/modules/mlx4ib/
H A DMakefile27 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-9.3-release/sys/modules/mlxen/
H A DMakefile28 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-9.3-release/sys/modules/mlx4/
H A DMakefile29 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-9.3-release/sys/modules/mthca/
H A DMakefile31 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-9.3-release/tools/regression/geom/ConfCmp/
H A DMakefile11 CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -static
/freebsd-9.3-release/sys/boot/i386/boot2/
H A DMakefile39 -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A DMakefile44 -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
/freebsd-9.3-release/contrib/one-true-awk/
H A Dproto.h169 extern Cell *arith(Node **, int);
H A Drun.c1000 Cell *arith(Node **a, int n) /* a[0] + a[1], etc. also -a[0] */ function
/freebsd-9.3-release/contrib/dtc/
H A DMakefile19 CFLAGS = -Wall -g -Os -fPIC -Wpointer-arith -Wcast-qual
/freebsd-9.3-release/sys/modules/zfs/
H A DMakefile118 CWARNFLAGS+=-Wno-pointer-arith
/freebsd-9.3-release/contrib/bmake/mk/
H A Dwarnings.mk39 -Wpointer-arith \
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk43 -Wmissing-prototypes -Wpointer-arith
/freebsd-9.3-release/sys/conf/
H A Dkern.pre.mk162 OFEDNOERR= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
H A Dkern.mk7 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
/freebsd-9.3-release/contrib/tzdata/
H A DMakefile164 -Wold-style-definition -Woverlength-strings -Wpointer-arith \
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf92 Karith arith
/freebsd-9.3-release/contrib/libreadline/
H A DMakefile.in88 GCC_LINT_FLAGS = -ansi -Wall -Wshadow -Wpointer-arith -Wcast-qual \
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A DMakefile12 CC=gcc -Wall -Wuninitialized -Wstrict-prototypes -O -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Werror

Completed in 503 milliseconds

12