代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/175726/7804533
chm linux-application.chm
www.eeworm.com/read/289562/7805508
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/289562/7805958
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/235316/7811144
c linux_ls.c
#include
#include
#include
#include
#include
int wenjian(char *argv, FILE *fp)
{
int a;
DIR *dir;
struct dirent *ptr;
struct stat
www.eeworm.com/read/299941/7819632
pdf linux内存映射.pdf
www.eeworm.com/read/399919/7822671
pdf linux_uart.pdf
www.eeworm.com/read/198946/7903280
c audioio_linux.c
/* this file is a part of amp software, (C) tomislav uzelac 1996,1997
Origional code by: tomislav uzelac
Modified by:
* Dan Nelson - BSD mods.
* Andrew Richards - moved code from audio.c and
www.eeworm.com/read/198616/7922486
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/198616/7923990
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) $