代码搜索:proc

找到约 10,000 项符合「proc」的源代码

代码结果 10,000
www.eeworm.com/read/120908/6070871

s rsasparc.s

/* RSASPARC.S - processor-specific C library routines for RSAEURO Copyright (c) J.S.A.Kapp 1994 - 1995. RSAEURO - RSA Library compatible with RSAREF 2.0. All functions prototypes are the Same a
www.eeworm.com/read/120028/6080370

c readproc.c

#include #include #include #include #include #include int main() { /* int procfd; char buf[4000]; if ((procfd = open("/proc/m
www.eeworm.com/read/113399/6132033

c _kill.c

#include #define kill _kill #include PUBLIC int kill(proc, sig) int proc; /* which process is to be sent the signal */ int sig; /* signal number */ { message m;
www.eeworm.com/read/110301/6165377

asm load2.asm

.286 .model SMALL, C ; macro to call dpmi in ax ; DPMI MACRO function mov ax,function int 31h ENDM ; error check for dpmi-functions ; return -1 for dpmi 0.9 ; for dpmi 1.0 replace w
www.eeworm.com/read/110301/6165491

asm dpmi16.asm

; ; DPMI16.ASM (c) Rainer Schnitker 91,92,93 ; ; ; 16bit library for DPMI 0.9 calls ; ; define 'HAVE386' to use 32bit DPMI mode ; .286 .model SMALL, C ; macro to call dpmi in ax ;
www.eeworm.com/read/110034/6167137

s head.s

/* * linux/arch/arm/boot/compressed/head.S * * Copyright (C) 1996-1999 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen
www.eeworm.com/read/109233/6175949

rb tkdialog.rb

#! /usr/local/bin/ruby require "tk" root = TkFrame.new top = TkFrame.new(root) { relief 'raised' border 1 } msg = TkMessage.new(top) { text "File main.c hasn't been saved to disk since \ it was
www.eeworm.com/read/109233/6175954

rb tktimer.rb

#!/usr/local/bin/ruby # This script generates a counter with start and stop buttons. require "tk" $label = TkLabel.new { text '0.00' relief 'raised' width 10 pack('side'=>'bottom', 'fill'=>'b
www.eeworm.com/read/109233/6175962

rb sample1.rb

#! /usr/local/bin/ruby -d #! /usr/local/bin/ruby # -d オプションを烧けると, デバッグ攫鼠を山绩する. # tcltk ライブラリのサンプル # まず, ライブラリを require する. require "tcltk" # 笆布は, Test1 のインスタンスの initialize() で, # tcl/tk に簇する借妄を乖う毋で
www.eeworm.com/read/108242/6183659

c kill.c

/* kill - send a signal to a process Author: Adri Koppes */ #include #include #include #include #include #include _PROTOTYPE(int m