代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/198616/7924127
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = csize settty t_getpass t_isatty t_raw t_ttyname winch
all: ${PROGS} ctermid.o
ctermid.o: ctermid.c
getpass.o: getpass.c
isatty.o: isatty.c
ttyname.o:
www.eeworm.com/read/198616/7924162
mk linux.mk
include ../Make.defines.linux
PROGS = pty
all: ${PROGS}
loop.o: loop.c
driver.o: driver.c
main.o: main.c
pty: main.o loop.o driver.o
gcc -o pty main.o loop.o driver.o $(LDDIR) -lapue
clean
www.eeworm.com/read/198616/7924185
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = openclient
all: ${PROGS}
main.o: ../open.fe/main.c
$(CC) $(CFLAGS) -c ../open.fe/main.c
open.o: open.c
openclient: main.o open.o
$(CC) $(CFLAGS) -
www.eeworm.com/read/198225/7946885
h linux.h
/*
* linux.h: header file for linux.c
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/198225/7946978
c linux.c
/*
* linux.c: support functions for booting a kernel
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
* it u
www.eeworm.com/read/197887/7964326
h linux.h
#ifndef __LINUX_H__
#define __LINUX_H__
#include
#include
#include
struct usb_ctrltransfer {
/* keep in sync with usbdevice_fs.h:usbdevfs_ctrltransfer */
u_in
www.eeworm.com/read/197887/7964380
c linux.c
/*
* Linux USB support
*
* Copyright (c) 2000-2003 Johannes Erdfelt
*
* This library is covered by the LGPL, read LICENSE for details.
*/
#include /* getenv, e
www.eeworm.com/read/297474/8015900
chm linux.chm
www.eeworm.com/read/397799/8021323
linux readme.linux
NOTES ON USING AND RECOMPILING SSPROPC UNDER LINUX
sspropc and the associated FFTW libraries were compiled using gcc
version 3.4.4 and Matlab version 7.0.4
In order to use the program, you must
www.eeworm.com/read/297233/8038373
x-linux
# Don't run fixproto
STMP_FIXPROTO =
# Don't install "assert.h" in gcc. We use the one in glibc.
INSTALL_ASSERT_H =