/src/usr.bin/cut/ |
Makefile | 4 PROG= cut
|
/src/tests/usr.bin/cut/ |
t_cut.sh | 36 echo "----- test: cut ${opts} $(basename $file) -----" 37 cut $opts "$file" || atf_fail "command failed: cut ${opts} $file" 100 cut -b 6,7,8 "$(atf_get_srcdir)/d_latin1.in" 103 cut -c 6,7,8 "$(atf_get_srcdir)/d_latin1.in" 116 cut -b 6,7,8 "$(atf_get_srcdir)/d_utf8.in" 119 cut -c 6,7,8 "$(atf_get_srcdir)/d_utf8.in" 133 cut -b 5,6,7 -n "$(atf_get_srcdir)/d_utf8.in"
|
Makefile | 7 TESTSDIR= ${TESTSBASE}/usr.bin/cut
|
/src/tests/fs/tmpfs/ |
t_exec.sh | 40 [ $(md5 cp | cut -d ' ' -f 4) = $(md5 /bin/cp | cut -d ' ' -f 4) ] || \
|
t_truncate.sh | 40 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || \
|
t_read_write.sh | 42 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || \ 47 [ $(md5 a | cut -d ' ' -f 4) = f47c75614087a8dd938ba4acff252494 ] || \ 52 [ $(md5 b | cut -d ' ' -f 4) = 72d4ff27a28afbc066d5804999d5a504 ] || \
|
t_devices.sh | 44 [ $(md5 a | cut -d ' ' -f 4) = 1276481102f218c981e0324180bafd9f ] || \
|
t_symlink.sh | 42 [ $(md5 b | cut -d ' ' -f 4) = d41d8cd98f00b204e9800998ecf8427e ] || \ 46 [ $(md5 b | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || \
|
t_vnd.sh | 73 [ $(md5 mnt/${f} | cut -d ' ' -f 4) = \
|
/src/sys/external/bsd/drm/dist/scripts/ |
create_bsd_pci_lists.sh | 27 cardtype=`echo "$pcivend" | cut -s -f2 -d'[' | cut -s -f1 -d']'`
|
create_linux_pci_lists.sh | 27 cardtype=`echo "$pcivend" | cut -s -f2 -d'[' | cut -s -f1 -d']'`
|
/src/tests/usr.bin/patch/ |
t_patch.sh | 92 cksum=$(sha256 -n to_patch | cut -d' ' -f1) 95 origfile_cksum=$(sha256 -n to_patch.orig | cut -d' ' -f1) 154 cksum1=$(sha256 -n to_patch | cut -d' ' -f1) 165 cksum2=$(sha256 -n to_patch | cut -d' ' -f1) 170 origfile_cksum1=$(sha256 -n to_patch.~1~ | cut -d' ' -f1) 171 origfile_cksum2=$(sha256 -n to_patch.~2~ | cut -d' ' -f1)
|
/src/sys/arch/mmeye/stand/boot/ |
deflate.sh | 12 SIZE=`ls -l ${kernel}.gz.tmp | cut -d ' ' -f 8`
|
/src/tests/usr.bin/ |
Makefile | 8 TESTS_SUBDIRS= awk basename bzip2 cc cmp compress config cpio col cut \
|
/src/sys/external/isc/libsodium/dist/dist-build/ |
ios.sh | 20 xcode_major=$(xcodebuild -version|egrep '^Xcode '|cut -d' ' -f2|cut -d. -f1)
|
/src/tests/sbin/sysctl/ |
t_perm.sh | 44 sysctl $1 | cut -d= -f1 > $file
|
/src/games/cribbage/ |
crib.c | 65 static int cut(BOOLEAN, int); 237 msg(quiet ? "Cut for crib? " : 238 "Cut to see whose crib it is -- low card wins? "); 241 i = (rand() >> 4) % CARDS; /* random cut */ 245 addmsg(quiet ? "You cut " : "You cut the "); 248 addmsg(quiet ? "I cut " : "I cut the "); 334 if (cut(mycrib, deckpos)) 395 * cut 400 cut(BOOLEAN mycrib, int pos) function in typeref:typename:int [all...] |
/src/usr.bin/ |
Makefile | 10 column comm compress config crunch csplit ctags cut cvslatest \
|
/src/common/dist/zlib/contrib/delphi/ |
zlibd32.mak | 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
|
/src/common/dist/zlib/contrib/pascal/ |
zlibd32.mak | 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
|
/src/usr.bin/make/unit-tests/ |
job-output-null.mk | 4 # them using null-terminated strings, which may cut off some of the output.
|
/src/distrib/evbsh3/rom/ramdiskcommon/ |
ramdiskbin.conf | 38 progs compress crontab ctags cut dirname du env file find finger from fsplit
|
/src/tests/usr.sbin/mtree/ |
t_mtree.sh | 444 if ! cut -f 3 output | egrep -q "bar file" || \ 445 ! cut -f 3 output | egrep -q "bar link"; then
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/ |
build_symbolizer.sh | 164 nm -f posix -g symbolizer.o | cut -f 1,2 -d \ | LC_COLLATE=C sort -u > undefined.new
|
/src/distrib/sets/ |
Makefile | 340 | cut -d . -f 2- \
|