Searched refs:os2 (Results 1 - 25 of 578) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.os219 (cd lib && $(MAKE) -f Makefile.os2 all && cd ..)
20 (cd src && $(MAKE) -f Makefile.os2 all && cd ..)
21 (cd man && $(MAKE) -f Makefile.os2 all && cd ..)
22 (cd tests && $(MAKE) -f Makefile.os2 all && cd ..)
30 (cd lib && $(MAKE) -f Makefile.os2 install-lib libdir='$(libdir)' shlibdir='$(shlibdir)' includedir='$(includedir)' && cd ..)
35 (cd lib && $(MAKE) -f Makefile.os2 install prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)' shlibdir='$(shlibdir)' && cd ..)
36 (cd src && $(MAKE) -f Makefile.os2 install prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)' shlibdir='$(shlibdir)' && cd ..)
37 (cd man && $(MAKE) -f Makefile.os2 install prefix='$(prefix)' exec_prefix='$(exec_prefix)' datadir='$(datadir)' mandir='$(mandir)' && cd ..)
41 (cd lib && $(MAKE) -f Makefile.os2 uninstall prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)' shlibdir='$(shlibdir)' && cd ..)
42 (cd src && $(MAKE) -f Makefile.os2 uninstal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/
H A Dmakefile.va22 cd os2
27 cd os2
32 cd os2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c11 os2.c
113 /* Strings used in os2.c */
769 dp -> _d_size = G.os2.find.cbFile;
770 dp -> _d_mode = G.os2.find.attrFile;
771 dp -> _d_time = *(unsigned *) &(G.os2.find.ftimeLastWrite);
772 dp -> _d_date = *(unsigned *) &(G.os2.find.fdateLastWrite);
797 G.os2.dp.d_namlen = G.os2.dp.d_reclen =
798 strlen(strcpy(G.os2.dp.d_name, dirp -> dd_cp -> _d_entry));
800 G.os2
[all...]
H A Drexxapi.c123 int ret = G.os2.rexx_error;
125 G.os2.rexx_mes = "file not found";
126 if (*G.os2.rexx_mes != '0') {
133 BUILDRXSTRING(retstr, G.os2.rexx_mes);
142 G.os2.request.shvnext = NULL;
143 EZRXSTRING(G.os2.request.shvname, name);
144 G.os2.request.shvnamelen = G.os2.request.shvname.strlength;
145 G.os2.request.shvvalue.strptr = G.os2
[all...]
H A Dmakefile.os225 # To use, enter "{d,n}make -f os2/makefile.os2" (this makefile depends on its
26 # name being "makefile.os2", and it must be in the os2 subdirectory).
32 # wmake -ms -f os2/makefile.os2 MAKE="wmake -ms" watcom
59 # format os2 le
66 @echo "Enter `$(MAKE) -f os2/makefile.os2 target' from the main"
76 $(MAKE) -f os2/makefil
[all...]
H A Dos2data.h42 #include <os2.h>
139 #define SYSTEM_SPECIFIC_GLOBALS struct os2Global os2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dmakefile.os240 # To use, enter "make/nmake/dmake -f os2/makefile.os2"
41 # (this makefile depends on its name being "os2/makefile.os2").
83 # format os2 le
90 @echo "Enter $(MAKE) -f os2/makefile.os2 target"
98 $(MAKE) -f os2/makefile.os2 zips \
109 DEF="os2\zi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmakefile.va18 THISDIR=$(WXWIN)\src\os2
53 OS2DIR=$(WXDIR)\src\os2
80 {..\os2}.cpp{..\os2\$D}.obj:
86 {..\os2}.c{..\os2\$D}.obj:
453 ..\os2\$D\accel.obj \
454 ..\os2\$D\app.obj \
455 ..\os2\$D\bitmap.obj \
456 ..\os2\
[all...]
H A Ddcscreen.cpp2 // Name: src/os2/dcscreen.cpp
18 #include<os2.h>
27 #include "wx/os2/private.h"
H A Dcolour.cpp2 // Name: src/os2/colour.cpp
23 #include<os2.h>
H A Dsnglinst.cpp2 // Name: os2/snglinst.cpp
39 #include <os2.h>
41 #include "wx/os2/private.h"
H A Dsound.cpp27 #include <os2.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dexample.c80 ASN1_OCTET_STRING *os1,*os2; local
90 os2=ASN1_OCTET_STRING_new();
92 ASN1_OCTET_STRING_set(os2,(unsigned char*)str1,strlen(str1));
94 i+=i2d_ASN1_OCTET_STRING(os2,NULL);
101 i2d_ASN1_OCTET_STRING(os2,&p);
107 ASN1_OCTET_STRING_free(os2);
129 ASN1_OCTET_STRING *os1,*os2; local
143 if ((os2=d2i_ASN1_OCTET_STRING(NULL,&c.p,c.slen)) == NULL)
149 *str2=malloc(os2->length+1);
151 memcpy(*str2,os2
243 ASN1_OCTET_STRING *os1,*os2; local
296 ASN1_OCTET_STRING *os1,*os2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/os2/
H A Dmakefile.wat2453 __SETUP_H_SUBDIR_FILENAMES = os2
4184 $(CC) -bt=os2 -zq -fo=$^@ $(WXREGEX_CFLAGS) $<
4187 $(CC) -bt=os2 -zq -fo=$^@ $(WXREGEX_CFLAGS) $<
4190 $(CC) -bt=os2 -zq -fo=$^@ $(WXREGEX_CFLAGS) $<
4193 $(CC) -bt=os2 -zq -fo=$^@ $(WXREGEX_CFLAGS) $<
4196 $(CC) -bt=os2 -zq -fo=$^@ $(WXZLIB_CFLAGS) $<
4199 $(CC) -bt=os2 -zq -fo=$^@ $(WXZLIB_CFLAGS) $<
4202 $(CC) -bt=os2 -zq -fo=$^@ $(WXZLIB_CFLAGS) $<
4205 $(CC) -bt=os2 -zq -fo=$^@ $(WXZLIB_CFLAGS) $<
4208 $(CC) -bt=os2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/os2/
H A DOS2-EMX.cmd11 perl util\mkdef.pl crypto OS2 > os2\crypto.def
12 perl util\mkdef.pl ssl OS2 > os2\ssl.def
18 rem perl x86.pl a.out > bn-os2.asm
19 perl bn-586.pl a.out > bn-os2.asm
20 perl co-586.pl a.out > co-os2.asm
25 perl des-586.pl a.out > d-os2.asm
30 perl crypt586.pl a.out > y-os2.asm
35 perl bf-586.pl a.out > b-os2.asm
40 perl cast-586.pl a.out > c-os2.asm
45 perl rc4-586.pl a.out > r4-os2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/os2/
H A DOS2-EMX.cmd11 perl util\mkdef.pl crypto OS2 > os2\crypto.def
12 perl util\mkdef.pl ssl OS2 > os2\ssl.def
18 rem perl x86.pl a.out > bn-os2.asm
19 perl bn-586.pl a.out > bn-os2.asm
20 perl co-586.pl a.out > co-os2.asm
25 perl des-586.pl a.out > d-os2.asm
30 perl crypt586.pl a.out > y-os2.asm
35 perl bf-586.pl a.out > b-os2.asm
40 perl cast-586.pl a.out > c-os2.asm
45 perl rc4-586.pl a.out > r4-os2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/os2/
H A DOS2-EMX.cmd11 perl util\mkdef.pl crypto OS2 > os2\crypto.def
12 perl util\mkdef.pl ssl OS2 > os2\ssl.def
18 rem perl x86.pl a.out > bn-os2.asm
19 perl bn-586.pl a.out > bn-os2.asm
20 perl co-586.pl a.out > co-os2.asm
25 perl des-586.pl a.out > d-os2.asm
30 perl crypt586.pl a.out > y-os2.asm
35 perl bf-586.pl a.out > b-os2.asm
40 perl cast-586.pl a.out > c-os2.asm
45 perl rc4-586.pl a.out > r4-os2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A DMakefile.os238 iconv.dll : $(OBJECTS) ../os2/iconv.def # DLL itself
39 $(CC) -Zdll $(CFLAGS) -o $@ $(OBJECTS) ../os2/iconv.def
41 iconv.lib : ../os2/iconv.def # Import Lib. for -Zomf
43 emximp -o iconv.lib ../os2/iconv.def
45 iconv.a : ../os2/iconv.def # Import Lib. for EMX .o format
47 emximp -o iconv.a ../os2/iconv.def
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dbmp.mak7 FATE_BMP += fate-bmp-4bit-os2
8 fate-bmp-4bit-os2: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test4os2v2.bmp -pix_fmt rgb24
13 FATE_BMP += fate-bmp-8bit-os2
14 fate-bmp-8bit-os2: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test8os2.bmp -pix_fmt rgb24
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A DMakefile.emx2 # for emx 0.9d + rsxnt 1.42 / gcc under WIN32. Derived from makefile.os2
154 os2$(OBJ): os2/os2.c $(UNZIP_H) unzvers.h # OS/2 only
155 $(CC) -c $(CFLAGS) $(DLLFLAG) $(OUT)$@ os2$(DIRSEP)os2.c
157 os2_$(OBJ): os2/os2.c $(UNZIP_H) # OS/2 unzipsfx
158 $(CC) -c $(CFLAGSX) $(OUT)$@ os2$(DIRSEP)os2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/
H A Dupdate-setup-h83 update_single_setup_h include/wx/os2/setup0.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/B/os2_16/
H A Dwc.bat10 set CC=wcl -zq -ml -2 -bt#os2 -l#os2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dconfig.charset248 freebsd* | os2*)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dcldap.c192 DATA_BLOB os2 = data_blob(NULL, 0); local
232 asn1_read_OctetString(&data, &os2);
244 data_blob_free(&os2);
280 data_blob_free(&os2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddnd.h21 #include <os2.h>

Completed in 247 milliseconds

1234567891011>>