代码搜索:Open
找到约 10,000 项符合「Open」的源代码
代码结果 10,000
www.eeworm.com/read/391387/8405992
gif open.gif
www.eeworm.com/read/391387/8406000
gif open.gif
www.eeworm.com/read/291498/8412343
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/291498/8412531
c open.c
/*
* linux/fs/open.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/291452/8417801
gif open.gif
www.eeworm.com/read/291252/8431565
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/291252/8431776
c open.c
/*
* linux/fs/open.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/190618/8439911
c open.c
/*************************************************************
* File: lib/open.c
* Purpose: Part of C runtime library
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 970304 Start of
www.eeworm.com/read/390817/8440003
gif open.gif
www.eeworm.com/read/390817/8440203