代码搜索结果
找到约 3,568 项符合
Strip 的代码
run
as fsboot.s tty.s rrk.s rk.s
strip a.out
ls -l a.out
cp a.out /usr/mdec/rkuboot
as fsboot.s tty.s rrp.s rp.s
strip a.out
ls -l a.out
cp a.out /usr/mdec/rpuboot
as fsboot.s tty.s rhp.s hp.s
strip a.o
run
cc -s -f -O ac.c
cmp a.out /usr/bin/ac
cp a.out /usr/bin/ac
as ar.s
strip a.out
cmp a.out /bin/ar
cp a.out /bin/ar
cc -s -O banner.c
cmp a.out /usr/bin/banner
cp a.out /usr/bin/banner
as bas.s
ld -
run
cc -s -O mail.c
cmp a.out /bin/mail
cp a.out /bin/mail
cc -s -O mesg.c
cmp a.out /usr/bin/mesg
cp a.out /usr/bin/mesg
as mkdir.s
strip a.out
cmp a.out /bin/mkdir
cp a.out /bin/mkdir
cc -s -O mkfs.c
theend.html
The End
dictionaryclass.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
install-defs.sh.in
CP=@CP@
STRIP=@STRIP@
CHMOD=@CHMOD@
prefix=@prefix@
exec_prefix=@exec_prefix@
BINDIR=@bindir@
enciph.c
/*
* Program to encipher text using Blum-Goldwasser Probabalistic
* Public Key method
* See "Modern Cryptology - a tutorial" by Gilles Brassard.
* Published by Springer-Verlag, 1988
basename
# Date: Fri, 11 Oct 91 11:22:36 edt
# From: friedman@gnu.ai.mit.edu
# To: bfox@gnu.ai.mit.edu
# A replacement for basename(1). Not all the systems I use have this
# program. Usage: basename [path]
quote.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/*
*
* Various things for quoting w
makefile
# @(#)Makefile 1.1 92/07/30 SMI
all:
sh makewidths
-for i in *.c; do \
/bin/cc -c $$i; \
strip `basename $$i .c`.o; \
done
>all
install: all
-for i in *.o; do \
install -c -m 755 $$i ${