代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/396258/8118052

c linux.c

#include #include #include #include #include /* include/asm-arm/setup.h in linux */ /* The list ends with an ATAG_NONE node. */ #define ATAG_NO
www.eeworm.com/read/395972/8139727

jpg linux.jpg

www.eeworm.com/read/146172/12666784

linux makefile.linux

# makefile for libpng.a and libpng12.so on Linux ELF with gcc # Copyright (C) 1998, 1999, 2002 Greg Roelofs and Glenn Randers-Pehrson # Copyright (C) 1996, 1997 Andreas Dilger # For conditions of dist
www.eeworm.com/read/246717/12707264

html linux.html

Yahoo! Computers and Internet:Software:Operating Systems:Unix:Linux
www.eeworm.com/read/145646/12708587

ico linux.ico

www.eeworm.com/read/144875/12764990

ico system (linux).ico

www.eeworm.com/read/245951/12767925

ico linux.ico

www.eeworm.com/read/332098/12779360

mk linux.mk

include ../Make.defines.linux # # Makefile for misc library. # AR = ar LIBMISC = libapue.a OBJS = bufargs.o cliconn.o clrfl.o \ daemonize.o error.o errorlog.o lockreg.o locktest.o \ openma
www.eeworm.com/read/332098/12779386

mk linux.mk

include ../Make.defines.linux EXTRA= PROGS = deadlock mandatory all: ${PROGS} clean: rm -f ${PROGS} ${TEMPFILES} *.o
www.eeworm.com/read/332098/12779424

mk linux.mk

include ../Make.defines.linux EXTRA= OBJ = getpwnam.o all: ${OBJ} clean: rm -f ${OBJ} ${TEMPFILES} *.o