Searched refs:cflags (Results 26 - 50 of 118) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dlibgcrypt-config.in25 cflags="@LIBGCRYPT_CONFIG_CFLAGS@"
59 [--cflags]
105 --cflags)
134 cflags_final="$cflags"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgpg-error-config30 [--cflags]
60 --cflags)
H A Dgpg-error-config.in30 [--cflags]
60 --cflags)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dversion.c143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
159 cflags=1;
167 date=version=cflags=options=platform=dir=1;
212 if (cflags) printf("%s\n",SSLeay_version(SSLEAY_CFLAGS));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/
H A DMakefile17 cflags-$(CONFIG_ISA_M32R2) += -DNO_FPU -Wa,-bitinst
20 cflags-$(CONFIG_ISA_M32R2) += -DNO_FPU -m32r2
24 cflags-$(CONFIG_ISA_M32R) += -DNO_FPU
27 CFLAGS += $(cflags-y)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dversion.c142 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
158 cflags=1;
166 date=version=cflags=options=platform=dir=1;
199 if (cflags) printf("%s\n",SSLeay_version(SSLEAY_CFLAGS));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/pl/
H A DMingw32.pl20 { $cflags="-DL_ENDIAN -DDSO_WIN32 -g2 -ggdb"; }
22 { $cflags="-DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -mcpu=i486 -Wall"; }
46 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM";
H A DOS2-EMX.pl15 $cflags="-DL_ENDIAN -O3 -fomit-frame-pointer -m486 -Zmtd -Wall ";
16 $cflags.="-Zomf " if $shlib;
20 $cflags.="-g ";
H A DVC-CE.pl15 $cflags=' /W3 /WX /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo $(WCETARGETDEFS) -DUNICODE -D_UNICODE -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DNO_CHMOD -I$(WCECOMPAT)/include';
25 $cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG -DDSO_WIN32";
63 # $cflags =~ s| /MD| /MT|;
69 $cflags.=" /Fd$out_def";
H A DBC-16.pl16 $cflags="-d -ml $op -DL_ENDIAN";
24 $cflags.=" -DOPENSSL_SYSNAME_WIN16";
31 $cflags.=" -DOENSSL_SYSNAME_MSDOS";
H A DVC-16.pl30 $cflags="/ALw /Gx- /Gt256 /Gf $op /W3 /WX -DL_ENDIAN /nologo";
36 $cflags.=" -DOPENSSL_SYSNAME_WIN16";
47 $cflags.=" -DMSDOS";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxml2-config18 --cflags print pre-processor and compiler flags
31 cflags=false
69 --cflags)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A DMingw32.pl20 { $cflags="-DL_ENDIAN -DDSO_WIN32 -g2 -ggdb"; }
22 { $cflags="-DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -march=i486 -Wall"; }
48 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/
H A DMakefile37 cflags-$(CONFIG_CPU_SH2) := -m2
38 cflags-$(CONFIG_CPU_SH2A) := -m2a $(call cc-option,-m2a-nofpu,)
39 cflags-$(CONFIG_CPU_SH3) := -m3
40 cflags-$(CONFIG_CPU_SH4) := -m4 \
42 cflags-$(CONFIG_CPU_SH4A) := $(call cc-option,-m4a,) $(call cc-option,-m4a-nofpu,)
44 cflags-$(CONFIG_CPU_BIG_ENDIAN) += -mb
45 cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -ml
47 cflags-y += $(call as-option,-Wa$(comma)-isa=$(isa-y),) -ffreestanding
49 cflags-$(CONFIG_SH_DSP) += -Wa,-dsp
51 cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dsnprintf.c188 int cflags; local
193 currlen = flags = cflags = min = 0;
285 cflags = DP_C_SHORT;
289 cflags = DP_C_LONG;
293 cflags = DP_C_LDOUBLE;
299 if (cflags != DP_C_LONG)
308 cflags = DP_C_LLONG;
321 if (cflags == DP_C_SHORT)
323 else if (cflags == DP_C_LONG)
325 else if (cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmk1mf.pl156 $cflags='-DTERMIO -D_ANSI_SOURCE -O2 -fomit-frame-pointer';
187 $cflags.=' -DTERMIO';
196 $cflags= "$xcflags$cflags" if $xcflags ne "";
198 $cflags.=" -DOPENSSL_NO_IDEA" if $no_idea;
199 $cflags.=" -DOPENSSL_NO_AES" if $no_aes;
200 $cflags.=" -DOPENSSL_NO_CAMELLIA" if $no_camellia;
201 $cflags.=" -DOPENSSL_NO_RC2" if $no_rc2;
202 $cflags.=" -DOPENSSL_NO_RC4" if $no_rc4;
203 $cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsnprintf.c216 int cflags; local
223 currlen = flags = cflags = min = 0;
303 cflags = DP_C_SHORT;
307 cflags = DP_C_LONG;
310 cflags = DP_C_LLONG;
315 cflags = DP_C_LDOUBLE;
327 if (cflags == DP_C_SHORT)
329 else if (cflags == DP_C_LONG)
331 else if (cflags == DP_C_LLONG)
339 if (cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/
H A DConfigure135 #config-string $cc : $cflags : $unistd : $thread_cflag : $sys_id : $lflags : $bn_ops : $cpuid_obj : $bn_obj : $des_obj : $aes_obj : $bf_obj : $md5_obj : $sha1_obj : $cast_obj : $rc4_obj : $rmd160_obj : $rc5_obj : $dso_scheme : $shared_target : $shared_cflag : $shared_ldflag : $shared_extension : $ranlib : $arflags
948 my $cflags = $fields[$idx_cflags];
976 if ($flags ne "") { $cflags="$flags$cflags"; }
1002 $cflags="-DKRB5_HEIMDAL $cflags";
1011 $cflags="-DKRB5_MIT $cflags";
1015 $cflags="-DKRB5_MIT_OLD11 $cflags";
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-v850/
H A Dv850e_uarta.h202 static inline v850e_uart_config_t v850e_uart_calc_config (unsigned cflags)
207 if (cflags & CSTOPB)
210 if ((cflags & CSIZE) == CS8)
213 if (! (cflags & PARENB))
216 else if (cflags & PARODD)
222 if (cflags & CREAD)
200 v850e_uart_calc_config(unsigned cflags) argument
H A Dv850e_uartb.h186 static inline v850e_uart_config_t v850e_uart_calc_config (unsigned cflags)
191 if (cflags & CSTOPB)
194 if ((cflags & CSIZE) == CS8)
197 if (! (cflags & PARENB))
200 else if (cflags & PARODD)
206 if (cflags & CREAD)
184 v850e_uart_calc_config(unsigned cflags) argument
H A Dv850e_uart.h71 void v850e_uart_configure (unsigned chan, unsigned cflags, unsigned baud);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Drte_ma1_cb.c66 unsigned cflags, unsigned baud)
79 ma_uart_pre_configure (chan, cflags, baud);
65 rte_ma1_cb_uart_pre_configure(unsigned chan, unsigned cflags, unsigned baud) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A DMakefile25 @$(CC) `gtk-config --cflags` $(CFLAGS) $(LDFLAGS) -o $@ `gtk-config --libs` -lsmbclient $<
29 @$(CC) `gtk-config --cflags` $(CFLAGS) $(LDFLAGS) -o $@ `gtk-config --libs` -lsmbclient -lpopt $<
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dmk1mf.pl180 $cflags='-DTERMIO -D_ANSI_SOURCE -O2 -fomit-frame-pointer';
204 $cflags.=' -DTERMIO';
213 $cflags.=" -DOPENSSL_NO_IDEA" if $no_idea;
214 $cflags.=" -DOPENSSL_NO_AES" if $no_aes;
215 $cflags.=" -DOPENSSL_NO_RC2" if $no_rc2;
216 $cflags.=" -DOPENSSL_NO_RC4" if $no_rc4;
217 $cflags.=" -DOPENSSL_NO_RC5" if $no_rc5;
218 $cflags.=" -DOPENSSL_NO_MD2" if $no_md2;
219 $cflags.=" -DOPENSSL_NO_MD4" if $no_md4;
220 $cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dv850e_uart.c58 void v850e_uart_configure (unsigned chan, unsigned cflags, unsigned baud)
64 v850e_uart_config_t new_config = v850e_uart_calc_config (cflags);
70 V850E_UART_PRE_CONFIGURE (chan, cflags, baud);
414 unsigned cflags = termios->c_cflag;
417 if ((cflags & CSIZE) != CS7 && (cflags & CSIZE) != CS8)
419 cflags = (cflags & ~CSIZE)
422 termios->c_cflag = cflags;
424 v850e_uart_configure (port->line, cflags,
57 v850e_uart_configure(unsigned chan, unsigned cflags, unsigned baud) argument
410 unsigned cflags = termios->c_cflag; local
[all...]

Completed in 124 milliseconds

12345