代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/265680/11257758
doc linux-talk.doc
www.eeworm.com/read/411029/11259645
linux-gdb config.linux-gdb
www.eeworm.com/read/249701/12479593
pdf linux_1.pdf
www.eeworm.com/read/335960/12488762
chm linux 快速入门.chm
www.eeworm.com/read/335707/12504243
pdf linux内核编程.pdf
www.eeworm.com/read/249296/12512422
chm building linux.chm
www.eeworm.com/read/335362/12534081
c linux_ptyopen.c
#include "apue.h"
#include
#ifndef _HAS_OPENPT
int
posix_openpt(int oflag)
{
int fdm;
fdm = open("/dev/ptmx", oflag);
return(fdm);
}
#endif
#ifndef _HAS_PTSNAME
char *
ptsname(int fdm
www.eeworm.com/read/335362/12535233
linux make.defines.linux
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/home/sar/apue.2e
CC=gcc
COMPILE.c=$(CC) $
www.eeworm.com/read/248784/12540998
pdf linux——neihe.pdf
www.eeworm.com/read/335228/12544718