Searched refs:DEFS (Results 26 - 50 of 273) sorted by relevance

1234567891011

/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dmemcpy.c42 #define DEFS 8192 macro
45 static long long opts = DEFS;
70 DEFS);
H A Dmemmove.c42 #define DEFS 8192 macro
45 static long long opts = DEFS;
70 DEFS);
H A Dwritev.c51 #define DEFS 1024 macro
55 static int opts = DEFS;
72 DEFF, DEFS, DEFV, IOV_MAX, SSIZE_MAX);
H A Dmemset.c42 #define DEFS 8192 macro
44 static long long opts = DEFS;
68 DEFS);
/macosx-10.10.1/ICU-531.30/icuSources/config/
H A Dmh-alpha-linux-cc7 #GEN_DEPS.c= $(CC) $(DEFS) $(CPPFLAGS) -MD -c -msg_quiet
8 #GEN_DEPS.cc= $(CXX) $(DEFS) $(CPPFLAGS) -D__USE_STD_IOSTREAM -c -MD -msg_quiet
24 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -signed -accept nogccinline
25 COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -signed -D__USE_STD_IOSTREAM -accept nogcc_inline
H A Dmh-alpha-osf7 #GEN_DEPS.c= $(CC) $(DEFS) $(CPPFLAGS) -MD -c -msg_quiet
8 #GEN_DEPS.cc= $(CXX) $(DEFS) $(CPPFLAGS) -D__USE_STD_IOSTREAM -c -MD -msg_quiet
24 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c
25 COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -D__USE_STD_IOSTREAM
H A Dmh-bsd-gcc7 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
8 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
H A Dmh-haiku8 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
9 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
H A Dmh-qnx14 GEN_DEPS.c= $(CC) -E -Wp,-MM $(DEFS) $(CPPFLAGS)
15 GEN_DEPS.cc= $(CXX) -E -Wp,-MM $(DEFS) $(CPPFLAGS)
H A Dmh-os40010 GEN_DEPS.c= $(CC1) -E -M $(DEFS) $(CPPFLAGS)
11 GEN_DEPS.cc= $(CXX1) -E -M $(DEFS) $(CPPFLAGS)
21 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY
22 COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY -qRTTIALL
H A Dmh-alpha-linux-gcc7 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
8 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
H A Dmh-linux7 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
8 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) $(CXXFLAGS)
H A Dmh-linux-va7 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
8 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
H A Dmh-mpras14 GEN_DEPS.c= $(CC) -Hnocopyr -I/usr/include -Hcpplvl=3 -Xa -Hmake $(DEFS) $(CPPFLAGS)
15 GEN_DEPS.cc= $(CXX) -Hnocopyr -I/usr/include -Hcpplvl=3 -Xa -Hmake $(DEFS) $(CPPFLAGS)
H A Dmh-solaris-gcc12 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
13 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A DMakefile23 DEFS=-DSLAPD_OVER_RDNVAL=2 -DSLAPD_OVER_PGUID=2 -DSLAPD_OVER_VERNUM=2 macro
45 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
52 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
59 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allowed/
H A DMakefile21 DEFS=-DSLAPD_OVER_ALLOWED=SLAPD_MOD_DYNAMIC macro
34 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/smbk5pwd/
H A DMakefile20 DEFS=-DDO_KRB5 -DDO_SAMBA -DDO_SHADOW macro
44 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dmakefile.vms-in20 CFLAGS=/include=([],[-.include],[-.bfd])$(DEFS)
21 DEFS=/define=("TARGET=$(TARGET)")
24 CFLAGS=/noopt/debug/include=([],[-.include],[-.bfd])$(DEFS)\
26 DEFS=/define=("TARGET=$(TARGET)","const=","unlink=remove")
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A DGenLibDeps.pl110 open DEFS, "$nmPath -sg $Directory/$lib|";
111 while (<DEFS>) {
126 close DEFS or die "nm failed";
167 open DEFS, "$nmPath -g $Directory/$lib|";
168 while (<DEFS>) {
171 s/\015?\012//; # not sure if <DEFS> is in binmode and uses LF or CRLF.
175 close DEFS or die "nm failed";
181 open DEFS, "$nmPath -g $Directory/$obj |";
182 while (<DEFS>) {
185 s/\015?\012//; # not sure if <DEFS> i
[all...]
/macosx-10.10.1/man-16/man/
H A Dconfigure219 compile="$CC $DEFS conftest.c -o conftest $LIBS >/dev/null 2>&1"
229 DEFS="$DEFS -DSTDC_HEADERS"
244 DEFS="$DEFS -DPOSIX"
253 else DEFS="$DEFS -DUSG"
264 DEFS="$DEFS -Duid_t=${uid_t} -Dgid_t=${uid_t}"
271 case "$DEFS" i
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/extra/scrptrun/
H A DMakefile.in25 DEFS = @DEFS@
/macosx-10.10.1/ICU-531.30/icuSources/test/thaitest/
H A DMakefile.in22 DEFS = @DEFS@
/macosx-10.10.1/ICU-531.30/icuSources/test/threadtest/
H A DMakefile.in25 DEFS = @DEFS@
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_fstat.c51 #define DEFS 1024 macro
54 // static long long opts = DEFS;

Completed in 302 milliseconds

1234567891011