代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/340665/3276305
c tredecl2.c
// No bug; making sure my fix for tredecl.C doesn't break other cases
// Build don't link:
template struct Foo { Foo * me() { return this; } };
Foo i;
www.eeworm.com/read/340665/3281072
c 20020919-1.c
/* Copyright (C) 2002 Free Software Foundation.
by Hans-Peter Nilsson
Making sure that asm clobbers conflicting with asm-declared input
operands are detected: ``You may not w
www.eeworm.com/read/340665/3283862
todo
The approach I've been using for a given header is to recursively do each
of the "bits" headers which make up the standard header. So, e.g., while
there are four headers making up , three
www.eeworm.com/read/321483/3534416
t 30_local.t
#!/usr/bin/perl -Tw
use strict;
use Test;
BEGIN { plan tests => 4; }
use Locale::Maketext;
print "# Hi there...\n";
ok 1;
print "# --- Making sure that Perl globals are localized ---\n";
# declare
www.eeworm.com/read/295117/3912041
txt quickstart.txt
Quickstart on making the Busybox boot-floppy:
1) Download Busybox and uClibc from CVS or tarballs. Make sure they share a
common parent directory. (i.e. busybox/ and uclibc/ are both right off
www.eeworm.com/read/292705/3949341
txt spinlocks.txt
On Fri, 2 Jan 1998, Doug Ledford wrote:
>
> I'm working on making the aic7xxx driver more SMP friendly (as well as
> importing the latest FreeBSD sequencer code to have 7895 support) and wanted
> to
www.eeworm.com/read/285437/4049977
txt license.txt
Queplix Public License Version 1.0
1. Definitions.
1.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party.
1.1. "Contributor" means each enti
www.eeworm.com/read/271875/4221623
h read_only.h
#ifndef READ_ONLY_H
#define READ_ONLY_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* read_only.h
*/
/*
* The helper merely intercepts SET requests and handles them early on
* making ev
www.eeworm.com/read/440906/1777937
c tredecl2.c
// No bug; making sure my fix for tredecl.C doesn't break other cases
// Build don't link:
template struct Foo { Foo * me() { return this; } };
Foo i;
www.eeworm.com/read/440906/1782750
c 20020919-1.c
/* Copyright (C) 2002 Free Software Foundation.
by Hans-Peter Nilsson
Making sure that asm clobbers conflicting with asm-declared input
operands are detected: ``You may not w