Searched refs:ls (Results 176 - 200 of 283) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-qlm.c527 switch (pciercx_cfg032.s.ls)
/freebsd-11-stable/release/
H A DMakefile184 for dist in MANIFEST $$(ls *.txz | grep -vE -- '(base|lib32|kernel)-dbg'); \
231 for dist in MANIFEST $$(ls *.txz | grep -v -- '(base|lib32)-dbg'); \
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c262 Char *lm, *ls; local
270 ls = lm;
327 for (lm = ls; (pl < pm); *lm++ = *pl++)
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c320 Char *lm, *ls; local
328 ls = lm;
386 for (lm = ls; (pl < pm); *lm++ = *pl++)
/freebsd-11-stable/release/picobsd/build/
H A Dpicobsd453 log "Compressed files in etc/ `echo; ls -l etc`"
766 ls -l ${c_fs} )
855 set -- `ls -l ${c_fs}`; imgsize="$5"
859 log "`ls -l ${c_fs}` to fit in ${mfs_size}"
910 ls -l ${c_img}
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c140 CMDFUNC(ls); /* list directory */ variable
174 { "ls", "List current inode as directory", 1, 1, FL_RO, ls },
420 CMDFUNCSTART(ls)
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1367 struct hostapd_lang_string *ls; local
1383 if (clen < 2 || clen > sizeof(ls->lang))
1389 ls = os_realloc_array(*array, *count + 1,
1391 if (ls == NULL)
1394 *array = ls;
1395 ls = &(*array)[*count];
1398 os_memset(ls->lang, 0, sizeof(ls->lang));
1399 os_memcpy(ls->lang, pos, clen);
1400 ls
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c354 const char *ls;
362 ls = "LINK_ONCE_DISCARD";
365 ls = "LINK_ONCE_ONE_ONLY";
368 ls = "LINK_ONCE_SAME_SIZE";
371 ls = "LINK_ONCE_SAME_CONTENTS";
374 printf ("%s%s", comma, ls);
351 const char *ls; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c209 static int l_strcmp (const TString *ls, const TString *rs) { argument
210 const char *l = getstr(ls);
211 size_t ll = ls->tsv.len;
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile103 known_hosts-cert known_hosts.* krl-* ls.copy modpipe \
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org531 ls -l $(TARFILE).gz
536 ls -l $(TARFILE)
H A DMakefile533 ls -l $(TARFILE).gz
538 ls -l $(TARFILE)
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c337 if (!ls)
/freebsd-11-stable/contrib/tcsh/
H A DMakefile.std448 @ls -l | pr
456 @ls -l | pr -l84
H A DMakefile.vms425 @ls -l | pr
433 @ls -l | pr -l84
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dtraditional.c70 enum ls {ls_none = 0, /* Normal state. */ enum
351 enum ls lex_state = ls_none;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A DMakefile.in103 ls.c pathnames.h popen.c security.c kauth.c klist.c gssapi.c \
107 ls.$(OBJEXT) popen.$(OBJEXT) security.$(OBJEXT) \
418 ls.c \
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ls.Po@am__quote@
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf16 progs ln ls mkdir mt mv ps pwd rcp rm rmail rmdir sh sleep stty sync test
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh379 contents=`ls -A $1`
400 contents=`ls -A $1`
/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c242 ** Compare two strings 'ls' x 'rs', returning an integer smaller-equal-
243 ** -larger than zero if 'ls' is smaller-equal-larger than 'rs'.
248 static int l_strcmp (const TString *ls, const TString *rs) { argument
249 const char *l = getstr(ls);
250 size_t ll = tsslen(ls);
260 return (len == ll) ? 0 : 1; /* check 'ls' */
261 else if (len == ll) /* 'ls' is finished? */
262 return -1; /* 'ls' is smaller than 'rs' ('rs' is not finished) */
/freebsd-11-stable/contrib/ipfilter/
H A DMakefile120 MACHASSERT=`/bin/ls -1 /usr/sys/*/mach_assert.h | head -1`
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h785 xge_hal_device_link_state_e *ls);
/freebsd-11-stable/tools/boot/
H A Drootgen.sh110 ls -las ${mntpt}/boot
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c432 if (!ls)
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh700 atf_require_prog ls
728 (eval 'ls 2>&1 3>&1 4>&1 5>&1 '"${FD}"'>&1') >&"${FD}"

Completed in 327 milliseconds

1234567891011>>