代码搜索:sys
找到约 10,000 项符合「sys」的源代码
代码结果 10,000
www.eeworm.com/read/273025/10931121
h sys.h
extern int sys_setup();
extern int sys_exit();
extern int sys_fork();
extern int sys_read();
extern int sys_write();
extern int sys_open();
extern int sys_close();
extern int sys_waitpid();
extern int
www.eeworm.com/read/273025/10931174
c sys.c
/*
* linux/kernel/sys.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/272696/10947157
sys wdmstub.sys
www.eeworm.com/read/272696/10947159
sys mchpusb.sys
www.eeworm.com/read/272665/10949778
sys siint.sys
www.eeworm.com/read/418361/10951067
c sys.c
#include
#include
#include
static inline int mystrlen(char *s) {
int i = 0;
while (s[i])
i++;
return i;
}
void pass(void) {
char s[] = "passed.\n";
write (1, s
www.eeworm.com/read/418361/10951099
h sys.h
#include
#define STRINGIFY(x) #x
#define TOSTRING(x) STRINGIFY(x)
#define CURRENT_LOCATION __FILE__ ":" TOSTRING(__LINE__)
#define err() \
{
www.eeworm.com/read/418311/10953686
sys wdmstub.sys
www.eeworm.com/read/418311/10953688