代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/414605/2143174

ip-down

#!/bin/bash # This file should not be modified -- make local changes to # /etc/ppp/ip-down.local instead LOGDEVICE=$6 REALDEVICE=$1 [ -x /etc/ppp/ip-down.local ] && /etc/ppp/ip-down.local $* /etc/
www.eeworm.com/read/410339/2211338

h malloc.h

#ifndef _LINUX_MALLOC_H #define _LINUX_MALLOC_H #warning linux/malloc.h is deprecated, use linux/slab.h instead. #include #endif /* _LINUX_MALLOC_H */
www.eeworm.com/read/410339/2212392

h freebird.h

/* * */ #ifndef __ASM_ARCH_HARDWARE_H #error "include instead" #endif /* Board Control Register */ #define BCR_BASE 0xf0000000 #define BCR (*(volatile unsigned int *)(BCR_BASE)
www.eeworm.com/read/409921/2220040

m4 libxml.m4

# Configure paths for LIBXML2 # Mike Hommey 2004-06-19 # use CPPFLAGS instead of CFLAGS # Toshio Kuratomi 2001-04-21 # Adapted from: # Configure paths for GLIB # Owen Taylor 97-11-3 dnl A
www.eeworm.com/read/407329/2266287

h globaldefs.h

#ifndef GLOBALDEFS #define GLOBALDEFS #define HOST_PC /* PC host ==> I2C is routed to the parallel port */ //#define STX5188_30MHZ /* 30MHz clock is used for demod instead of 4MHz */ /
www.eeworm.com/read/404234/2305763

c bttv-if.c

/* bttv-if.c -- old gpio interface to other kernel modules don't use in new code, will go away in 2.7 have a look at bttv-gpio.c instead. bttv - Bt848 frame grabber driver C
www.eeworm.com/read/395229/2444495

h endian.h

/* m68k is big-endian. */ #ifndef _ENDIAN_H # error "Never use directly; include instead." #endif #define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/395229/2444572

h endian.h

/* H8/300 is big-endian. */ #ifndef _ENDIAN_H # error "Never use directly; include instead." #endif #define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/389879/2533407

c bttv-if.c

/* bttv-if.c -- old gpio interface to other kernel modules don't use in new code, will go away in 2.7 have a look at bttv-gpio.c instead. bttv - Bt848 frame grabber driver C
www.eeworm.com/read/385891/2582686

h freebird.h

/* * */ #ifndef __ASM_ARCH_HARDWARE_H #error "include instead" #endif /* Board Control Register */ #define BCR_BASE 0xf0000000 #define BCR (*(volatile unsigned int *)(BCR_BASE)