| /src/usr.sbin/makefs/msdos/ |
| H A D | Makefile.inc | 1 MSDOS= ${SRCTOP}/sys/fs/msdosfs 4 .PATH: ${SRCDIR}/msdos ${MSDOS} ${MSDOS_NEWFS} 6 CFLAGS+= -DMAKEFS -D_WANT_MSDOSFS_INTERNALS -I${MSDOS} -I${MSDOS_NEWFS}
|
| /src/sys/contrib/zlib/ |
| H A D | zconf.h | 198 #if defined(__MSDOS__) && !defined(MSDOS) 199 # define MSDOS macro 212 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) 227 #ifdef MSDOS 247 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
|
| H A D | gzguts.h | 74 #if defined(MSDOS) && defined(__BORLANDC__) && (BORLANDC > 0x410) 82 (defined(MSDOS) || defined(__TURBOC__) || defined(__SASC) || \
|
| H A D | zconf.h.in | 179 #if defined(__MSDOS__) && !defined(MSDOS) 180 # define MSDOS macro 193 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) 208 #ifdef MSDOS 228 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 313 /* The following definitions for FAR are needed only for MSDOS mixed 315 * This was tested only with MSC; for other MSDOS compilers you may have
|
| H A D | zutil.h | 100 #if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32)) 172 #if defined(__BORLANDC__) && !defined(MSDOS)
|
| H A D | ChangeLog | 1061 - In Windows16, OS_CODE is 0, as in MSDOS [Truta] 1222 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant) 1258 - use default value of 4K for Z_BUFSIZE for 16-bit MSDOS (Tim Wegner + Glenn) 1364 - move MSDOS or Windows specific files to directory msdos 1393 - Use default memcpy for Symantec MSDOS compiler 1443 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS 1456 - fixed declarations using Bytef in infutil.c (pb with MSDOS medium model) 1466 - fix MSDOS medium model which was broken in 0.99 1546 - fix MSDOS small and medium model (now easier to adapt to any compiler) 1556 - support MSDOS medium model [all …]
|
| /src/contrib/libpcap/ |
| H A D | pcap-int.h | 43 #ifdef MSDOS 311 #if !defined(_WIN32) && !defined(MSDOS) 417 #if !defined(_WIN32) && !defined(MSDOS) 489 #if !defined(_WIN32) && !defined(MSDOS)
|
| H A D | savefile.c | 78 #elif defined(MSDOS) 366 #if defined(_WIN32) || defined(MSDOS) in pcap_open_offline_with_tstamp_precision() 551 #if !defined(_WIN32) && !defined(MSDOS) in pcap_fopen_offline_with_tstamp_precision()
|
| H A D | sf-pcap.c | 62 #elif defined(MSDOS) 876 #if defined(_WIN32) || defined(MSDOS) in pcap_setup_dump() 1082 #if defined(_WIN32) || defined(MSDOS) in pcap_dump_open_append()
|
| H A D | pcap.c | 42 #ifndef MSDOS 75 #ifdef MSDOS 1513 #if !defined(HAVE_PACKET32) && !defined(MSDOS) 1590 #if !defined(_WIN32) && !defined(MSDOS) 2519 #ifndef MSDOS 3592 #if !defined(_WIN32) && !defined(MSDOS) 3643 #if !defined(_WIN32) && !defined(MSDOS) 3683 #if !defined(_WIN32) && !defined(MSDOS) 4189 #if !defined(_WIN32) && !defined(MSDOS)
|
| /src/crypto/openssl/include/internal/ |
| H A D | e_os.h | 43 #if defined(OPENSSL_SYS_MSDOS) && !defined(MSDOS) 44 #define MSDOS macro 60 #if (defined(WINDOWS) || defined(MSDOS))
|
| /src/sys/contrib/zstd/programs/ |
| H A D | platform.h | 137 #elif defined(MSDOS) || defined(OS2) 156 #if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(_WIN32)
|
| /src/sys/contrib/zstd/zlibWrapper/ |
| H A D | gzguts.h | 76 #if defined(MSDOS) && defined(__BORLANDC__) && (BORLANDC > 0x410) 83 # ifdef MSDOS
|
| /src/contrib/netbsd-tests/sbin/gpt/ |
| H A D | gpt.disklabel | 27 f: 400 2563 MSDOS # (Cyl. 2*- 2*)
|
| /src/contrib/libpcap/pcap/ |
| H A D | pcap.h | 122 #elif defined(MSDOS) 313 #ifdef MSDOS 881 #elif defined(MSDOS)
|
| H A D | bpf.h | 104 #ifdef MSDOS /* must be 32-bit */
|
| H A D | funcattrs.h | 107 #elif defined(MSDOS)
|
| /src/contrib/ntp/kernel/sys/ |
| H A D | timex.h | 70 #ifndef MSDOS /* Microsoft specific */
|
| /src/tools/test/stress2/misc/ |
| H A D | mountu.sh | 136 /tmp/mountu MSDOS $file & 142 ck MSDOS
|
| /src/contrib/tcpdump/ |
| H A D | netdissect-stdinc.h | 254 #if defined(_WIN32) || defined(MSDOS)
|
| /src/contrib/libpcap/msdos/ |
| H A D | readme.dos | 20 the MSDOS sub-directory. Remember to built the libpcap library from the top 21 install directory. And not from the MSDOS sub-directory.
|
| /src/sys/arm/conf/ |
| H A D | std.armv7 | 24 options MSDOSFS # MSDOS Filesystem
|
| /src/crypto/openssl/crypto/bio/ |
| H A D | bss_log.c | 46 #elif (!defined(MSDOS) || defined(WATT32)) && !defined(OPENSSL_SYS_VXWORKS) && !defined(NO_SYSLOG)
|
| /src/contrib/byacc/test/ |
| H A D | grammar.y | 1061 #if defined(MSDOS) || defined(OS2) in init_parser() 1141 #if defined(MSDOS) || defined(OS2) in process_file()
|
| /src/sys/arm64/conf/ |
| H A D | std.arm64 | 36 options MSDOSFS # MSDOS Filesystem
|