Searched refs:ls (Results 1 – 15 of 15) sorted by relevance
/picolibc-latest/newlib/libc/machine/riscv/ |
D | strlen.c | 35 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/ |
D | make-copyrights | 4 git ls-files | sort | $dir/find-copyright -
|
D | CMakeLists.txt | 417 option(_WANT_IO_WCHAR "Support %ls/%lc formats in printf even without multi-byte" OFF)
|
D | README.md | 251 %lc/%ls in printf even if multi-byte support is not enabled.
|
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | strnlen.S | 82 csel result, cntin, result, ls 125 csel result, cntin, result, ls
|
D | memchr.S | 94 b.ls L(masklast) 104 b.ls L(end)
|
D | memcpy.S | 135 b.ls L(copy96) 171 b.ls L(copy64_from_end) 217 b.ls L(copy64_from_start)
|
D | memcmp.S | 54 b.ls L(last_bytes) 67 b.ls L(last_bytes)
|
D | memrchr.S | 73 b.ls L(nomatch)
|
/picolibc-latest/newlib/libc/ctype/ |
D | mkunidata | 26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`
|
/picolibc-latest/newlib/libc/string/ |
D | mkunidata | 26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | strchr-bs.S | 192 btst.ls r2,31
|
D | strchr.S | 198 btst.ls r2,31
|
/picolibc-latest/newlib/ |
D | NEWS | 289 * addition of %lc, %ls, %S, and %C printf format specifiers
|
D | ChangeLog-2015 | 547 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.
|