Home
last modified time | relevance | path

Searched refs:find (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dstrcasestr.c94 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/
Dmake-copyrights4 git ls-files | sort | $dir/find-copyright -
DCONTRIBUTING.md94 which you'll find in the source tree as [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
DREADME.md33 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/
Dstrlen.S27 mov #0, r2 ; Stop searching when we find a NUL byte.
/picolibc-latest/newlib/libc/machine/arc64/
Dmemcmp.S90 ; At this point, we want to find the _first_ comparison that marked the
198 ; (find first set) instruction.
Dstrlen.S280 ; 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
Dmemchr.S352 ; 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
Dstrcat.S569 ; 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/
DREADME23 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
DHOWTO251 it would be difficult to find the set of options necessary to produce the
DChangeLog-201526507 sanity check so no one else need ever chase what I did to find
/picolibc-latest/newlib/doc/
Dmakedocbook.py272 refnamediv = refentry.find('refnamediv')
/picolibc-latest/doc/
Dlinking.md91 find '*' used in the following defintions; that can be replaced with
Dbuild.md19 [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/
Diconv.tex1154 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.