代码搜索:Open
找到约 10,000 项符合「Open」的源代码
代码结果 10,000
www.eeworm.com/read/380485/9145290
c open.c
/*
* linux/lib/open.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
#include
int open(const char * filename, int flag, ...)
{
register int res;
va_list a
www.eeworm.com/read/380485/9145507
c open.c
/*
* linux/fs/open.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/183272/9172446
h open.h
#include "apue.h"
#include
#define CL_OPEN "open" /* client's request for server */
int csopen(char *, int);
www.eeworm.com/read/183272/9172452
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 *n
www.eeworm.com/read/183272/9173166
h open.h
#include "apue.h"
#include
#define CL_OPEN "open" /* client's request for server */
#define CS_OPEN "/home/sar/opend" /* server's well-known name */
int csopen(char *, int);
www.eeworm.com/read/183272/9173169
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 *n
www.eeworm.com/read/183233/9174695
gif open.gif
www.eeworm.com/read/379736/9179666
c open.c
/*
* linux/lib/open.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
#include
int open(const char * filename, int flag, ...)
{
register int res;
va_list a
www.eeworm.com/read/379736/9179826
c open.c
/*
* linux/fs/open.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/379714/9180996
c open.c
/*
* linux/lib/open.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
#include
int open(const char * filename, int flag, ...)
{
register int res;
va_list a