Searched refs:MSC (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dosdep.h13 /* Automatic setting of the common Microsoft C idenfifier MSC.
17 # ifndef MSC
18 # define MSC /* This should work for older MSC, too! */ macro
125 #ifdef MSC
H A Dos2.c14 #if defined(__IBMC__) || defined(MSC)
465 #ifdef MSC /* Microsoft C */
477 #endif /* MSC */
H A Dos2zip.c1150 #elif defined(MSC)
1164 #if (defined(MSC) || (defined(__WATCOMC__) && !defined(__386__)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h25 #if (defined(_MSC_VER) && !defined(MSC))
26 # define MSC macro
96 #if (defined(MSC) || defined(__WATCOMC__) || defined(__MINGW32__))
108 /* for MSC (and compatible compilers), use routines supplied by RTL */
192 #if (defined(MSC) && !defined(HAVE_MKTIME))
231 # if defined(MSC) || defined(__BORLANDC__)
456 /* The LCC headers lack these declarations of MSC rtl functions in
H A Dwin32.c194 #ifdef MSC
2549 #if defined(_MSC_VER) /* MSC == VC++, but what about SDK compiler? */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwcecfg.h113 #if (defined(_MSC_VER) && !defined(MSC))
114 #define MSC macro
156 /* MSC-specific version, _mbsinc() may not be available for other systems */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dosdep.h41 /* Automatic setting of the common Microsoft C idenfifier MSC.
45 # ifndef MSC
46 # define MSC /* This should work for older MSC, too! */ macro
H A Dmsdos.c34 #if defined(MSC) || defined(__WATCOMC__)
46 #endif /* MSC || __WATCOMC__ */
753 #if defined(MSC) || defined(__WATCOMC__)
768 #endif /* MSC || __WATCOMC__ */
906 #elif defined(MSC)
929 #if defined(__WATCOMC__) || defined(__TURBOC__) || defined(MSC) || \
1043 * ARGH. MSC 7.0 libraries think times are based on 1899 Dec 31 00:00, not
H A Dmatch.asm37 ; halloc). We also require SS==DS. This is satisfied for MSC but not Turbo C.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A Dosdep.h41 /* Automatic setting of the common Microsoft C idenfifier MSC.
45 # ifndef MSC
46 # define MSC /* This should work for older MSC, too! */ macro
H A DNetware.c898 #elif defined(MSC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Ddoscfg.h16 #include <dos.h> /* for REGS macro (TC) or _dos_setftime (MSC) */
26 # if (defined(MSC) || defined(__WATCOMC__))
28 # else /* !(MSC || __WATCOMC__) ==> may be BORLANDC, or GNU environment */
30 # endif /* ?(MSC || __WATCOMC__) */
114 # if defined(MSC) || defined(__WATCOMC__)
128 # if defined(DEBUG) && defined(MSC) && (!defined(_MSC_VER) || _MSC_VER < 600)
129 /* for MSC 5.1, prevent macro expansion space overflow in DEBUG mode */
H A Dmsdos.c154 # if defined(_A_SUBDIR) /* MSC dos.h and compatibles */
163 # if defined(_A_VOLID) /* MSC dos.h and compatibles */
887 #ifdef MSC
888 int attrs; /* work around MSC stat() bug */
916 #ifdef MSC /* MSC 6.00 bug: stat(non-existent-dir) == 0 [exists!] */
1092 #ifdef MSC
1093 /* MSC 6.00 bug: stat(non-existent-dir) == 0 [exists!] */
1276 labels.) Must use far pointers for MSC FP_* macros to work; must pad
1555 TIMET_TO_NATIVE(z_utime.mtime) /* NOP unless MSC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dosdep.h12 /* Automatic setting of the common Microsoft C idenfifier MSC.
16 # ifndef MSC
17 # define MSC /* This should work for older MSC, too! */ macro
324 #ifdef MSC
613 * headers like MSC; so we have to pull in a wchar-specific header.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2cfg.h17 # include <dos.h> /* for REGS macro (TC) or _dos_setftime (MSC) */
88 # if defined(MSC) || defined(__WATCOMC__)
H A Dos2.c143 /* all supported non-gcc compilers provide MSC/DOS style mkdir() */
145 # include <direct.h> /* have special MSC/IBM C mkdir prototype */
1411 /* GRR: "VOLUMELABEL" defined for IBM C and emx, but haven't checked MSC... */
1503 #ifdef MSC /* MSC 6.00 bug: stat(non-existent-dir) == 0 [exists!] */
1761 #ifdef MSC /* MSC 6.00 bug: stat(non-existent-dir) == 0 [exists!] */
2215 #elif defined(MSC)
2229 #if (defined(MSC) || (defined(__WATCOMC__) && !defined(__386__)))
2257 /* MSC ca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Denvargs.c280 #ifndef MSC /* declared differently in MSC 7.0 headers, at least */
H A Dunzpriv.h372 # ifndef MSC
373 # define MSC /* This should work for older MSC, too! */ macro
396 * ARGH. MSC 7.0 libraries think times are based on 1899 Dec 31 00:00, not
782 #ifndef TIMET_TO_NATIVE /* everybody but MSC 7.0 and Macintosh */
989 # define Far far /* __far only works for MSC 6.00, not 6.0a or Borland */
1386 /* Beginning with VS 8.0 (Visual Studio 2005, MSC 14), the Microsoft
1407 /* The version of the C runtime is lower than MSC 14 or unknown. */
1409 /* The newest MinGW port contains built-in extensions to the MSC rtl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/guisfx/
H A Dsfxwiz.c311 #ifndef MSC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/netware/
H A Dnetware.c866 #elif defined(MSC)
888 /* MSC can't handle huge macro expansions */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dhotplug2-dnode.c216 GET_BITMAP(MSC, msc, 'm', 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput.c1010 input_seq_print_bitmap(seq, "MSC", dev->mscbit, MSC_MAX);
1311 INPUT_DEV_CAP_ATTR(MSC, msc);
1437 INPUT_ADD_HOTPLUG_BM_VAR("MSC=", dev->mscbit, MSC_MAX);
1715 INPUT_CLEANSE_BITMASK(dev, MSC, msc);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c796 GET_BITMAP(MSC, msc, 'm', 0);

Completed in 336 milliseconds