Searched refs:cc (Results 226 - 250 of 640) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/pl/
H A DMingw32.pl18 $cc='gcc';
H A DOS2-EMX.pl14 $cc='gcc';
H A DVC-CE.pl14 $cc='$(CC)';
H A Dlinux.pl12 $cc='gcc';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Dbuild.com22 $ cc/include=([-.source],[])/define=PROTOTYPES=1/object=[]'files_e'.obj -
30 $ cc/define=ENGINE_DYNAMIC_SUPPORT rsaref.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A DMakefile1 CC=cc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/
H A DMakefile38 cflags-$(CONFIG_CPU_SH2A) := -m2a $(call cc-option,-m2a-nofpu,)
41 $(call cc-option,-mno-implicit-fp,-m4-nofpu)
42 cflags-$(CONFIG_CPU_SH4A) := $(call cc-option,-m4a,) $(call cc-option,-m4a-nofpu,)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/
H A DMakefile20 HAS_BIARCH := $(call cc-option-yn, -m32)
37 CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
51 CFLAGS += $(shell if [ $(call cc-version) -lt 0400 ] ; then echo $(call cc-option,-fno-unit-at-a-time); fi ;)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A DMakefile7 CC= cc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A DBC-32.pl13 $cc='bcc32';
H A DMingw32.pl18 $cc='gcc';
H A DOS2-EMX.pl14 $cc='gcc';
H A Dlinux.pl12 $cc='gcc';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A DMakefile30 EXTRA_CFLAGS := $(call cc-ifversion, -lt, 0400, -O1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dextract-ikconfig7 test -e $binoffset || cc -o $binoffset ./scripts/binoffset.c || exit 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/nvram/
H A Dnvram_rw.c176 chipcregs_t *cc = NULL; local
189 if ((cc = (chipcregs_t *)si_setcoreidx(sih, SI_CC_IDX))) {
190 nfl_info = nflash_init(sih, cc);
194 if (nflash_checkbadb(sih, cc, off) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dkerberos.c69 krb5_ccache cc = NULL; local
81 cache_name : krb5_cc_default_name(ctx), &cc))) {
99 if ((code = krb5_cc_initialize(ctx, cc, me))) {
106 if ((code = krb5_cc_store_cred(ctx, cc, &my_creds))) {
107 krb5_cc_close(ctx, cc);
117 krb5_cc_close(ctx, cc);
156 krb5_ccache cc = NULL; local
165 if ((code = krb5_cc_default(ctx, &cc))) {
170 if ((code = krb5_cc_resolve(ctx, cc_name, &cc))) {
178 if ((code = krb5_cc_destroy (ctx, cc))) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dload.c313 chipcregs_t *cc; local
320 cc = si_setcoreidx(sih, SI_CC_IDX);
321 ASSERT(cc);
365 clkdiv = R_REG(osh, &cc->clkdiv);
368 W_REG(osh, &cc->clkdiv, clkdiv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddesktop.c125 int itype, cc = AFP_OK, iovcnt = 0; local
137 cc = AFPERR_PARAM;
162 cc = AFPERR_NOITEM;
170 cc = AFPERR_PARAM;
188 while (( cc = read( si.sdt_fd, irh, sizeof( irh ))) > 0 ) {
199 cc = AFPERR_ITYPE;
205 cc = AFPERR_PARAM;
213 if ( cc < 0 ) {
218 return cc;
237 if ( cc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/
H A DMakefile64 cflags-y += $(call cc-option,-mno-explicit-relocs)
66 cflags-y += $(call cc-option,-msym32)
112 cflags-$(CONFIG_CPU_HAS_SMARTMIPS) += $(call cc-option,-msmartmips)
114 cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \
127 cflags-$(CONFIG_CPU_MIPS32_R1) += $(call cc-option,-march=mips32,-mips32 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \
129 cflags-$(CONFIG_CPU_MIPS32_R2) += $(call cc-option,-march=mips32r2,-mips32r2 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \
131 cflags-$(CONFIG_CPU_MIPS64_R1) += $(call cc-option,-march=mips64,-mips64 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS64) \
133 cflags-$(CONFIG_CPU_MIPS64_R2) += $(call cc-option,-march=mips64r2,-mips64r2 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS64) \
136 cflags-$(CONFIG_CPU_R5432) += $(call cc-option,-march=r5400,-march=r5000) \
138 cflags-$(CONFIG_CPU_NEVADA) += $(call cc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddesktop.c125 int itype, cc = AFP_OK, iovcnt = 0; local
137 cc = AFPERR_PARAM;
162 cc = AFPERR_NOITEM;
170 cc = AFPERR_PARAM;
188 while (( cc = read( si.sdt_fd, irh, sizeof( irh ))) > 0 ) {
199 cc = AFPERR_ITYPE;
205 cc = AFPERR_PARAM;
213 if ( cc < 0 ) {
218 return cc;
237 if ( cc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dnad.c696 ssize_t cc = 0; local
702 if (( cc = ad_read( &nad.ad, forkeid[ fork ], nad.offset[ fork ],
705 return( cc );
707 nad.offset[ fork ] += cc;
713 return( cc );
720 ssize_t cc = 0; local
733 while (( writelen > 0 ) && ( cc >= 0 )) {
734 cc = ad_write( &nad.ad, forkeid[ fork ], nad.offset[ fork ],
736 nad.offset[ fork ] += cc;
737 buf_ptr += cc;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dnad.c696 ssize_t cc = 0; local
702 if (( cc = ad_read( &nad.ad, forkeid[ fork ], nad.offset[ fork ],
705 return( cc );
707 nad.offset[ fork ] += cc;
713 return( cc );
720 ssize_t cc = 0; local
733 while (( writelen > 0 ) && ( cc >= 0 )) {
734 cc = ad_write( &nad.ad, forkeid[ fork ], nad.offset[ fork ],
736 nad.offset[ fork ] += cc;
737 buf_ptr += cc;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A DMakefile.in240 ../woe32dll/c++format.cc ../woe32dll/gettextsrc-exports.c
282 am__msgattrib_SOURCES_DIST = msgattrib.c ../woe32dll/c++msgattrib.cc
288 am__msgcat_SOURCES_DIST = msgcat.c ../woe32dll/c++msgcat.cc
299 am__msgcomm_SOURCES_DIST = msgcomm.c ../woe32dll/c++msgcomm.cc
304 am__msgconv_SOURCES_DIST = msgconv.c ../woe32dll/c++msgconv.cc
309 am__msgen_SOURCES_DIST = msgen.c ../woe32dll/c++msgen.cc
321 ../woe32dll/c++msgfilter.cc
338 am__msggrep_SOURCES_DIST = msggrep.c ../woe32dll/c++msggrep.cc
353 ../woe32dll/c++msgmerge.cc
373 am__msguniq_SOURCES_DIST = msguniq.c ../woe32dll/c++msguniq.cc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr005/
H A Dchk.nl106 cc t.c -o t

Completed in 497 milliseconds

1234567891011>>