代码搜索:Detects

找到约 419 项符合「Detects」的源代码

代码结果 419
www.eeworm.com/read/309649/13667017

c isxkbrd.c

/* +++Date last modified: 05-Jul-1997 */ /* ** ISXKBRD.C - public domain by Ed Kowalski. ** ** isxkeybrd() - detects enhanced kbd */ #include #include "snipkbio.h" /* ** Chec
www.eeworm.com/read/339483/12230860

sh script-detector.sh

#!/bin/bash # script-detector.sh: Detects scripts within a directory. TESTCHARS=2 # Test first 2 characters. SHABANG='#!' # Scripts begin with a "sha-bang." for file in * # Traverse all the fi
www.eeworm.com/read/479931/1326598

cgs mp_exception.cgs

# frv testcase for mp_exception # mach: fr500 fr550 frv # xerror: # This program no longer assembles because the assembler # now detects the unaligned registers. For this reason # this test is now ma
www.eeworm.com/read/457053/1601618

h my-endian.h

#ifndef _ENDIAN_H_ #define _ENDIAN_H_ #include "proxytrace.h" /* detects endian-ness */ int IsLittleEndian(void); /* changes endian-ness */ void ToOtherEndian(TEntry *e); #endif
www.eeworm.com/read/455269/1625164

h my-endian.h

#ifndef _ENDIAN_H_ #define _ENDIAN_H_ #include "proxytrace.h" /* detects endian-ness */ int IsLittleEndian(void); /* changes endian-ness */ void ToOtherEndian(TEntry *e); #endif
www.eeworm.com/read/213708/4913507

h my-endian.h

#ifndef _ENDIAN_H_ #define _ENDIAN_H_ #include "proxytrace.h" /* detects endian-ness */ int IsLittleEndian(void); /* changes endian-ness */ void ToOtherEndian(TEntry *e); #endif
www.eeworm.com/read/307320/3725059

h my-endian.h

#ifndef _ENDIAN_H_ #define _ENDIAN_H_ #include "proxytrace.h" /* detects endian-ness */ int IsLittleEndian(void); /* changes endian-ness */ void ToOtherEndian(TEntry *e); #endif
www.eeworm.com/read/301403/3840759

h my-endian.h

#ifndef _ENDIAN_H_ #define _ENDIAN_H_ #include "proxytrace.h" /* detects endian-ness */ int IsLittleEndian(void); /* changes endian-ness */ void ToOtherEndian(TEntry *e); #endif
www.eeworm.com/read/290228/3984139

h my-endian.h

#ifndef _ENDIAN_H_ #define _ENDIAN_H_ #include "proxytrace.h" /* detects endian-ness */ int IsLittleEndian(void); /* changes endian-ness */ void ToOtherEndian(TEntry *e); #endif
www.eeworm.com/read/273662/4201579

py case-insensitive.py

#!/usr/bin/python # A pre-commit hook to detect case-insensitive filename clashes. # # What this script does: # - Detects new paths that 'clash' with existing, or other new, paths. # - Ignores exis