代码搜索:Torvalds
找到约 10,000 项符合「Torvalds」的源代码
代码结果 10,000
www.eeworm.com/read/386806/8724460
c dup.c
/*
* linux/lib/dup.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall1(int,dup,int,fd)
www.eeworm.com/read/386806/8724463
c write.c
/*
* linux/lib/write.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define __LIBRARY__
#include
#include
_syscall3(int,write,int,fd,const char *,
www.eeworm.com/read/386806/8724474
c close.c
/*
* linux/lib/close.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall1(int,close,int,fd)
www.eeworm.com/read/386806/8724490
c string.c
/*
* linux/lib/string.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#ifndef __GNUC__
#error I want gcc!
#endif
#include
#define extern
#define inline
#define
www.eeworm.com/read/386806/8724493
c execve.c
/*
* linux/lib/execve.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall3(int,execve,const char *,file,char **,argv,char **,envp)
www.eeworm.com/read/386806/8724496
c errno.c
/*
* linux/lib/errno.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
int errno;
www.eeworm.com/read/383713/8923741
c setsid.c
/*
* linux/lib/setsid.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define __LIBRARY__
#include
#include
_syscall0(pid_t,setsid)
www.eeworm.com/read/383713/8923742
c dup.c
/*
* linux/lib/dup.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall1(int,dup,int,fd)
www.eeworm.com/read/383713/8923743
c write.c
/*
* linux/lib/write.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define __LIBRARY__
#include
#include
_syscall3(int,write,int,fd,const char *,
www.eeworm.com/read/383713/8923746
c close.c
/*
* linux/lib/close.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall1(int,close,int,fd)