代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/439082/1819988
c dev.c
/*
* NET3 Protocol independent device support routines.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as pu
www.eeworm.com/read/437605/1830387
dev iaxclient.dev
[Project]
FileName=iaxclient.dev
Name=iaxclient
UnitCount=132
Type=2
Ver=1
ObjFiles=
Includes=.;../../portaudio/include;../../portaudio/src/common;../../portaudio/pablio;../../portmixer/px_comm
www.eeworm.com/read/435707/1861879
ed dev.ed
g/^decreate/ s/(Chan\*, char\*, int, ulong)/(Chan *c, char *name, int mode, ulong perm)/
g/^devremove/ s/(Chan\*)/(Chan *c)/
g/^devwstat/ s/(Chan\*, uchar\*, int)/(Chan *c, uchar *stat, int nstat)/
g/
www.eeworm.com/read/435707/1861905
c dev.c
#include "u.h"
#include "lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "error.h"
extern ulong kerndate;
void
mkqid(Qid *q, vlong path, ulong vers, int type)
{
q->type = type;
www.eeworm.com/read/435701/1862215
c dev.c
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "../port/error.h"
extern ulong kerndate;
int
devno(int c, int user)
{
int i;
for(i = 0; devtab[
www.eeworm.com/read/430898/1914903
dev readme.dev
Apache Portable Runtime
=======================
Using a Subversion Checkout on Unix
===================================
If you are building APR from SVN, you need to perform a prerequisite
step. Y