HomeSort by relevance Sort by last modified time
    Searched refs:DOS (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/ImageMagick/MagickWand/tests/
script-token-test-data.txt 5 @ DOS script launcher comment ignore
  /external/syslinux/bios/dosutil/
copybs.com 4 $?ERROR: $DOS version 2.00 or later required
  /external/freetype/builds/dos/
detect.mk 2 # FreeType 2 configuration file to detect a DOS host platform.
26 # command-line program to see if its output contains the word `Dos' or
27 # `DOS'.
29 # If this is true, we are running a Dos-ish platform (or an emulation).
32 PLATFORM := dos
35 is_dos := $(findstring DOS,$(subst Dos,DOS,$(shell ver)))
37 # We try to recognize a Dos session under OS/2. The `ver' command
40 # To recognize a Dos session under OS/2, we check COMSPEC for th
    [all...]
  /toolchain/binutils/binutils-2.27/
djunpack.bat 3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
4 Rem format, or else stock DOS/Windows shells will refuse to run it.
7 Rem renaming some of the files whose names are invalid on DOS or conflict
8 Rem with other file names after truncation to DOS 8+3 namespace.
  /development/tools/line_endings/
line_endings.c 14 fprintf(stderr, "usage: line_endings unix|dos FILES\n"
16 "Convert FILES to either unix or dos line endings.\n");
28 enum { UNIX, DOS } ending;
38 else if (0 == strcmp("dos", argv[1])) {
39 ending = DOS;
119 // dos
  /external/syslinux/dos/
crt0.S 36 # Verify that this is a supportable DOS version
41 cmpw $0x0314,%ax # DOS >= 3.20?
79 .ascii "Unsupported DOS version\r\n$"
  /external/curl/packages/DOS/
common.dj 16 # Find out if using a Unix-like shell or a DOS command interpreter
20 ifneq ($(findstring 4DOS.COM,$(SHELL)),4DOS.COM)
  /external/syslinux/dosutil/
Makefile 8 WCLOPT = -6 -osx -mt -bt=DOS -l=COM
copybs.asm 17 ; Small DOS program to copy the boot sector from a drive
43 mov ax,3000h ; Get DOS version
47 cmp ax,0200h ; DOS 2.00 minimum
189 cmp word [DOSVersion],0400h ; DOS 4.00 has a new interface
202 int 25h ; DOS absolute disk read
264 msg_ancient_err: db 'DOS version 2.00 or later required', 0Dh, 0Ah, '$'
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 111 // When reading, an extended timestamp is preferred over the legacy MS-DOS
113 // If only the MS-DOS date is present, the timezone is assumed to be UTC.
116 // always emitted. The legacy MS-DOS date field is encoded according to the
119 ModifiedTime uint16 // Deprecated: Legacy MS-DOS date; use Modified instead.
120 ModifiedDate uint16 // Deprecated: Legacy MS-DOS time; use Modified instead.
202 // msDosTimeToTime converts an MS-DOS date and time into a time.Time.
222 // timeToMsDosTime converts a time.Time to an MS-DOS date and time.
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 111 // When reading, an extended timestamp is preferred over the legacy MS-DOS
113 // If only the MS-DOS date is present, the timezone is assumed to be UTC.
116 // always emitted. The legacy MS-DOS date field is encoded according to the
119 ModifiedTime uint16 // Deprecated: Legacy MS-DOS date; use Modified instead.
120 ModifiedDate uint16 // Deprecated: Legacy MS-DOS time; use Modified instead.
202 // msDosTimeToTime converts an MS-DOS date and time into a time.Time.
222 // timeToMsDosTime converts a time.Time to an MS-DOS date and time.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapinls.h 21 #ifdef DOS
  /build/soong/third_party/zip/
struct.go 81 ModifiedTime uint16 // MS-DOS time
82 ModifiedDate uint16 // MS-DOS date
147 // msDosTimeToTime converts an MS-DOS date and time into a time.Time.
167 // timeToMsDosTime converts a time.Time to an MS-DOS date and time.
  /external/syslinux/core/
ldlinux.asm 6 ; A program to boot Linux kernels off an MS-DOS formatted floppy disk. This
  /external/zlib/src/contrib/delphi/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /external/zlib/src/contrib/pascal/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /external/curl/
buildconf.bat 27 rem there is no autotools support (i.e. DOS and Windows).
240 rem Function to clean-up local variables under DOS, Windows 3.x and
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 595 // the host system", so this accepts both UNIX-style and DOS-style
605 // DWARF paths can be UNIX-style or DOS-style, so this handles both.
611 // whether it's a DOS path reasonably reliably by looking for
618 // DOS-style path.
634 // splitDrive splits the DOS drive letter or UNC share point from
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 595 // the host system", so this accepts both UNIX-style and DOS-style
605 // DWARF paths can be UNIX-style or DOS-style, so this handles both.
611 // whether it's a DOS path reasonably reliably by looking for
618 // DOS-style path.
634 // splitDrive splits the DOS drive letter or UNC share point from
  /bionic/libc/kernel/uapi/linux/
coda.h 35 #ifdef DOS
  /external/kernel-headers/original/uapi/linux/
coda.h 81 #ifdef DOS
  /external/libexif/contrib/watcom/
Makefile 23 #SYSTEM=DOS
53 !ifeq SYSTEM DOS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coda.h 81 #ifdef DOS

Completed in 570 milliseconds

1 2 3 4 5