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

/fuchsia/zircon/third_party/lib/acpica/tests/templates/
H A Dtemplates.sh5 files=`ls`
/fuchsia/zircon/third_party/lib/acpica/generate/unix/
H A DMakefile.common29 ls -al ../bin/$@; \
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dinstall-sh359 ls_ld_tmpdir=`ls -ld "$tmpdir"`
366 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
475 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
476 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c396 static int completeLine(struct linenoiseState *ls) { argument
401 completionCallback(ls->buf,&lc);
410 struct linenoiseState saved = *ls;
412 ls->len = ls->pos = strlen(lc.cvec[i]);
413 ls->buf = lc.cvec[i];
414 refreshLine(ls);
415 ls->len = saved.len;
416 ls->pos = saved.pos;
417 ls
[all...]
/fuchsia/zircon/third_party/lib/acpica/generate/release/
H A Drelease.sh60 echo "Moved $file ($(ls -al $file | awk '{print $5}') bytes) to $ARCHIVE_DIR directory"
108 if [ "$(ls -A $RELEASE_DIR)" ]; then
146 ls $RELEASE_DIR -g -G -t
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dmemchr.S116 b.ls .Lmasklast
126 b.ls .Lend
H A Dmemmove.S118 b.ls 2f
H A Dmemcpy.S108 b.ls L(copy16)
194 b.ls 2f
H A Dstrnlen.S142 csel len, len, limit, ls /* Return the lower value. */
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregcomp.c434 static int add_icase_literals(struct literals* ls, int min, int max) { argument
455 lit = tre_new_lit(ls);
494 static reg_errcode_t parse_bracket_terms(tre_parse_ctx_t* ctx, const char* s, struct literals* ls, argument
554 tre_literal_t* lit = tre_new_lit(ls);
570 if (add_icase_literals(ls, min, max))
581 struct literals ls; local
585 ls.mem = ctx->mem;
586 ls.len = 0;
587 ls.cap = 32;
588 ls
[all...]
/fuchsia/zircon/system/ulib/gpt/
H A Dgpt.c620 static int compare(const void *ls, const void *rs) { argument
621 const gpt_partition_t* l = *(gpt_partition_t**)ls;
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in247 jeprof /bin/ls ls.prof
249 jeprof --text /bin/ls ls.prof
251 jeprof --web /bin/ls ls.prof
253 jeprof --gv /bin/ls ls.prof
255 jeprof --gv --focus=Mutex /bin/ls ls
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daesv8-armx.pl739 b.ls .Lctr32_tail
/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
H A Daesv8-armx64.S606 b.ls .Lctr32_tail

Completed in 129 milliseconds