Searched refs:find (Results 1 – 16 of 16) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | strcasestr.c | 94 const char *find) in strcasestr() argument 102 if ((c = *find++) != 0) { in strcasestr() 104 len = strlen(find); in strcasestr() 110 } while (strncasecmp(s, find, len) != 0); in strcasestr() 119 const char *needle = find; in strcasestr() 134 needle_len = needle - find; in strcasestr() 142 (const unsigned char *) find, needle_len); in strcasestr() 144 (const unsigned char *) find, needle_len); in strcasestr()
|
/picolibc-latest/ |
D | make-copyrights | 4 git ls-files | sort | $dir/find-copyright -
|
D | CONTRIBUTING.md | 94 which you'll find in the source tree as [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
|
D | README.md | 33 was generated using the make-copyrights and find-copyright 410 * Use -fanalyzer to find and fix a range of issues.
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | strlen.S | 27 mov #0, r2 ; Stop searching when we find a NUL byte.
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcmp.S | 90 ; At this point, we want to find the _first_ comparison that marked the 198 ; (find first set) instruction.
|
D | strlen.S | 280 ; simply find the first non zero bit (counting from bit 0) which will 293 ; ffs does not find a bit, because we know for sure there is at least
|
D | memchr.S | 352 ; xor). Therefore, we can simply find the first non zero bit (counting from bit 363 ; worry about the case where ffs does not find a bit, because we know for sure
|
D | strcat.S | 569 ; zero bytes, except for the NULL bytes. Therefore, we can simply find the 581 ; about the case where ffs does not find a bit, because we know for sure there is
|
/picolibc-latest/newlib/ |
D | README | 23 When you unpack the newlib-4.2.0.tar.gz file, you'll find a directory 91 `--srcdir' option to specify where to find the source. (You also need 92 to specify a path to find `configure' itself from your working 109 the example, you'd find the Sun 4 library `libiberty.a' in the
|
D | HOWTO | 251 it would be difficult to find the set of options necessary to produce the
|
D | ChangeLog-2015 | 26507 sanity check so no one else need ever chase what I did to find
|
/picolibc-latest/newlib/doc/ |
D | makedocbook.py | 272 refnamediv = refentry.find('refnamediv')
|
/picolibc-latest/doc/ |
D | linking.md | 91 find '*' used in the following defintions; that can be replaced with
|
D | build.md | 19 [ninja-build.org](https://ninja-build.org) to find out how to 43 … | true | Also wrap crt0.o into a library -lcrt0, which is easier to find via the library pat…
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1154 The @dfn{Unranged codes array index} @emph{size_arr} section helps to find 1162 possible to quickly find the needed range index. 1172 values, therefore it is possible to find the needed pair quickly. 1197 @item Try to find the corresponding triad in the "Unranged codes array 1573 is used to find the name of requested encoding by it's alias.
|