代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/243567/4524837
makefile
# File: drivers/irda/Makefile
#
# Makefile for the Linux IrDA infrared port device drivers.
#
# 9 Aug 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
www.eeworm.com/read/242331/4554576
txt 7-1.txt
// A short-cut function, sometimes useful instead of document.write()
// This function has no return statement, so it returns no value.
function print(msg)
{
document.write(msg, "");
}
// A f
www.eeworm.com/read/240162/4589490
c 20020303-1.c
/* With -fzero-initialized-in-bss, we made I a common symbol instead
of a symbol in the .bss section. Not only does that break semantics,
but a common symbol can't be weak. */
int i __attribu
www.eeworm.com/read/233448/4683588
c 20020303-1.c
/* With -fzero-initialized-in-bss, we made I a common symbol instead
of a symbol in the .bss section. Not only does that break semantics,
but a common symbol can't be weak. */
int i __attribu
www.eeworm.com/read/229812/4740997
mh assert.mh
/*
* assert.h
*
:include crwat.sp
*/
:segment SNAP | SNAPDRV
/* We don't support assertions in BPD's. Use the CHECK() macro instead */
#undef assert /* remove existing definition */
www.eeworm.com/read/217239/4874683
contents
Contents of the UnZip 4.2 main archive (the "sub-archives" may be .arc
or .tar.Z instead of .zip, or even sub-directories):
Contents this file
README what UnZip is; general information (was unzip
www.eeworm.com/read/209559/4966311
makefile
# Makefile for the kernel cdrom device drivers.
#
# 30 Jan 1998, Michael Elizabeth Chastain,
# Rewritten to use lists instead of if-statements.
# Each configuration option enab
www.eeworm.com/read/209559/4969077
h mca-legacy.h
/* -*- mode: c; c-basic-offset: 8 -*- */
/* This is the function prototypes for the old legacy MCA interface
*
* Please move your driver to the new sysfs based one instead */
#ifndef _LINUX_MCA_LE
www.eeworm.com/read/209559/4969354
h uaccess.h
#ifndef _ASM_GENERIC_UACCESS_H_
#define _ASM_GENERIC_UACCESS_H_
/*
* This macro should be used instead of __get_user() when accessing
* values at locations that are not known to be aligned.
*/
#de