Searched refs:ls (Results 1 - 25 of 257) sorted by relevance

1234567891011

/freebsd-10-stable/contrib/dialog/samples/
H A Dlisting5 ls -lrt
H A Dprogrambox8 ls -1 >$tempfile
14 ls -ld "$text"
H A Dprogrambox28 ls -1 >$tempfile
14 ls -ld "$text"
H A Dprogress8 ls -1 >$tempfile
14 ls -ld "$text"
H A Dprogress28 ls -1 >$tempfile
14 ls -ld "$text"
/freebsd-10-stable/usr.bin/bmake/tests/shell/builtin/
H A DMakefile.test4 # executed directly. In our example the ls line without meta characters
5 # will really execute ls, while the line with meta characters will execute
15 @exec ls -d .
18 @ls -d .
/freebsd-10-stable/contrib/groff/
H A Dmdate.sh12 if ls -L /dev/null 1>/dev/null 2>&1; then ls -L -l $1; else ls -l $1; fi
/freebsd-10-stable/usr.bin/bmake/tests/shell/meta/
H A DMakefile.test4 # executed directly. In our example the ls line without meta characters
5 # will really execute ls, while the line with meta characters will execute
15 @ls *
18 @ls -d .
/freebsd-10-stable/contrib/amd/scripts/
H A Dtest-attrcache.in55 inode_a=`ls -lLi /tmp/a | awk '{print $1}'`
56 inode_b=`ls -lLi /tmp/b | awk '{print $1}'`
57 ls -lLi $a/a
58 ls -lLi $a/b
59 ls -l $mapfile
71 ls -l $mapfile
73 ino=`ls -lLi $a/a | awk '{print $1}'`
76 ls -li $a/a
86 ls -li $a/a
107 ls
[all...]
/freebsd-10-stable/lib/libc/db/test/hash.tests/
H A Dmakedb.sh6 ls /bin /usr/bin /usr/ucb /etc | egrep '^(...|....|.....|......)$' | \
/freebsd-10-stable/bin/ls/
H A DMakefile6 PROG= ls
7 SRCS= cmp.c ls.c print.c util.c
/freebsd-10-stable/usr.bin/systat/
H A Dzarc.c58 getinfo(struct zarcstats *ls);
178 getinfo(struct zarcstats *ls) argument
180 size_t size = sizeof( ls->hits.arcstats );
182 &ls->hits.arcstats, &size, NULL, 0 ) != 0 )
185 ls->misses.arcstats);
187 ls->hits.arcstats_demand_data);
189 ls->misses.arcstats_demand_data);
191 ls->hits.arcstats_demand_metadata);
193 ls->misses.arcstats_demand_metadata);
195 ls
[all...]
/freebsd-10-stable/libexec/ftpd/
H A DMakefile23 .PATH: ${SRCTOP}/bin/ls
24 SRCS+= ls.c cmp.c print.c util.c
25 CFLAGS+=-Dmain=ls_main -I${SRCTOP}/bin/ls
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/scripts/
H A Dset_nodedesc.sh24 for hca in `ls $ib_sysfs`; do
49 for hca in `ls $ib_sysfs`; do
/freebsd-10-stable/tools/diag/localeck/
H A Ddocheck.sh27 for i in `ls -1 $LOCALEDIR`
/freebsd-10-stable/tools/regression/tmpfs/
H A Dt_readdir44 /bin/ls -a | grep '^\.$' >/dev/null || die
45 /bin/ls -a | grep '^\..$' >/dev/null || die
57 ls >/dev/null || die
69 ls >/dev/null || die
/freebsd-10-stable/usr.bin/find/
H A DMakefile5 SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \
/freebsd-10-stable/usr.sbin/ctm/mkCTM/
H A DMakefile13 ls -l /a/tst.out
15 ls -l /a/tst.out.gz
22 ls -l /a/tst2.out
24 ls -l /a/tst2.out.gz
/freebsd-10-stable/usr.sbin/mtree/test/
H A Dtest01.sh30 x=x`(cd ${TMP}/mr ; ls -l foo 2>&1) || true`
31 y=x`(cd ${TMP}/mt ; ls -l foo 2>&1) || true`
H A Dtest02.sh25 x=x`(cd ${TMP}/mr ; ls -l 2>&1) || true`
26 y=x`(cd ${TMP}/mt ; ls -l 2>&1) || true`
/freebsd-10-stable/contrib/netbsd-tests/lib/librumpclient/
H A Dt_fd.c106 int ls; local
117 RL(ls = rump_sys_socket(PF_INET, SOCK_STREAM, 0));
119 RL(rump_sys_fcntl(ls, F_SETOWN, rump_sys_getpid()));
120 RL(fl = rump_sys_fcntl(ls, F_GETFL));
121 RL(rump_sys_fcntl(ls, F_SETFL, fl | O_ASYNC));
127 RL(rump_sys_bind(ls, (struct sockaddr *)&sin, sizeof(sin)));
128 RL(rump_sys_listen(ls, 5));
/freebsd-10-stable/bin/ls/tests/
H A Dls_tests.sh27 # $FreeBSD: stable/10/bin/ls/tests/ls_tests.sh 311998 2017-01-12 21:46:31Z asomers $
113 atf_check -e empty -o empty -s exit:0 ls -A
120 atf_check -e empty -o save:$WITH_A -s exit:0 ls -A
121 atf_check -e empty -o save:$WITHOUT_A -s exit:0 ls
147 atf_check -e empty -o empty -s exit:0 ls -A
154 atf_check -e empty -o save:$WITH_EXPLICIT -s exit:0 ls -A
155 atf_check -e empty -o save:$WITH_IMPLIED -s exit:0 ls
168 atf_set "descr" "Verify that the output from ls -B prints out non-printable characters"
174 atf_check -e empty -o match:'y\\013z' -s exit:0 ls -B
180 atf_set "descr" "Verify that the output from ls
[all...]
/freebsd-10-stable/crypto/openssh/regress/
H A Ddynamic-forward.sh44 somehost cat $DATA > $OBJ/ls.copy
45 test -f $OBJ/ls.copy || fail "failed copy $DATA"
46 cmp $DATA $OBJ/ls.copy || fail "corrupted copy of $DATA"
/freebsd-10-stable/contrib/ncurses/
H A Dtar-copy.sh60 TEST=`ls -d $1 2>/dev/null`
/freebsd-10-stable/sys/tools/fdt/
H A Dembed_dtb.sh35 dtbsize=`ls -l $2 | awk '{print $5}'`

Completed in 124 milliseconds

1234567891011