代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/398510/2378417
makefile
RM := rm -rf
# Set the optimisation level - this should be set to 0, 1, 2, 3 or s (s for size).
OPTIM=s
###############################################################################
# List t
www.eeworm.com/read/398510/2378702
makefile
RM := rm -rf
# Set the optimisation level - this should be set to 0, 1, 2, 3 or s (s for size).
OPTIM=0
###############################################################################
# List t
www.eeworm.com/read/393721/2466204
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/393718/2467486
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/393716/2468984
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/393713/2470318
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/393710/2471647
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/363470/2918332
clean
rm ../bin/INCA_libs/worklib/*
rm ../bin/INCA_libs/worklib/.*
rm ../log/*.log
rm -rf ../out/*.shm
www.eeworm.com/read/363470/2918388
clean
rm ../bin/INCA_libs/worklib/*
rm ../bin/INCA_libs/worklib/.*
rm ../log/*.log
rm -rf ../out/*.shm
www.eeworm.com/read/360437/2962381
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done