代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/250015/4443148
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/247849/4473459
exp smstruct.exp
catch "exec $MAKEINFO -o ./smstruct.info $srcdir/text/smstruct.texi" maki_out
verbose "Makeinfo output: $maki_out" 1
if [string match \
"Making*file*smstruct*from*smst
www.eeworm.com/read/242082/4556228
c private.c
/*
CW : Character Windows
private.c : Includes headers for making .inc files
NOTE: does not include all headers, just those needed for assembler
*/
#include "cow.h" /* NOTE: cow.inc not g
www.eeworm.com/read/242082/4556281
inc dlg.inc
;WARNING: This file contains some of the same constants as DLG.H
;WARNING: When making a change to one, make it to both!
isNothing EQU 0ffffh
tmcMake EQU (tmcUserMin+0)
tmcMakeExit EQU (tmcUs
www.eeworm.com/read/240162/4583041
c tredecl2.c
// { dg-do assemble }
// No bug; making sure my fix for tredecl.C doesn't break other cases
template struct Foo { Foo * me() { return this; } };
Foo i;
www.eeworm.com/read/234134/4661035
c private.c
/*
CW : Character Windows
private.c : Includes headers for making .inc files
NOTE: does not include all headers, just those needed for assembler
*/
#include "cow.h" /* NOTE: cow.inc not g
www.eeworm.com/read/234134/4661385
inc dlg.inc
;WARNING: This file contains some of the same constants as DLG.H
;WARNING: When making a change to one, make it to both!
isNothing EQU 0ffffh
tmcMake EQU (tmcUserMin+0)
tmcMakeExit EQU (tmcUs
www.eeworm.com/read/233693/4665406
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/233448/4675860
c tredecl2.c
// { dg-do assemble }
// No bug; making sure my fix for tredecl.C doesn't break other cases
template struct Foo { Foo * me() { return this; } };
Foo i;
www.eeworm.com/read/233448/4686316
c 20020919-1.c
/* APPLE LOCAL file mainline */
/* Copyright (C) 2002 Free Software Foundation.
by Hans-Peter Nilsson
Making sure that asm clobbers conflicting with asm-declared input
operan