代码搜索:Open
找到约 10,000 项符合「Open」的源代码
代码结果 10,000
www.eeworm.com/read/390659/8453668
gif open.gif
www.eeworm.com/read/390226/8475604
bmp open.bmp
www.eeworm.com/read/189219/8484042
h open.h
#include
#include
#include "ourhdr.h"
#define CL_OPEN "open" /* client's request for server */
/* our function prototypes */
int csopen(char *, int);
www.eeworm.com/read/189219/8484046
c open.c
#include "open.h"
#include /* struct iovec */
/* Open the file by sending the "name" and "oflag" to the
* connection server and reading a file descriptor back. */
int
csopen(char *name
www.eeworm.com/read/189219/8484344
c open.c
#include "db.h"
/* Open or create a database. Same arguments as open(). */
DB *
db_open(const char *pathname, int oflag, int mode)
{
DB *db;
int i, len;
char asciiptr[PTR_SZ + 1],
hash[
www.eeworm.com/read/189219/8484766
h open.h
#include
#include
#include "ourhdr.h"
#define CS_OPEN "/home/stevens/opend" /* server's well-known name */
#define CL_OPEN "open" /* client's request for server */
www.eeworm.com/read/189219/8484775
c open.c
#include "open.h"
#include /* struct iovec */
/* Open the file by sending the "name" and "oflag" to the
* connection server and reading a file descriptor back. */
int
csopen(char *name
www.eeworm.com/read/390003/8489944
gif open.gif
www.eeworm.com/read/188986/8498020
bmp open.bmp
www.eeworm.com/read/188938/8507617