/freebsd/tests/sys/acl/ |
H A D | tools-crossfs.test | 59 $ ls -l posix/xxx | cut -d' ' -f1 70 $ ls -l posix/yyy | cut -d' ' -f1 79 $ ls -l posix/xxx | cut -d' ' -f1 83 $ ls -l none/xxx | cut -d' ' -f1 92 $ ls -l posix/xxx | cut -d' ' -f1 101 $ ls -l nfs4/xxx | cut -d' ' -f1 116 $ ls -l nfs4/yyy | cut -d' ' -f1 124 $ ls -l nfs4/xxx | cut -d' ' -f1 127 $ ls -l posix/xxx | cut -d' ' -f1 135 $ ls -l nfs4/xxx | cut -d' ' -f1 [all …]
|
H A D | tools-posix.test | 65 $ ls -l xxx | cut -d' ' -f1 103 $ ls -l lll | cut -d' ' -f1 107 $ ls -l xxx | cut -d' ' -f1 161 $ ls -l yyy | cut -d' ' -f1 203 $ ls -l xxx | cut -d' ' -f1 215 $ ls -l xxx | cut -d' ' -f1 221 $ ls -l xxx yyy zzz | cut -d' ' -f1 229 $ ls -l nnn xxx yyy zzz | cut -d' ' -f1 261 $ ls -l nnn xxx yyy zzz | cut -d' ' -f1 270 $ ls -l nnn xxx yyy zzz | cut -d' ' -f1 [all …]
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set3 | 5 3 Cut from beginning of current word to cursor - saved in cut buffer 6 4 Cut from beginning of line to cursor - save in cut buffer 18 16 Copy area between mark and cursor to cut buffer 24 22 Cut from cursor to end of current word - save in cut buffer 45 43 Cut to end of line and save in cut buffer 46 44 Cut area between mark and cursor and save in cut buffer 47 45 Cut the entire line and save in cut buffer 116 114 Paste cut buffer at cursor position 118 116 (WIN32 only) Copy cut buffer to system clipboard
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set3 | 5 3 Cut from beginning of current word to cursor - saved in cut buffer 6 4 Cut from beginning of line to cursor - save in cut buffer 18 16 Copy area between mark and cursor to cut buffer 24 22 Cut from cursor to end of current word - save in cut buffer 45 43 Cut to end of line and save in cut buffer 46 44 Cut area between mark and cursor and save in cut buffer 47 45 Cut the entire line and save in cut buffer 116 114 Paste cut buffer at cursor position 118 116 (WIN32 only) Copy cut buffer to system clipboard
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set3 | 5 3 Cut from beginning of current word to cursor - saved in cut buffer 6 4 Cut from beginning of line to cursor - save in cut buffer 18 16 Copy area between mark and cursor to cut buffer 24 22 Cut from cursor to end of current word - save in cut buffer 45 43 Cut to end of line and save in cut buffer 46 44 Cut area between mark and cursor and save in cut buffer 47 45 Cut the entire line and save in cut buffer 116 114 Paste cut buffer at cursor position
|
/freebsd/contrib/netbsd-tests/usr.bin/cut/ |
H A D | d_sflag.out | 1 ----- 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 D | d_dsflag.out | 1 ----- 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 D | d_dflag.out | 1 ----- 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 D | d_basic.out | 1 ----- 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 D | 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"
|
/freebsd/contrib/nvi/common/ |
H A D | cut.c | 30 * cut -- 37 * depending on into what buffer the last text was cut. Logically, in both 38 * delete and yank operations, if the user names a buffer, the text is cut 41 * buffer named '9' are discarded, and the text is cut into the buffer named 42 * '1'. The text is always cut into the unnamed buffer. 54 * When users explicitly cut text into the numeric buffers, historic vi became 61 * PUBLIC: int cut(SCR *, CHAR_T *, MARK *, MARK *, int); 64 cut(SCR *sp, CHAR_T *namep, MARK *fm, MARK *tm, int flags) in cut() function 82 * that the cut always goes into the numeric buffers. in cut() 85 * cut crosses a line boundary, it goes into the numeric in cut() [all …]
|
H A D | cut.h | 13 /* Cut buffers. */ 15 SLIST_ENTRY(_cb) q; /* Linked list of cut buffers. */ 17 /* XXXX Needed ? Can non ascii-chars be cut buffer names ? */ 18 CHAR_T name; /* Cut buffer name. */ 19 size_t len; /* Total length of cut text. */ 21 #define CB_LMODE 0x01 /* Cut was in line mode. */ 74 /* Flags to the cut() routine. */ 75 #define CUT_LINEMODE 0x01 /* Cut in line mode. */
|
/freebsd/contrib/tcsh/nls/german/ |
H A D | set3 | 5 3 Lösche vom Anfang des aktuellen Worts bis zum Cursor - in Cut-Puffer 6 4 Lösche vom Anfang der Zeile bis zum Cursor - in Cut-Puffer 18 16 Kopiere Area zwischen Marke und Cursor in Cut-Puffer 24 22 Lösche von Cursor bis zum Ende des aktuellen Worts - in Cut-Puffer 45 43 Lösche bis zum Ende der Zeile - in Cut-Puffer 46 44 Lösche Area zwischen Marke und Cursor - in Cut-Puffer 47 45 Lösche gesamte Zeile - in Cut-Puffer 116 114 Füge den Cut-Puffer an der Cursor-Position ein 118 116 (WIN32 only) Copy cut buffer to system clipboard
|
/freebsd/contrib/tcsh/nls/greek/ |
H A D | set3 | 5 3 Αποκοπή από την αρχή της τρέχουσας λέξης ως το δρομέα - φύλαξη στο cut buffer 6 4 Αποκοπή από την αρχή της γραμμής - φύλαξη στο cut buffer 18 16 Αντιγραφή περιοχής μεταξύ σημαδιού και δρομέα στο cut buffer 24 22 Αποκοπή από το δρομέα ως το τέλος της λέξης - φύλαξη στο cut buffer 45 43 Αποκοπή ως το τέλος της γραμμής και φύλαξη στο cut buffer 46 44 Αποκοπή από το σημάδι ως το δρομέα και φύλαξη στο cut buffer 47 45 Αποκοπή ολόκληρης της γραμμής και φύλαξη στο cut buffer 116 114 Επικόλληση του cut buffer στην τρέχουσα θέση 118 116 (WIN32 only) Copy cut buffer to system clipboard
|
/freebsd/crypto/openssh/regress/ |
H A D | cfgmatch.sh | 125 config=`echo $i | cut -f1 -d:` 126 criteria=`echo $i | cut -f2 -d:` 127 value=`echo $i | cut -f3 -d:` 139 testcriteria=`echo $i | cut -f2 -d:` 140 expected=/`echo $i | cut -f3 -d:` 143 config=`echo $j | cut -f1 -d:` 144 criteria=`echo $j | cut -f2 -d:` 145 value=`echo $j | cut -f3 -d:`
|
/freebsd/contrib/libfido2/tools/ |
H A D | fido2-unprot.sh | 20 TOKEN_VERSION_MAJOR=$(echo "$TOKEN_VERSION" | cut -d. -f1) 21 TOKEN_VERSION_MINOR=$(echo "$TOKEN_VERSION" | cut -d. -f2) 36 DEV_PATH=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1) 37 DEV_NAME=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1 --complement) 45 …_RPS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -r $DEV_PATH | cut -d' ' -f3) 52 … ${FIDO_TOOLS_PREFIX}fido2-token -L -k $RESIDENT_RP $DEV_PATH | grep ' uvopt$' | cut -d' ' -f2,3,4)
|
/freebsd/tests/sys/geom/class/nop/ |
H A D | nop_test.sh | 42 md_secsize=$(diskinfo ${us} | cut -wf 2) 43 md_mediasize=$(diskinfo ${us} | cut -wf 3) 44 md_stripesize=$(diskinfo ${us} | cut -wf 5) 45 nop_secsize=$(diskinfo ${us}.nop | cut -wf 2) 46 nop_mediasize=$(diskinfo ${us}.nop | cut -wf 3) 47 nop_stripesize=$(diskinfo ${us}.nop | cut -wf 5) 187 gnop_mediasize=`diskinfo /dev/${us}.nop | cut -wf 3` 214 gnop_ss=`diskinfo /dev/${us}.nop | cut -wf 5` 215 gnop_sofs=`diskinfo /dev/${us}.nop | cut -wf 6`
|
/freebsd/crypto/openssh/contrib/aix/ |
H A D | buildbff.sh | 78 eval $confvar=`grep "^$confvar=" $objdir/Makefile | cut -d = -f 2` 126 VERSION=`./ssh -V 2>&1 | cut -f 1 -d , | cut -f 2 -d _` 127 MAJOR=`echo $VERSION | cut -f 1 -d p | cut -f 1 -d .` 128 MINOR=`echo $VERSION | cut -f 1 -d p | cut -f 2 -d .` 129 PATCH=`echo $VERSION | cut -f 1 -d p | cut -f 3 -d .` 206 if cut -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
|
/freebsd/contrib/dialog/samples/ |
H A D | menubox12 | 10 CUT="cut -d: -f1,3" 13 CUT="cat" 17 $CUT >$input <<-EOF
|
H A D | treeview2 | 10 CUT="cut -d: -f1,3,4" 13 CUT="cat" 17 $CUT >$input <<-EOF
|
H A D | checklist12 | 10 CUT="cut -d: -f1,3" 13 CUT="cat" 17 $CUT >$input <<-EOF
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 62 =cut 79 =cut 115 =cut 176 =cut 202 =cut 222 =cut 265 =cut 447 =cut 515 =cut 618 =cut [all …]
|
H A D | OID.pm | 41 =cut 74 =cut 146 =cut 205 =cut 215 =cut 236 =cut 254 =cut 286 =cut
|
/freebsd/usr.bin/cut/tests/ |
H A D | cut2_test.sh | 41 atf_check -o inline:'a\nb\nc\n' cut -d, -f 1 -s < input 42 atf_check -o inline:'d\n\n\n' cut -d, -f 4 -s < input 43 atf_check -o inline:'a,b,\nb,\n\n' cut -d 'c' -f 1 -s < input 44 atf_check -o empty cut -d'!' -f 1 -s < input
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.sh | 591 LINEX=`echo "${LINE}" | cut -f 1 -d '#'` 1155 cut -f 1,2,4 -d ' ' | 1174 cut -c 1-9` 1202 SRV_PRIORITY=`cut -f 1 -d ' ' serverlist | sort -n | head -1` 1209 SRV_W=`echo $X | cut -f 2 -d ' '` 1232 SRV_W=`echo $X | cut -f 2 -d ' '` 1235 SERVERNAME=`echo $X | cut -f 3 -d ' '` 1344 RELPATCHNUM=`cut -f 4 -d '|' < tag.new` 1345 TINDEXHASH=`cut -f 5 -d '|' < tag.new` 1346 EOLTIME=`cut -f 6 -d '|' < tag.new` [all …]
|