代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/383676/2615269
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/383672/2615383
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/383669/2615487
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/383667/2615580
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/383664/2615667
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/381929/2639514
c filesystemmain.c
/*
* description: FileSystem Main
* Maker : Hiromihci Kondo
* Copyright : (C)2003,SEIKO EPSON Corp. All Rights Reserved.
*/
#include
#include
#include
www.eeworm.com/read/374762/2746048
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/374762/2746078
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/374687/2748396
2 config.in.2
config BR2_PACKAGE_GCC_TARGET
bool "native toolchain in the target filesystem"
default n
help
If you want the target system to be able to run
binutils/gcc and compile native code, say Y here