代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/124442/14567942
c proc.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l
www.eeworm.com/read/124442/14567975
c proc.c
/*
* UNIX An implementation of the AF_UNIX network domain for the
* LINUX operating system. UNIX is implemented using the
* BSD Socket interface as the means of communication with
* the u
www.eeworm.com/read/124417/14569035
h proc.h
#ifndef _PROC_H
#define _PROC_H
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _TIMER_H
#include "timer.h"
#endif
#define SIGQSIZE 200 /* Entries in ksignal queu
www.eeworm.com/read/124153/14592993
c proc.c
/*
* $Id: proc.c,v 1.10 2002/12/26 20:24:08 mj Exp $
*
* The PCI Library -- Configuration Access via /proc/bus/pci
*
* Copyright (c) 1997--1999 Martin Mares
*
* Can be freely distri
www.eeworm.com/read/123777/14613011
h proc.h
/*
proc.h
*/
#define STKSIZ 100
char opstk[STKSIZ];
int opsp = 0;
#define PUSH(op) (opstk[opsp++] = op)
#define POP() (opstk[--opsp])
#define EMPTY() (opsp == 0)
#define PEEK() (!EMPTY() && opstk[
www.eeworm.com/read/223145/14652650
dat proc.dat
20 11 结构设计 jgsj
535 11 退出 cd\algor
20 41 程序说明 readme
226 11 检查病毒 \\dos\\msav
www.eeworm.com/read/222766/14674893
h proc.h
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ proc.h - procedure meta data repository
www.eeworm.com/read/222764/14675034
h proc.h
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ proc.h - procedure meta data repository
www.eeworm.com/read/222244/14699668
cpp proc.cpp
// proc.cpp
// xp_aesdecrypt extended stored procedure
//
// Usage: xp_aesdecrypt @param1, @param2 [,@param3 OUTPUT]
//
// @param1 is the text to decrypt, @param2 is the key. If @param3 OUTPUT
www.eeworm.com/read/222244/14699691
cpp proc.cpp
// proc.cpp
//
// The xp_blowfishdecrypt extended stored procedure
//
// Ver. 0.9.0.0: Updated 1/19/2006 to fix memory fragmentation problems that show up
// when run on very large