Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/riscv/
Dstrlen.c35 unsigned long *ls = (unsigned long *)str; in strlen() local
36 while (!__libc_detect_null (*ls++)) in strlen()
38 __asm__ volatile ("" : "+r"(ls)); /* prevent "optimization" */ in strlen()
40 str = (const char *)ls; in strlen()
/picolibc-latest/
Dmake-copyrights4 git ls-files | sort | $dir/find-copyright -
DCMakeLists.txt417 option(_WANT_IO_WCHAR "Support %ls/%lc formats in printf even without multi-byte" OFF)
DREADME.md251 %lc/%ls in printf even if multi-byte support is not enabled.
/picolibc-latest/newlib/libc/machine/aarch64/
Dstrnlen.S82 csel result, cntin, result, ls
125 csel result, cntin, result, ls
Dmemchr.S94 b.ls L(masklast)
104 b.ls L(end)
Dmemcpy.S135 b.ls L(copy96)
171 b.ls L(copy64_from_end)
217 b.ls L(copy64_from_start)
Dmemcmp.S54 b.ls L(last_bytes)
67 b.ls L(last_bytes)
Dmemrchr.S73 b.ls L(nomatch)
/picolibc-latest/newlib/libc/ctype/
Dmkunidata26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`
/picolibc-latest/newlib/libc/string/
Dmkunidata26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`
/picolibc-latest/newlib/libc/machine/arc/
Dstrchr-bs.S192 btst.ls r2,31
Dstrchr.S198 btst.ls r2,31
/picolibc-latest/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.