Searched refs:isWinNT (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A Duntgz.c209 static int isWinNT = -1; local
232 if (isWinNT < 0)
233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
235 (isWinNT ? FILE_FLAG_BACKUP_SEMANTICS : 0),
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A Duntgz.c209 static int isWinNT = -1; local
232 if (isWinNT < 0)
233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
235 (isWinNT ? FILE_FLAG_BACKUP_SEMANTICS : 0),
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/untgz/
H A Duntgz.c209 static int isWinNT = -1; local
232 if (isWinNT < 0)
233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
235 (isWinNT ? FILE_FLAG_BACKUP_SEMANTICS : 0),
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
H A Duntgz.c209 static int isWinNT = -1; local
232 if (isWinNT < 0)
233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
235 (isWinNT ? FILE_FLAG_BACKUP_SEMANTICS : 0),
/netbsd-current/common/dist/zlib/contrib/untgz/
H A Duntgz.c209 static int isWinNT = -1; local
232 if (isWinNT < 0)
233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
235 (isWinNT ? FILE_FLAG_BACKUP_SEMANTICS : 0),

Completed in 224 milliseconds