Home
last modified time | relevance | path

Searched refs:ls (Results 1 – 13 of 13) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/
Dstrlen.c32 unsigned long *ls = (unsigned long *)str; in strlen() local
33 while (!__libc_detect_null (*ls++)) in strlen()
35 __asm__ volatile ("" : "+r"(ls)); /* prevent "optimization" */ in strlen()
37 str = (const char *)ls; in strlen()
/picolibc-3.7.0-3.6.0/
Dmake-copyrights4 git ls-files | sort | $dir/find-copyright -
/picolibc-3.7.0-3.6.0/newlib/libc/machine/aarch64/
Dstrnlen.S80 csel result, cntin, result, ls
123 csel result, cntin, result, ls
Dmemchr.S92 b.ls L(masklast)
102 b.ls L(end)
Dmemcpy.S133 b.ls L(copy96)
169 b.ls L(copy64_from_end)
215 b.ls L(copy64_from_start)
Dmemcmp.S52 b.ls L(last_bytes)
65 b.ls L(last_bytes)
Dmemrchr.S71 b.ls L(nomatch)
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/
Dmkunidata26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`
/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dmkunidata26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arc/
Dstrchr-bs.S189 btst.ls r2,31
Dstrchr.S196 btst.ls r2,31
/picolibc-3.7.0-3.6.0/newlib/
DNEWS289 * addition of %lc, %ls, %S, and %C printf format specifiers
DChangeLog-2015547 to GET_ARG in %lc, %ls nad %l[] cases. Fix unterminated string in %l[]
7830 * libc/stdio/vfscanf.c (__ssvfiscanf_r): Do not support %lc, %C, %ls or
13910 multibyte functions return failure for %C, %S, %lc, and %ls
14519 of mb routines for %lc and %ls support.
14521 %ls, and %S support. Remove CYGNUS_NEC markers and
14692 %ls, %S, %lc, and %C format specifiers.