代码搜索结果

找到约 2,917 项符合 Strip 的代码

makefile

# # Makefile for the Linux Wireless network device drivers. # obj-$(CONFIG_IPW2100) += ipw2100.o obj-$(CONFIG_IPW2200) += ipw2200.o obj-$(CONFIG_STRIP) += strip.o obj-$(CONFIG_ARLAN) += arlan.o a

strip.c

/* * Copyright 1996 The Board of Trustees of The Leland Stanford * Junior University. All Rights Reserved. * * Permission to use, copy, modify, and distribute this * software and its documentatio

.nand_ecc.o.flags

ifeq (-I/home/plg/vivi_2440_temp/vivi/include -I/usr/local/arm/2.95.3/include -Wall -Wstrict-prototypes -O2 -fPIC -fomit-frame-pointer -mapcs-32 -mshort-load-bytes -msoft-float,$(strip $(subst $(comma

.nandlink.o.flags

ifeq (nand_ecc.o smc_core_2440.o bon.o bon.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += nandlink.o endif

.smc_core_2440.o.flags

ifeq (-I/home/plg/vivi_2440_temp/vivi/include -I/usr/local/arm/2.95.3/include -Wall -Wstrict-prototypes -O2 -fPIC -fomit-frame-pointer -mapcs-32 -mshort-load-bytes -msoft-float,$(strip $(subst $(comma

.bon.o.flags

ifeq (-I/home/plg/vivi_2440_temp/vivi/include -I/usr/local/arm/2.95.3/include -Wall -Wstrict-prototypes -O2 -fPIC -fomit-frame-pointer -mapcs-32 -mshort-load-bytes -msoft-float,$(strip $(subst $(comma

.s3c2440_flash.o.flags

ifeq (-I/home/plg/vivi_2440_temp/vivi/include -I/usr/local/arm/2.95.3/include -Wall -Wstrict-prototypes -O2 -fPIC -fomit-frame-pointer -mapcs-32 -mshort-load-bytes -msoft-float,$(strip $(subst $(comma

.mapslink.o.flags

ifeq (s3c2440_flash.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += mapslink.o endif

ip2long.java

package book.string; public class IP2Long { //将127.0.0.1 形式的IP地址转换成10进制整数,这里没有进行任何错误处理 public static long ipToLong(String strIP){ long[] ip=new long[4]; //先找到IP地址字符串中.的位置

makefile

ifeq ($(strip $(RHIDESRC)),) error!! You have to set the variable RHIDESRC endif _srcdir=$(RHIDESRC)/tvision/classes/t/linux include $(_srcdir)/makefile.src