Searched refs:win32 (Results 1 - 25 of 63) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dx86asm.sh6 (cd crypto/bn/asm; perl x86.pl win32 > bn-win32.asm)
10 (cd crypto/des/asm; perl des-586.pl win32 > d-win32.asm)
14 (cd crypto/des/asm; perl crypt586.pl win32 > y-win32.asm)
18 (cd crypto/bf/asm; perl bf-586.pl win32 > b-win32.asm)
22 (cd crypto/cast/asm; perl cast-586.pl win32 > c-win32
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dx86asm.sh6 (cd crypto/bn/asm; perl x86.pl win32 > bn-win32.asm)
10 (cd crypto/des/asm; perl des-586.pl win32 > d-win32.asm)
14 (cd crypto/des/asm; perl crypt586.pl win32 > y-win32.asm)
18 (cd crypto/bf/asm; perl bf-586.pl win32 > b-win32.asm)
22 (cd crypto/cast/asm; perl cast-586.pl win32 > c-win32
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/shlib/
H A Dwin32.bat1 rem win32 dll build
8 rem ml /coff /c crypto\bf\asm\b-win32.asm
9 rem ml /coff /c crypto\des\asm\c-win32.asm
10 rem ml /coff /c crypto\des\asm\d-win32.asm
17 cl /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
H A Dwin32dll.bat1 rem win32 dll build
8 cl /Felibeay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\libeay32.def crypto\crypto.c crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/shlib/
H A Dwin32.bat1 rem win32 dll build
8 rem ml /coff /c crypto\bf\asm\b-win32.asm
9 rem ml /coff /c crypto\des\asm\c-win32.asm
10 rem ml /coff /c crypto\des\asm\d-win32.asm
17 cl /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
H A Dwin32dll.bat1 rem win32 dll build
8 cl /Felibeay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\libeay32.def crypto\crypto.c crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dmingw32.bat15 perl bn-586.pl gaswin > bn-win32.s
16 perl co-586.pl gaswin > co-win32.s
21 perl des-586.pl gaswin > d-win32.s
26 perl crypt586.pl gaswin > y-win32.s
31 perl bf-586.pl gaswin > b-win32.s
36 perl cast-586.pl gaswin > c-win32.s
41 perl rc4-586.pl gaswin > r4-win32.s
46 perl md5-586.pl gaswin > m5-win32.s
51 perl sha1-586.pl gaswin > s1-win32.s
56 perl rmd-586.pl gaswin > rm-win32
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dmingw32.bat15 perl bn-586.pl gaswin > bn-win32.s
16 perl co-586.pl gaswin > co-win32.s
21 perl des-586.pl gaswin > d-win32.s
26 perl crypt586.pl gaswin > y-win32.s
31 perl bf-586.pl gaswin > b-win32.s
36 perl cast-586.pl gaswin > c-win32.s
41 perl rc4-586.pl gaswin > r4-win32.s
46 perl md5-586.pl gaswin > m5-win32.s
51 perl sha1-586.pl gaswin > s1-win32.s
56 perl rmd-586.pl gaswin > rm-win32
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A DMakefile.am54 BUILT_SOURCES = hugehelp.c config-win32.h
55 CLEANFILES = hugehelp.c config-win32.h
71 CFGWIN32=config-win32.h
73 $(CFGWIN32): $(top_srcdir)/lib/config-win32.h
75 @(cp $(top_srcdir)/lib/config-win32.h $(CFGWIN32))
105 # different rules! config-win32.h already checked in lib subdir.
107 @@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/src -Whugehelp.c -Wconfig-win32.h $(curl_SOURCES)
H A DMakefile.inc56 CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dx86asm.pl21 $elf=$cpp=$sol=$aout=$win32=$gaswin=0;
32 elsif ( ($type eq "win32"))
33 { $win32=1; require "x86ms.pl"; }
35 { $win32=1; require "x86nasm.pl"; }
44 win32 - Windows 95/Windows NT
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86asm.pl21 $elf=$cpp=$coff=$aout=$win32=$netware=$mwerks=0;
30 elsif ( ($type eq "win32"))
31 { $win32=1; require "x86ms.pl"; }
33 { $win32=1; require "x86nasm.pl"; }
45 win32 - Windows 95/Windows NT
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/untgz/
H A DMakefile.msc12 $(MAKE) -f win32\makefile.msc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/untgz/
H A DMakefile.msc12 $(MAKE) -f win32\makefile.msc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A DMakefile.am16 macos macosx win32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/
H A DMakefile.am36 README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/win32/
H A DMakefile.gcc81 $(SHAREDLIB): win32/zlib.def $(OBJS) $(OBJA) zlibrc.o
82 dllwrap --driver-name $(CC) --def win32/zlib.def \
98 zlibrc.o: win32/zlib1.rc
99 $(RC) $(RCFLAGS) -o $@ win32/zlib1.rc
H A DMakefile.msc11 # nmake -f win32/Makefile.msc (standard build)
12 # nmake -f win32/Makefile.msc LOC=-DFOO (nonstandard build)
13 # nmake -f win32/Makefile.msc LOC=-DASMV OBJA=match.obj (use ASM code)
50 $(SHAREDLIB): win32/zlib.def $(OBJS) $(OBJA) zlib1.res
51 $(LD) $(LDFLAGS) -def:win32/zlib.def -dll -implib:$(IMPLIB) \
103 zlib1.res: win32/zlib1.rc
104 $(RC) $(RCFLAGS) /fo$@ win32/zlib1.rc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/win32/
H A DMakefile.gcc81 $(SHAREDLIB): win32/zlib.def $(OBJS) $(OBJA) zlibrc.o
82 dllwrap --driver-name $(CC) --def win32/zlib.def \
98 zlibrc.o: win32/zlib1.rc
99 $(RC) $(RCFLAGS) -o $@ win32/zlib1.rc
H A DMakefile.msc11 # nmake -f win32/Makefile.msc (standard build)
12 # nmake -f win32/Makefile.msc LOC=-DFOO (nonstandard build)
13 # nmake -f win32/Makefile.msc LOC=-DASMV OBJA=match.obj (use ASM code)
50 $(SHAREDLIB): win32/zlib.def $(OBJS) $(OBJA) zlib1.res
51 $(LD) $(LDFLAGS) -def:win32/zlib.def -dll -implib:$(IMPLIB) \
103 zlib1.res: win32/zlib1.rc
104 $(RC) $(RCFLAGS) /fo$@ win32/zlib1.rc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A DMakefile.am23 macos macosx win32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dunaligned.c131 struct reg_window32 __user *win32; local
132 win32 = (struct reg_window32 __user *)((unsigned long)((u32)regs->u_regs[UREG_FP]));
133 get_user(value, &win32->locals[reg - 16]);
151 struct reg_window32 *win32; local
152 win32 = (struct reg_window32 *)((unsigned long)((u32)regs->u_regs[UREG_FP]));
153 return (unsigned long *)&win32->locals[reg - 16];
418 struct reg_window32 __user *win32; local
419 win32 = (struct reg_window32 __user *)((unsigned long)((u32)regs->u_regs[UREG_FP]));
420 put_user(ret, &win32->locals[rd - 16]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dmaketgz97 echo "maketgz: cp lib/config-win32.h src/config-win32.h"
98 cp lib/config-win32.h src/config-win32.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.am34 vc6libcurl.dsw config-win32.h config-win32ce.h config-riscos.h \
138 WIN32HEADERS = $(HHEADERS) config-win32.h
H A DMakefile.Watcom122 CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H -I$(LIBSSH2_ROOT)$(DS)include -I$(LIBSSH2_ROOT)$(DS)win32
231 @%append $^@ library $(LIBSSH2_ROOT)$(DS)win32$(DS)libssh2.lib

Completed in 269 milliseconds

123