代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/155374/5625568
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/154890/5631921
h linux_if.h
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/154890/5631924
h linux.h
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/154890/5633541
xpm linux.xpm
/* XPM */
static char * linux_xpm[] = {
/* width height ncolors chars_per_pixel */
"28 24 16 1",
/* colors */
" c #0000F8",
". c #0000DD",
"X c #100E33",
"o c #000016",
"O c #000000",
"+ c #625041",
www.eeworm.com/read/154890/5633577
xbm linux.xbm
#define linux_width 28
#define linux_height 24
static char linux_bits[] = {
0x00,0xf0,0x00,0xf0,0x00,0xf8,0x01,0xf0,0x00,0xfc,0x03,0xf0,0x00,0xfc,0x03,
0xf0,0x00,0x78,0x03,0xf0,0x00,0xfc,0x03,0xf0,0
www.eeworm.com/read/154682/5634979
linux makefile.linux
CC = gcc
CFLAGS = -g -O2 -I.. -I../../include -fPIC
LDFLAGS = -shared
INSTALL = install
all: minconn.so passprompt.so
minconn.so: minconn.c
$(CC) -o $@ $(LDFLAGS) $(CFLAGS) minconn.c
passprompt.so
www.eeworm.com/read/154682/5634995
linux makefile.linux
all: pppgetpass.vt pppgetpass.gtk
pppgetpass.vt: pppgetpass.vt.o
pppgetpass.gtk: pppgetpass.gtk.o
$(CC) $(LDFLAGS) pppgetpass.gtk.o `gtk-config --libs` -o pppgetpass.gtk
pppgetpass.gtk.o: pppgetpas
www.eeworm.com/read/182948/6788465
studentsystem-linux
www.eeworm.com/read/474905/6797454
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = findsvc bo ruptime ruptimed ruptimed-fd ruptime-dg ruptimed-dg \
bindunix
all: ${PROGS} clconn.o initsrv1.o initsrv2.o recvfd.o sendfd.o \
cliconn.o
www.eeworm.com/read/474628/6803753