代码搜索结果
找到约 8,431 项符合
RF 的代码
fifo
#!/bin/sh
# Make sure touch works on fifos without hanging.
if test "$VERBOSE" = yes; then
set -x
touch --version
fi
framework_failure=0
tmp=fifo-$$
rm -rf $tmp
mkfifo $tmp || framework_failure
dir-file
#!/bin/sh
# mv must fail when src and dest are mismatched directory/non-directory.
if test "$VERBOSE" = yes; then
set -x
mv --version
fi
tmp=mv-mismatch-$$
pwd=`pwd`
trap "cd $pwd; rm -rf $tmp"
p-1
#!/bin/sh
if test "$VERBOSE" = yes; then
set -x
mkdir --version
fi
pwd=`pwd`
tmp=`echo "$0"|sed 's,.*/,,'`.tmp
trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0
trap '(exit $?); exit' 1 2
p-2
#!/bin/sh
# Just like p-1, but with an absolute path.
if test "$VERBOSE" = yes; then
set -x
mkdir --version
fi
pwd=`pwd`
tmp=`echo "$0"|sed 's,.*/,,'`.tmp
trap 'status=$?; cd $pwd; rm -rf $tmp &
parents
#!/bin/sh
# make sure mkdir's -p options works properly
if test "$VERBOSE" = yes; then
set -x
mkdir --version
fi
pwd=`pwd`
tmp=parents-$$
trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0
t.save
#!/bin/sh
: ${BF_SAVEDIR=.}
if [ ! -z "$BF_SAVEDIR" ] ; then
NAME=`basename $0 | sed s@^t\.@@`
DATE=`date +"%Y%m%d"`
if [ -d $NAME.$DATE ] ; then
rm -rf $NAME.$DATE
fi
mkdir $NA
app.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="app"
ProjectDir="E:\KN\temp723origin\temp723\rf5audio\projects\evmdm642\"
ProjectTyp
vsim_vcd.cmd
#! /bin/csh -f
#
if( -e work) then
\rm -rf work
endif
#
vlib work
#
vcom -f run.f
#
vsim -t 10ps system novas -c -do stop_vcd.do -vital2.2b
vsim_fsdb.cmd
#! /bin/csh -f
#
if( -e work) then
\rm -rf work
endif
#
vlib work
#
vcom -f run.f
#
vsim -t 10ps system novas -c -do stop_fsdb.do -vital2.2b
vsim_vcd.cmd
#! /bin/csh -f
#
if( -e work) then
\rm -rf work
endif
#
vlib work
#
vcom -f run.f
#
vsim -t 10ps system novas -c -do stop_vcd.do -vital2.2b