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

1234567891011>>

/illumos-gate/usr/src/cmd/mdb/test/exit-e/
H A Derr.unmapped.ksh1 $MDB -e '0x0/v 0x02' /bin/ls
/illumos-gate/usr/src/lib/libast/common/features/
H A Dsfinit.c36 char* ls = ""; local
40 char* ls = "L"; local
54 printf("\t1E%d%s,\n", i, ls);
58 printf("\t{ 1E1%s, 1E2%s, 1E4%s, 1E8%s, 1E16%s, 1E32%s },\n", ls, ls, ls, ls, ls, ls);
59 printf("\t{ 1E-1%s, 1E-2%s, 1E-4%s, 1E-8%s, 1E-16%s, 1E-32%s },\n", ls, l
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A DMakefile3 DTS!=ls *.dts
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A DMakefile3 DTS!=ls *.dts
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A DMakefile3 DTS!=ls *.dts
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dtimespec_get.c25 timespec_cmp(const struct timespec *ls, const struct timespec *rs) argument
27 if (ls->tv_sec > rs->tv_sec)
29 if (ls->tv_sec < rs->tv_sec)
31 if (ls->tv_nsec > rs->tv_nsec)
33 if (ls->tv_nsec > rs->tv_nsec)
35 if (ls->tv_nsec < rs->tv_nsec)
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr_st.c49 border_set(ls, rs, ts, bs, tl, tr, bl, br)
50 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br;
57 ls, rs, ts, bs, tl, tr, bl, br
61 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
H A Dbrdr.c49 border(chtype ls, chtype rs, chtype ts, chtype bs, argument
57 ls, rs, ts, bs, tl, tr, bl, br
61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
H A Dwbrdr.c54 chtype ls, chtype rs, chtype ts, chtype bs,
63 w, ls, rs, ts, bs, tl, tr, bl, br
67 if (ls == 0)
68 ls = ACS_VLINE;
69 (void) __m_acs_cc(ls, &wls);
53 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_border.c49 border(chtype ls, chtype rs, chtype ts, chtype bs, argument
52 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br));
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dlstat.c25 #include <ls.h>
/illumos-gate/usr/src/tools/scripts/
H A Dbringovercheck.sh44 left=$(/bin/ls -E "$1" 2>/dev/null | awk '{print $7}')
46 right=$(/bin/ls -E "$2" 2>/dev/null | awk '{print $7}')
77 ls -E "$sfile"
78 ls -E "$file"
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbrdr.c52 border(chtype ls, chtype rs, chtype ts, chtype bs, argument
57 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
H A Dbrdr_st.c52 border_set(const cchar_t *ls, const cchar_t *rs, argument
58 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
/illumos-gate/usr/src/tools/gk/
H A Dcshrc.sh43 alias ls "ls -aF"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_cp_002_neg.ksh56 initfiles=$(ls -R $INI_DIR/*)
62 testfiles=$(ls -R $TST_DIR/*)
64 ls_attr=$(ls -@ $tf | awk '{print substr($1, 11, 1)}')
H A Dzfs_acl_cp_003_neg.ksh54 typeset initfiles=$(ls -R $INI_DIR/*)
73 typeset testfiles=$(ls -R $TST_DIR/*)
75 typeset ls_attr=$(usr_exec ls -@ $tf | \
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dgetgroup.c109 register struct list *ls; local
126 for (ls = list; ls != NULL; ls = ls->nxt) {
127 if (strcmp(ls->name, group) == 0) {
136 ls = &tmplist;
137 ls->name = group;
138 ls->nxt = list;
139 list = ls;
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_008_pos.ksh83 log_mustnot ls $testfile
84 log_must ls $mntpnt/$TESTFILE1 $mntpnt/$TESTFILE2
90 log_must ls $testfile1 $mntpnt1/$TESTFILE2
93 log_mustnot ls $mntpnt/$TESTFILE2
94 log_must ls $testfile
/illumos-gate/usr/src/cmd/ls/
H A DMakefile.com25 # cmd/ls/Makefile.com
28 PROG= ls
29 XPG4PROG= ls
30 XPG6PROG= ls
/illumos-gate/usr/src/psm/stand/bootblks/common/
H A Dmkbb.sh49 bbsize=$(ls -l $1 | awk -e '{ print $5 }')
55 rdsize=$(ls -l $2 | awk -e '{ print $5 }')
73 extsize=$(ls -l $extra | awk -e '{ print $5 }')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_mtime.ksh50 o_atime=$(ls -E% all $TESTDIR/clone/file | awk '/atime/ {print $4}')
51 o_ctime=$(ls -E% all $TESTDIR/clone/file | awk '/ctime/ {print $4}')
52 o_mtime=$(ls -E% all $TESTDIR/clone/file | awk '/mtime/ {print $4}')
55 atime=$(ls -E% all $TESTDIR/clone/file | awk '/atime/ {print $4}')
56 ctime=$(ls -E% all $TESTDIR/clone/file | awk '/ctime/ {print $4}')
57 mtime=$(ls -E% all $TESTDIR/clone/file | awk '/mtime/ {print $4}')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Drollback_001_pos.ksh82 FILE_COUNT=`ls -Al $SNAPDIR | grep -v "total" | wc -l`
84 ls -Al $SNAPDIR
102 FILE_COUNT=`ls -Al $TESTDIR/after* 2> /dev/null | grep -v "total" | wc -l`
104 ls -Al $TESTDIR
108 FILE_COUNT=`ls -Al $TESTDIR/before* 2> /dev/null \
111 ls -Al $TESTDIR
H A Dsnapshot_011_pos.ksh80 FILE_COUNT=`ls -Al $SNAPDIR | grep -v "total" | wc -l`
82 ls -Al $SNAPDIR
100 FILE_COUNT=`ls -Al $TESTDIR/after* 2> /dev/null | grep -v "total" | wc -l`
102 ls -Al $TESTDIR
106 FILE_COUNT=`ls -Al $TESTDIR/before* 2> /dev/null \
109 ls -Al $TESTDIR
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsize_test30 set dummy `ls -l $file`

Completed in 108 milliseconds

1234567891011>>