Searched refs:ls (Results 1 – 13 of 13) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/ |
D | strlen.c | 32 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/ |
D | make-copyrights | 4 git ls-files | sort | $dir/find-copyright -
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/aarch64/ |
D | strnlen.S | 80 csel result, cntin, result, ls 123 csel result, cntin, result, ls
|
D | memchr.S | 92 b.ls L(masklast) 102 b.ls L(end)
|
D | memcpy.S | 133 b.ls L(copy96) 169 b.ls L(copy64_from_end) 215 b.ls L(copy64_from_start)
|
D | memcmp.S | 52 b.ls L(last_bytes) 65 b.ls L(last_bytes)
|
D | memrchr.S | 71 b.ls L(nomatch)
|
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/ |
D | mkunidata | 26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | mkunidata | 26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arc/ |
D | strchr-bs.S | 189 btst.ls r2,31
|
D | strchr.S | 196 btst.ls r2,31
|
/picolibc-3.7.0-3.6.0/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.
|