代码搜索:Open
找到约 10,000 项符合「Open」的源代码
代码结果 10,000
www.eeworm.com/read/383378/8951400
gif open.gif
www.eeworm.com/read/186023/8965746
c open.c
#define __LIBRARY__
#include
#include
int open(const char * filename, int flag, ...)
{
register int res;
va_list arg;
va_start(arg,flag);
__asm__("int $0x80"
:"=a" (res)
www.eeworm.com/read/186023/8965924
c open.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#in
www.eeworm.com/read/185974/8969530
ico open.ico
www.eeworm.com/read/283862/8985094
gif open.gif
www.eeworm.com/read/283862/8985165
psd open.psd
www.eeworm.com/read/185783/8985262
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/185783/8985270
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/185783/8985785
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/185783/8986389
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 */