Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/minix/tests/usr.bin/cut/
H A Dd_sflag.out1 ----- test: cut -f 1 -s d_cut.in -----
5 ----- test: cut -f 2 -s d_cut.in -----
9 ----- test: cut -f 3 -s d_cut.in -----
13 ----- test: cut -f 1-2 -s d_cut.in -----
17 ----- test: cut -f 2,3 -s d_cut.in -----
21 ----- test: cut -f 4 -s d_cut.in -----
25 ----- test: cut -f 1-3,4-7 -s d_cut.in -----
29 ----- test: cut -f 1,2-7 -s d_cut.in -----
H A Dd_dsflag.out1 ----- test: cut -f 1 -d : -s d_cut.in -----
5 ----- test: cut -f 2 -d : -s d_cut.in -----
9 ----- test: cut -f 3 -d : -s d_cut.in -----
13 ----- test: cut -f 1-2 -d : -s d_cut.in -----
17 ----- test: cut -f 2,3 -d : -s d_cut.in -----
21 ----- test: cut -f 4 -d : -s d_cut.in -----
25 ----- test: cut -f 1-3,4-7 -d : -s d_cut.in -----
29 ----- test: cut -f 1,2-7 -d : -s d_cut.in -----
H A Dd_dflag.out1 ----- test: cut -f 1 -d : d_cut.in -----
12 ----- test: cut -f 2 -d : d_cut.in -----
23 ----- test: cut -f 3 -d : d_cut.in -----
34 ----- test: cut -f 1-2 -d : d_cut.in -----
45 ----- test: cut -f 2,3 -d : d_cut.in -----
56 ----- test: cut -f 4 -d : d_cut.in -----
67 ----- test: cut -f 1-3,4-7 -d : d_cut.in -----
78 ----- test: cut -f 1,2-7 -d : d_cut.in -----
H A Dd_basic.out1 ----- test: cut -f 1 d_cut.in -----
12 ----- test: cut -f 2 d_cut.in -----
23 ----- test: cut -f 3 d_cut.in -----
34 ----- test: cut -f 1-2 d_cut.in -----
45 ----- test: cut -f 2,3 d_cut.in -----
56 ----- test: cut -f 4 d_cut.in -----
67 ----- test: cut -f 1-3,4-7 d_cut.in -----
78 ----- test: cut -f 1,2-7 d_cut.in -----
H A Dt_cut.sh37 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"
/minix/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-digest.in174 snonce=`grep server-nonce= sdigest-reply | cut -f2- -d=`
175 identifier=`grep identifier= sdigest-reply | cut -f2- -d=`
176 opaque=`grep opaque= sdigest-reply | cut -f2- -d=`
204 status=`grep status= s2digest-reply | cut -f2- -d=`
225 status=`grep status= s2digest-reply | cut -f2- -d=`
241 snonce=`grep server-nonce= sdigest-reply | cut -f2- -d=`
242 opaque=`grep opaque= sdigest-reply | cut -f2- -d=`
257 ckey=`grep session-key= cdigest-reply | cut -f2- -d=`
269 status=`grep status= s2digest-reply | cut -f2- -d=`
270 sRsp=`grep rsp= s2digest-reply | cut -f2- -d=`
[all …]
/minix/releasetools/
H A Dnetbsd-resync.sh16 find . -type f | cut -c 3- | grep -v '\.git' | grep -v '\./minix' | sort -u > files.all
17 git grep -i minix | cut -d: -f1 | grep -v '\.git' | grep -v '\./minix' | sort -u > files.minix
18 diff files.all files.minix |grep '^<'| cut -c 3- > files.netbsd
/minix/tests/fs/tmpfs/
H A Dt_read_write.sh42 [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || \
47 [ $(md5 a | cut -d ' ' -f 4) = f47c75614087a8dd938ba4acff252494 ] || \
52 [ $(md5 b | cut -d ' ' -f 4) = 72d4ff27a28afbc066d5804999d5a504 ] || \
H A Dt_exec.sh40 [ $(md5 cp | cut -d ' ' -f 4) = $(md5 /bin/cp | cut -d ' ' -f 4) ] || \
H A Dt_symlink.sh42 [ $(md5 b | cut -d ' ' -f 4) = d41d8cd98f00b204e9800998ecf8427e ] || \
46 [ $(md5 b | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || \
/minix/minix/commands/update_asr/
H A Dupdate_asr.sh64 filename=$(grep filename: $service | cut -d' ' -f2)
65 count=$(grep ASRcount: $service | cut -d' ' -f2)
110 prefix=$(echo $token | cut -d: -f1)
/minix/external/bsd/tmux/dist/examples/
H A Dtmux_backup.sh41 for session in $(tmux list-sessions | cut -d' ' -f1 | sed -e 's/:$//') ; do
58 …for win in $(tmux list-windows -t "$tmpsession" | grep -v "^\s" | cut -d' ' -f1 | sed -e 's/:$//')…
66 for pane in $(tmux list-panes -t "$win_spec" | cut -d' ' -f1 | sed -e 's/:$//'); do
/minix/external/bsd/llvm/dist/llvm/utils/
H A DGetRepositoryPath18 svn info | grep '^URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
H A DGetSourceVersion20 git svn info | grep 'Revision:' | cut -d: -f2-
/minix/external/bsd/flex/bin/
H A DMakefile58 -DFLEX_MAJOR_VERSION=`echo ${VERSION} | cut -f 1 -d .` \
59 -DFLEX_MINOR_VERSION=`echo ${VERSION} | cut -f 2 -d .` \
60 -DFLEX_SUBMINOR_VERSION=`echo ${VERSION} | cut -f 3 -d .` | \
/minix/minix/kernel/
H A Dextract-mfield.sh9 cut -d: -f1,2
23 linemsg=`head -n "$linecall" "$path" | egrep -n 'message[ ][ ]*m;' | tail -n 1 | cut -d: -f1`
H A Dextract-errno.sh10 cut -d' ' -f2 | \
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/R600/
H A Dllvm.SI.sendmsg.ll6 ; CHECK: s_sendmsg Gs(cut stream 1)
7 ; CHECK: s_sendmsg Gs(emit-cut stream 2)
/minix/external/bsd/nvi/docs/internals/
H A Dstructures40 TEXT In nvi/cut.h. This structure describes a portion of a line,
42 cut buffer.
44 CB In nvi/cut.h. A cut buffer. A cut buffer is a place to
/minix/minix/tests/
H A Dtestisofs.sh98 FILE=$(echo $HASH | cut -c 1-30 | sed -e "y/abcdef/ABCDEF/")
109 DIR1=$(echo $HASH | cut -c 1-2 | sed -e "y/abcdef/ABCDEF/")
110 DIR2=$(echo $HASH | cut -c 3-4 | sed -e "y/abcdef/ABCDEF/")
111 FILE=$(echo $HASH | cut -c 5-12 | sed -e "y/abcdef/ABCDEF/")
/minix/external/bsd/nvi/dist/vi/
H A Dv_xchar.c72 if (cut(sp, in v_xchar()
104 if (cut(sp, in v_Xchar()
/minix/external/bsd/kyua-cli/
H A DMakefile.inc22 | cut -d '"' -f 2
30 KYUA_VERSION!= grep 'define VERSION' ${TOPDIR}/config.h | cut -d '"' -f 2
/minix/minix/commands/lspci/
H A Dlspci.sh8 exec cut -d' ' -f3- /proc/pci
/minix/usr.bin/cut/
H A DMakefile4 PROG= cut
/minix/tools/gcc/
H A Dmknative-gcc.old148 cut -f1 $_TOP/${libgcc_db_objs_libs} | sed -e 's,\.o$,,' | \
152 cut -f1 $_TOP/${libgcc_db_objs_libs} | sed -e 's,\.o$,,' | \
156 cut -f1 $_TOP/${libgcc_db_objs_libs} | sed -e 's,\.o$,,' | \
214 grep ${_lib_prefix}'\.'${_lib_suffix} | cut -d' ' -f 3 | sort -u > \
307 eval grep \^$_obj\\\ \$_TOP/\${libgcc_db_objs_${_key}} | cut -f2
311 cut -f1 $_TOP/${libgcc_db_objs_libs} | \
321 cut -f1 $_TOP/${libgcc_db_objs_libs} | \
330 cut -f1 $_TOP/${libgcc_db_objs_libs} | \

12345678910>>...20