代码搜索:linux

找到约 10,000 项符合「linux」的源代码

代码结果 10,000
www.eeworm.com/read/183272/9172270

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/183272/9173010

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/379787/9177008

txt 2003+linux.txt

在Windows2003上安装Linux(MagicLinux)+Mysql5+Apache2+PHP5+JSP(Tomcat5) - longch - DonewsBlog longch interesting DonewsBlog | Donews首页 | Donews社区 | Donews邮箱 | 我的首页 | 联系
www.eeworm.com/read/182465/9202100

chm linux_orders.chm

www.eeworm.com/read/181916/9227405

linux-ecc-64

# # qmake configuration for linux-ecc-64 # # Written for Intel C++ 7.1 and 8.0 for Linux # MAKEFILE_GENERATOR = UNIX TEMPLATE = app CONFIG += qt warn_on release link_prl QT += core gui QMAKE_CC
www.eeworm.com/read/181916/9227453

linux-g++-64

# # qmake configuration for linux-g++ # # Written for GNU/Linux platforms that have both lib and lib64 directories, # like the AMD Opteron. # MAKEFILE_GENERATOR = UNIX TEMPLATE = app CONFIG += qt
www.eeworm.com/read/181916/9227460

linux-g++-32

# # qmake configuration for linux-g++ # MAKEFILE_GENERATOR = UNIX TEMPLATE = app CONFIG += qt warn_on release incremental link_prl QT += core gui QMAKE_INCREMENTAL_STYLE = sublib QMAKE_CC = gc
www.eeworm.com/read/378510/9227896

c linux_usbfs.c

/* * Linux usbfs backend for libusb * Copyright (C) 2007-2008 Daniel Drake * Copyright (c) 2001 Johannes Erdfelt * * This library is free software; you can