代码搜索:Making

找到约 2,505 项符合「Making」的源代码

代码结果 2,505
www.eeworm.com/read/124910/6037486

s umount.s

/* This hack is necessary since the kernel people are making "strange" changes. They simply rename old system calls. */ #include #ifdef __NR_oldumount PSEUDO (__umount, oldumount, 1)
www.eeworm.com/read/124347/6051015

h libc-symbols.h

/* Support macros for making weak and strong aliases for symbols, and for using symbol sets and linker warnings with GNU ld. Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation,
www.eeworm.com/read/121089/6069558

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 */ #define COW #include /* NOTE:
www.eeworm.com/read/121089/6070060

inc edityp.inc

; /* SCCSWHAT( "%W% %E% %U% %Q%" ) */ ;File: edityp.inc - Defines which apply to TextWin's edit manager ;NOTE: When making changes to this file, be sure to make equivalent ; changes to file ed
www.eeworm.com/read/121089/6070115

h txtmgr.h

/* File: txtmgr.h - Defines which apply to the QBI Text Manager */ /* NOTE: When making changes to this file, be sure to make equivalent */ /* changes to file TXTMGR.INC */ #undef TXTMGR_H
www.eeworm.com/read/114399/6124156

java thread2.java

public class Thread2 implements Runnable { int threadNumber; public Thread2(int i) { System.out.println(" Making thread=" + i); threadNumber=i; } public void run() {
www.eeworm.com/read/113536/6127796

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 */ #define COW #include /* NOTE:
www.eeworm.com/read/113536/6127997

inc edityp.inc

; /* SCCSWHAT( "%W% %E% %U% %Q%" ) */ ;File: edityp.inc - Defines which apply to TextWin's edit manager ;NOTE: When making changes to this file, be sure to make equivalent ; changes to file ed
www.eeworm.com/read/110972/6161155

in configure.in

dnl Process this file with autoconf to produce a configure script. AC_INIT(README) dnl Set various version strings - taken gratefully from the GTk sources # # Making releases: # Edit include/SD
www.eeworm.com/read/110034/6168775

makefile

# This is far from simple, but I couldn't think of a good name. This is # for making the 'zImage' or 'zImage.initrd' on a number of targets. # # Author: Tom Rini # # Copyright 2001