Searched refs:NT (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.9.5/misc_cmds-32/calendar/calendars/
H A Dcalendar.australia47 5/MonFirst May Day (NT)
48 7/FriFirst Alice Springs Show Day (NT)
49 7/FriSecond Tennant Creek Show Day (NT)
50 7/FriThird Katherine Show Day (NT)
51 7/FriLast Darwin Show Day (NT)
52 8/MonFirst Picnic Day (NT)
/macosx-10.9.5/vim-53/src/xxd/
H A DMake_bc5.mak1 # The most simplistic Makefile for Win32 (NT and Windows 95).
/macosx-10.9.5/awk-18/src/
H A Dbuildwin.bat2 rem buildwin.bat - build AWK under Windows NT using Visual C++.
H A Dvcvars32.bat17 rem VcOsDir is used to help create either a Windows 95 or Windows NT specific path.
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dftplistparser.c169 } NT; member in union:ftp_parselist_data::__anon7311
895 switch(parser->state.NT.main) {
906 parser->state.NT.main = PL_WINNT_TIME;
907 parser->state.NT.sub.time = PL_WINNT_TIME_PRESPACE;
921 switch(parser->state.NT.sub.time) {
924 parser->state.NT.sub.time = PL_WINNT_TIME_TIME;
931 parser->state.NT.main = PL_WINNT_DIRORSIZE;
932 parser->state.NT.sub.dirorsize = PL_WINNT_DIRORSIZE_PRESPACE;
943 switch(parser->state.NT.sub.dirorsize) {
951 parser->state.NT
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dpushd.test34 if [cequal $tcl_platform(os) {Windows NT}] {
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/Local/
H A DWin32.pm233 $LMachine->{'SOFTWARE/Microsoft/Windows NT/CurrentVersion/Time Zones/'}
234 # Windows NT, Windows 2000, Windows XP, Windows 2003 Server
235 ? $LMachine->{'SOFTWARE/Microsoft/Windows NT/CurrentVersion/Time Zones/'}
295 =item * Windows NT, Windows 2000, Windows XP, Windows 2003 Server
297 We look in "SOFTWARE/Microsoft/Windows NT/CurrentVersion/Time Zones/"
308 The algorithm is the same as for NT, but we loop through the sub keys
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dunicodeout.tcl22 {Windows NT}
/macosx-10.9.5/bash-92/bash-3.2/
H A Dtest.c85 #define NT 0 macro
312 case NT: return (r1 > r2 || (r1 == 0 && st1.st_mtime > st2.st_mtime));
389 case 'n': return (filecomp (arg1, arg2, NT)); /* -nt */
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DInspectorFrontendHostStub.js48 var match = navigator.userAgent.match(/Windows NT/);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h628 bool hasTargetDAGCombine(ISD::NodeType NT) const {
629 assert(unsigned(NT >> 3) < array_lengthof(TargetDAGCombineArray));
630 return TargetDAGCombineArray[NT >> 3] & (1 << (NT&7));
1193 void setTargetDAGCombine(ISD::NodeType NT) {
1194 assert(unsigned(NT >> 3) < array_lengthof(TargetDAGCombineArray));
1195 TargetDAGCombineArray[NT >> 3] |= 1 << (NT&7);
/macosx-10.9.5/vim-53/
H A Dvimtutor.bat28 :: For Windows NT "start" works a bit differently.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dregistry.vim19 " Head of regedit .reg files, it's REGEDIT4 on Win9#/NT
H A Ddosbatch.vim2 " Language: MSDOS batch file (with NT command extensions)
9 " dosbatch_cmdextversion - 1 = Windows NT, 2 = Windows 2000 [default]
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dxpathparser.rb579 NT = /^comment|text|processing-instruction|node$/
592 #puts "#{fname} =~ #{NT.inspect}"
593 return path if fname =~ NT
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/
H A Dcommon.mak18 # Define the minimal Windows OS you want to run on:40 (NT), 50 (W2K), 51 (XP)
/macosx-10.9.5/vim-53/src/
H A DMake_ming.mak7 # Tested on Win32 NT 4 and Win95.
102 # on NT, it's here:
173 # on my NT box, it's here:
189 # NT distro (ActiveState)
H A DMake_mvc.mak1 # Makefile for Vim on Win32 (Windows NT/2000/XP/2003 and Windows 95/98/Me)
150 # Build on both Windows NT/XP and Windows 9x
194 # We're on Windows NT or using VC 6+
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dsyck_st.c10 #ifdef NT
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dconfigure.bat179 echo --with-ntver=0xXXXX target NT version (shouldn't use with old SDK)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1120 Instruction *NT = I1->clone();
1121 BIParent->getInstList().insert(BI, NT);
1122 if (!NT->getType()->isVoidTy()) {
1123 I1->replaceAllUsesWith(NT);
1124 I2->replaceAllUsesWith(NT);
1125 NT->takeName(I1);
1128 IRBuilder<true, NoFolder> Builder(NT);
1142 // These values do not agree. Insert a select instruction before NT
/macosx-10.9.5/CPANInternal-140/PathTools/
H A DCwd.pm288 $METHOD_MAP{NT} = $METHOD_MAP{MSWin32};
332 # Since some ports may predefine cwd internally (e.g., NT)
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dconfigure.bat3 rem Configuration script for MS Windows 95/98/Me and NT/2000/XP
26 rem + MS Windows 95/98/Me or NT/2000/XP
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A DMakefile.in393 @if test $(PLAT) = NT; then \
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl107 "Windows NT" {
111 set os_version {Windows NT}
141 {Windows NT} {

Completed in 210 milliseconds

12