代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/332541/12748908
pdf 华为linux.pdf
www.eeworm.com/read/144648/12778209
sed linux-msg.sed
# po2msg.sed - Convert Uniforum style .po file to Linux style .msg file
# Copyright (C) 1995 Free Software Foundation, Inc.
# Ulrich Drepper , 1995.
#
# This program is free so
www.eeworm.com/read/332098/12779354
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/332098/12780537
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/245534/12795752
pdf linux系统移植.pdf
www.eeworm.com/read/331151/12844621
doc linux内核简介.doc
www.eeworm.com/read/143595/12856931
linux_icc exp.linux_icc
export HTKCF='-DNDEBUG -DOSS_AUDIO -O3 -ip -tpp6 '
export HTKLF='-L/usr/X11R6/lib'
export HTKCC='icc'
export Arch=linux
export Objcopy="echo"
export PRILF='-x'
export CPU=linux
export SHRLF='-shared'
www.eeworm.com/read/143595/12856946
linux-dec exp.linux-dec
export HTKCF='-ansi -Wall -Wno-switch -g -O3 -DOSS_AUDIO -DNDEBUG -DNO_LAT_LM'
export HTKLF='-L/usr/X11R6/lib'
export HTKCC='/usr/local/gcc-3.1.1/bin/gcc'
export Arch=linux
export Objcopy="echo"
expor