Searched refs:ls (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/expat/tests/
H A Dxmltest.sh100 for xmlfile in $(ls -1 *.xml | sort -d) ; do
/freebsd-11-stable/contrib/ncurses/
H A Dconvert_configure.pl70 emxload -m 30 sh.exe ls.exe tr.exe id.exe sed.exe # make.exe
/freebsd-11-stable/contrib/bmake/mk/
H A Drst2htm.mk20 TXTSRCS != 'ls' -1t ${.CURDIR}/*.txt ${.CURDIR}/*.rst 2>/dev/null; echo
/freebsd-11-stable/release/picobsd/bridge/
H A Dcrunch.conf96 progs mv ln cp rm ls
/freebsd-11-stable/release/picobsd/qemu/
H A Dcrunch.conf96 progs mv ln cp rm ls
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c201 " (useful with ``ls'')\n",
210 if (strncmp(cmd, "ls", strlen(cmd)) != 0)
494 * Do an "ls" style listing of a directory
527 fprintf(stderr, "ls: out of memory\n");
/freebsd-11-stable/contrib/tnftp/src/
H A Dextern.h156 void ls(int, char **);
/freebsd-11-stable/share/examples/jails/
H A Djng419 ngctl ls | awk '$4=="bridge",$0=$2' |
425 ngctl ls | awk -v name="$1" '
/freebsd-11-stable/tests/sys/kern/
H A Dunix_seqpacket_test.c586 int ls, lr, rs, rr; local
587 socklen_t sl = sizeof(ls);
595 ATF_CHECK_EQ(0, getsockopt(sv[0], SOL_SOCKET, SO_SNDBUF, &ls, &sl));
600 ls, lr, rs, rr);
609 ATF_CHECK_EQ(0, getsockopt(sv[0], SOL_SOCKET, SO_SNDBUF, &ls, &sl));
614 ls, lr, rs, rr);
623 ATF_CHECK_EQ(0, getsockopt(sv[0], SOL_SOCKET, SO_SNDBUF, &ls, &sl));
628 ls, lr, rs, rr);
/freebsd-11-stable/usr.bin/stat/tests/
H A Dstat_test.sh63 ls_out=ls.output
67 # - Even though stat -l claims to be equivalent to `ls -lT`, the
68 # whitespace is a bit more liberal in the `ls -lT` output.
69 # - `ls -ldT` is used to not recursively list the contents of
72 atf_check -o save:$ls_out ls -ldT $path
/freebsd-11-stable/tools/tools/tinybsd/
H A Dtinybsd196 ls -l conf|awk '/^d/{print " ",$9}'|grep -v CVS
359 for pamdep in `ls -1 /usr/lib/pam*`; do
371 /bin/ls -l $depsymlink | grep "\->" | awk '{print $11":"$9}' >> ${TDEPFILES}
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-bsdlabel.sh729 SLICES_MBR=`ls /dev/${DISK}s[1-4]*[a-h]* 2>/dev/null`
730 SLICES_GPT=`ls /dev/${DISK}p[0-9]* 2>/dev/null`
731 SLICES_SLICE=`ls /dev/${DISK}[a-h]* 2>/dev/null`
H A Dfunctions-newfs.sh125 for PART in `ls ${PARTDIR}`
/freebsd-11-stable/contrib/bmake/
H A Dsuff.c1195 LstSrc *ls = (LstSrc *)lsp;
1199 targ = ls->s;
1216 (void)Lst_AtEnd(ls->l, s2);
1220 fprintf(debug_file, "1 add %p %p to %p:", targ, s2, ls->l);
1221 Lst_ForEach(ls->l, PrintAddr, NULL);
1234 (void)Lst_AtEnd(ls->l, s2);
1238 fprintf(debug_file, "2 add %p %p to %p:", targ, s2, ls->l);
1239 Lst_ForEach(ls->l, PrintAddr, NULL);
1265 LstSrc ls;
1267 ls
1194 LstSrc *ls = (LstSrc *)lsp; local
1264 LstSrc ls; local
[all...]
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf_check_test.sh175 ls
/freebsd-11-stable/tools/kerneldoc/subsys/
H A DMakefile5 _ALL!= cd ${.CURDIR} && ls Doxyfile-*
/freebsd-11-stable/contrib/openresolv/
H A DMakefile98 ls -l ${DISTFILE} ${DISTINFO} ${DISTINFOSIGN}
/freebsd-11-stable/stand/pc98/boot2/
H A DMakefile80 @set -- `ls -l boot2.ld`; x=$$((7680-$$5)); \
/freebsd-11-stable/stand/common/
H A Dls.c2 * $NetBSD: ls.c,v 1.3 1997/06/13 13:48:47 drochner Exp $
41 __FBSDID("$FreeBSD: stable/11/stand/common/ls.c 329099 2018-02-10 04:37:44Z kevans $");
56 COMMAND_SET(ls, "ls", "list files", command_ls);
/freebsd-11-stable/usr.sbin/crashinfo/
H A Dcrashinfo.sh74 for k in `sysctl -n kern.bootfile` $(ls -t /boot/*/kernel); do
/freebsd-11-stable/usr.sbin/service/
H A Dservice.sh138 [ -d ${dir} ] && /bin/ls -1 ${dir}
/freebsd-11-stable/stand/efi/boot1/
H A DMakefile97 @set -- `ls -l ${.ALLSRC}`; \
/freebsd-11-stable/stand/i386/boot2/
H A DMakefile67 @set -- `ls -l ${.ALLSRC}`; x=$$((${BOOT2SIZE}-$$5)); \
/freebsd-11-stable/tools/tools/locale/tools/
H A Dfinalize55 if [ $(ls ${shortname}@* | wc -l) -eq 1 -a ! -f ${shortname}.src ] ; then
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c592 const char *s, size_t ls, const char *p, size_t lp) {
596 ms->src_end = s + ls;
608 size_t ls, lp; local
609 const char *s = luaL_checklstring(L, 1, &ls);
611 lua_Integer init = posrelat(luaL_optinteger(L, 3, 1), ls);
613 else if (init > (lua_Integer)ls + 1) { /* start after string's end? */
620 const char *s2 = lmemfind(s + init - 1, ls - (size_t)init + 1, p, lp);
634 prepstate(&ms, L, s, ls, p, lp);
690 size_t ls, lp; local
691 const char *s = luaL_checklstring(L, 1, &ls);
591 prepstate(MatchState *ms, lua_State *L, const char *s, size_t ls, const char *p, size_t lp) argument
[all...]

Completed in 403 milliseconds

1234567891011>>