HomeSort by relevance Sort by last modified time
    Searched full:msdos (Results 1 - 25 of 377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/emulparams/
i386msdos.sh 2 OUTPUT_FORMAT="msdos"
  /external/libpcap/msdos/
makefile.dj 7 # c:\net\pcap> make -f msdos/makefile.dj
10 VPATH = missing msdos
12 PREREQUISITES = scanner.c grammar.c tokdefs.h version.h msdos/pkt_stub.inc
14 include msdos/common.dj
16 DRIVER_DIR = ./msdos/pm_drvr
25 savefile.c pcap.c inet.c msdos\pktdrvr.c msdos/ndis2.c \
56 msdos/pkt_stub.inc: msdos/bin2c.exe msdos/pkt_rx1.
    [all...]
makefile.wc 10 # c:\net\pcap> wmake -f msdos\makefile.wc
16 OBJDIR = msdos\$(TARGET).w$(MODEL)
33 CFLAGS = $(DEFS) $(YYDEFS) -I. -I$(%watt_root)\inc -I.\msdos\pm_drvr &
47 wlib.arg: msdos\makefile.wc
51 $(OBJDIR)\pktdrvr.obj: msdos\pkt_stub.inc msdos\pktdrvr.c gnuc.h &
52 pcap-dos.h pcap-int.h pcap.h msdos\pktdrvr.h
53 *$(CC) $(CFLAGS) msdos\pktdrvr.c -fo=$@
55 $(OBJDIR)\ndis2.obj: msdos\ndis2.c
56 *$(CC) $(CFLAGS) msdos\ndis2.c -fo=$@
    [all...]
makefile 26 savefile.c pcap.c inet.c msdos\ndis2.c msdos\pktdrvr.c \
29 BORLAND_OBJ = $(SOURCE:.c=.obj) msdos\pkt_rx0.obj msdos\ndis_0.obj
31 HIGHC_OBJ = $(SOURCE:.c=.o32) msdos\pkt_rx0.o32
72 bcc.arg: msdos\Makefile
75 -I$(WATT_INC) -I. -I.\msdos\pm_drvr -H=$(TEMP)\bcc.sym
78 hc386.arg: msdos\Makefile
82 -I$(WATT_INC) -I. -I.\msdos\pm_drvr
105 pkt_rx0.obj: msdos\pkt_rx0.asm
    [all...]
readme.dos 18 the MSDOS sub-directory. Remember to built lipcap libraries from the top
19 install directory. And not from the MSDOS sub-directory.
27 and set "USE_32BIT_DRIVERS = 1" in msdos\common.dj.
98 2. Revise the msdos/common.dj file for your djgpp/gcc installation;
104 `make -f msdos/makefile.dj' (i.e. GNU `make')
107 `wmake -f msdos\makefile.wc'
110 `maker -f msdos\Makefile pcap_bc.lib' (Borland's `maker.exe')
113 `maker -f msdos\Makefile pcap_hc.lib' (Borland's `maker.exe')
  /external/c-ares/
windows_port.c 6 #if (defined(WIN32) || defined(WATT32)) && !defined(MSDOS)
  /external/curl/src/
tool_doswin.h 26 #if defined(MSDOS) || defined(WIN32)
30 #if defined(MSDOS) && (defined(__DJGPP__) || defined(__GO32__))
34 #endif /* MSDOS && (__DJGPP__ || __GO32__) */
43 #endif /* MSDOS || WIN32 */
tool_sleep.c 34 #ifdef MSDOS
44 #if defined(MSDOS)
  /ndk/sources/host-tools/make-3.81/config/
dospaths.m4 22 AC_CACHE_CHECK([whether system uses MSDOS-style paths], [ac_cv_dos_paths],
26 neither MSDOS nor Windows nor OS2
  /toolchain/binutils/binutils-2.25/bfd/
i386msdos.c 181 "msdos", /* name */
218 BFD_JUMP_TABLE_GENERIC (msdos),
222 BFD_JUMP_TABLE_SYMBOLS (msdos),
223 BFD_JUMP_TABLE_RELOCS (msdos),
224 BFD_JUMP_TABLE_WRITE (msdos),
225 BFD_JUMP_TABLE_LINK (msdos),
  /development/ndk/platforms/android-3/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /external/freetype/src/gzip/
zconf.h 59 #if defined(__MSDOS__) && !defined(MSDOS)
60 # define MSDOS
73 #if defined(MSDOS) && !defined(__32BIT__)
76 #ifdef MSDOS
80 #if (defined(MSDOS) || defined(_WINDOWS) || defined(WIN32)) && !defined(STDC)
150 /* The following definitions for FAR are needed only for MSDOS mixed
152 * This was tested only with MSC; for other MSDOS compilers you may have
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
zconf.h 59 #if defined(__MSDOS__) && !defined(MSDOS)
60 # define MSDOS
73 #if defined(MSDOS) && !defined(__32BIT__)
76 #ifdef MSDOS
80 #if (defined(MSDOS) || defined(_WINDOWS) || defined(WIN32)) && !defined(STDC)
150 /* The following definitions for FAR are needed only for MSDOS mixed
152 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
zconf.h 62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
174 /* The following definitions for FAR are needed only for MSDOS mixed
176 * This was tested only with MSC; for other MSDOS compilers you may have

Completed in 793 milliseconds

1 2 3 4 5 6 7 8 91011>>