代码搜索结果
找到约 8,364 项符合
N 的代码
nvimnv.c
/*===========================================================================
N V I T E M M A N A G E R T A S K
DESCRIPTION
All the declarations and definitions necessa
n.bat
@echo off
pause
kill c:
speed20 /b /v
load n3
traplog.tlg
@N:".\gentmp0a01832":4:7:4:9|Synthesizing work.top.gen
@N:"syng0a01832":200:7:200:12|Synthesizing work.ram_rw.select_ram
@W:"syng0a01832":2707:7:2707:17|Signal out_bus_128 is undriven
@W:"syng0a
xargs-works
[ -n "$d" ] || d=..
find "$d" -name \*works -type f | xargs md5sum > logfile.gnu
find "$d" -name \*works -type f | busybox xargs md5sum > logfile.bb
diff -u logfile.gnu logfile.bb
head-n-works
[ -n "$d" ] || d=..
head -n 2 "$d/README" > logfile.gnu
busybox head -n 2 "$d/README" > logfile.bb
cmp logfile.gnu logfile.bb
head-works
[ -n "$d" ] || d=..
head "$d/README" > logfile.gnu
busybox head "$d/README" > logfile.bb
cmp logfile.gnu logfile.bb
ls-l-works
[ -n "$d" ] || d=..
LC_ALL=C ls -l "$d" > logfile.gnu
busybox ls -l "$d" > logfile.bb
diff -w logfile.gnu logfile.bb
ls-s-works
[ -n "$d" ] || d=..
LC_ALL=C ls -1s "$d" > logfile.gnu
busybox ls -1s "$d" > logfile.bb
cmp logfile.gnu logfile.bb
ls-1-works
[ -n "$d" ] || d=..
ls -1 "$d" > logfile.gnu
busybox ls -1 "$d" > logfile.bb
cmp logfile.gnu logfile.bb
ls-h-works
[ -n "$d" ] || d=..
ls -h "$d" > logfile.gnu
busybox ls -h "$d" > logfile.bb
cmp logfile.gnu logfile.bb