代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5936679
fixincludes
#! /bin/sh
# Install modified versions of certain ANSI-incompatible system header files
# which are fixed to work correctly with ANSI C
# and placed in a directory that GNU C will search.
# See READM
www.eeworm.com/read/131315/5941758
c x_hil.c
/* $Header: /host/debretts/disk2/X11R5/R5-hp300/mit/server/ddx/hpbsd/input/RCS/x_hil.c,v 1.2 1993/04/21 21:41:28 root Exp $ */
/*******************************************************************
**
www.eeworm.com/read/131315/5943317
in zmore.in
:
#!/bin/sh
PATH="BINDIR:$PATH"; export PATH
if test "`echo -n a`" = "-n a"; then
# looks like a SysV system:
n1=''; n2='\c'
else
n1='-n'; n2=''
fi
oldtty=`stty -g 2>/dev/null`
if stty -cbreak
www.eeworm.com/read/131315/5943327
in gzexe.in
:
#!/bin/sh
# gzexe: compressor for Unix executables.
# Use this only for binaries that you do not use frequently.
#
# The compressed version is a shell script which decompresses itself after
# skippi
www.eeworm.com/read/131315/5943367
zfile
#!/bin/sh
if test $# = 0; then
echo 'zfile: file(1) for programs which may be compressed with gzexe'
echo usage: `basename $0` files...
exit 1
fi
tmp=/tmp/gz$$
for i do
if test ! -f "$i" ;
www.eeworm.com/read/131315/5943639
8 mount_fdesc.8
.\"
.\" Copyright (c) 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
.\" All rights reserved.
.\"
.\" This code is derived from software donated to Berkeley by
www.eeworm.com/read/129848/5969680
genrec
mkdir -p ctl
cd ctl
rm -f *
awk -f ../genrec.awk /dev/null
cd ..
www.eeworm.com/read/129064/5975180
genrec
mkdir -p ctl
cd ctl
rm -f *
awk -f ../genrec.awk /dev/null
cd ..
www.eeworm.com/read/129064/5975273
genrec
mkdir -p ctl
cd ctl
rm -f *
awk -f ../genrec.awk /dev/null
cd ..
www.eeworm.com/read/128531/5987319
c spaceorb.c
/*
* $Id: spaceorb.c,v 1.7 2000/05/29 11:19:51 vojtech Exp $
*
* Copyright (c) 1999-2000 Vojtech Pavlik
*
* Based on the work of:
* David Thompson
*
* Sponsored by SuSE
*/
/*
* SpaceT