代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/312284/3673583
sql proc_updateuser.sql
if object_Id('proc_updateUser') is not null
drop proc proc_updateUser
go
create proc proc_updateUser
(
@UserID bigint,
@UserPwd varchar (20),
@UserRight char (10)
)
as
update tb_User set Use
www.eeworm.com/read/312284/3673584
sql proc_insertprovider.sql
use db_SMS
go
if object_Id('proc_insertProvider') is not null
drop proc proc_insertProvider
go
create proc proc_insertProvider
(
@PrName varchar (100),
@PrPeople varchar (20),
@PrPhone varcha
www.eeworm.com/read/312284/3673585
sql proc_insertuser.sql
use db_SMS
go
if object_Id('proc_insertUser') is not null
drop proc proc_insertUser
go
create proc proc_insertUser
(
@UserName varchar (20),
@UserPwd varchar (20),
@UserRight char (10)
)
as
www.eeworm.com/read/312284/3673586
sql proc_insertinstore.sql
use db_SMS
go
if object_Id('proc_insertInStore') is not null
drop proc proc_insertInStore
go
create proc proc_insertInStore
(
@GoodsID bigint,
@GoodsName varchar(50),
@PrName varchar (100),
www.eeworm.com/read/312249/3674430
h rtcfg_proc.h
/***
*
* include/rtcfg/rtcfg_proc.c
*
* Real-Time Configuration Distribution Protocol
*
* Copyright (C) 2004 Jan Kiszka
*
* This program is free software; you can redis
www.eeworm.com/read/312249/3674450
h rtmac_proc.h
/***
*
* include/rtmac/rtmac_proc.h
*
* rtmac - real-time networking medium access control subsystem
* Copyright (C) 2002 Marc Kleine-Budde
* 2004 Jan Kis
www.eeworm.com/read/309984/3700604
db_server_proc
/* Do not edit: automatically built by gen_rpc.awk. */
#include "db_config.h"
#ifndef NO_SYSTEM_INCLUDES
#include
#include
#include
#endif
#include "db_int.h"
www.eeworm.com/read/299781/3850744
h proc_fs.h
#ifndef _LINUX_PROC_FS_H
#define _LINUX_PROC_FS_H
/*
* The proc filesystem constants/structures
*/
#define PROC_ROOT_INO 1
#define PROC_SUPER_MAGIC 0x9fa0
struct proc_dir_entry {
unsigned short
www.eeworm.com/read/298657/3860678
h proc_service.h
/* Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of t
www.eeworm.com/read/294460/3916800
c sim_proc.c
/*======================================================================
A kernel module: simple proc
This example is to introduce proc fs