Searched refs:search (Results 1 – 25 of 28) sorted by relevance
12
/picolibc-3.7.0-3.6.0/ |
D | find-copyright | 71 m = cpr_line.search(line) 84 if regex.search(line): 90 if modified.search(line): 93 if derived.search(line): 97 if lower.search(line): 99 elif upper.search(line) and not lower.search(line): 121 if re.search(r'NetBSD', copyright): 123 if (re.search(r'Redistributions *(of)? *source +code', copyright) and 124 re.search(r'Redistributions +in +binary +form', copyright)): 125 if re.search(r'[tT]he +names? of', copyright): [all …]
|
D | COPYING.picolibc | 566 newlib/libc/search/CMakeLists.txt 957 newlib/libc/search/meson.build 1043 newlib/testsuite/newlib.search/meson.build 1376 newlib/libc/include/search.h 1377 newlib/libc/search/hash_func.c 1378 newlib/libc/search/ndbm.c 1431 Files: newlib/libc/search/bsearch.c 1432 newlib/libc/search/extern.h 1433 newlib/libc/search/hcreate.3 1434 newlib/libc/search/tdelete.c [all …]
|
/picolibc-3.7.0-3.6.0/cmake/ |
D | TC-thumbv6m.cmake | 14 # search programs in the host environment 17 # search headers and libraries in the target environment
|
D | TC-thumbv7m.cmake | 14 # search programs in the host environment 17 # search headers and libraries in the target environment
|
D | TC-clang-thumbv6m.cmake | 14 # search programs in the host environment 17 # search headers and libraries in the target environment
|
D | TC-clang-thumbv7m.cmake | 14 # search programs in the host environment 17 # search headers and libraries in the target environment
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/hppa/ |
D | strcat.S | 52 search: label 56 comib,tr r0,r0,search
|
D | memcmp.S | 41 combt,<,n r0,count,search /*N <= 0 yields equality */ 44 search: combf,=,n s1,s2,findout /*s1 != s2? */ label
|
D | strncmp.S | 37 combt,<,n r0,count,search /* N <= 0 yields equality */ 40 search: combf,=,n s1,s2,findout /* s1 != s2? */ label
|
D | strncat.S | 50 search: label 54 comib,tr r0,r0,search
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | stdlib.tex | 21 * bsearch:: Binary search 93 @include search/bsearch.def 156 @include search/qsort.def
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | strings.tex | 36 * memrchr:: Reverse search for character in memory 39 * rindex:: Reverse search for character in string 62 * strrchr:: Reverse search for character in string
|
D | wcstrings.tex | 32 * wcsrchr:: Reverse search for wide character in string
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/ |
D | strlen.S | 101 mov g7,g4 # move word with null to search word
|
D | strrchr.S | 124 mov g3,g6 # save word of all char to short circuit search
|
D | strcpy.S | 134 mov g7,g4 # move word with null to search word
|
D | strlen_ca.S | 126 lda (g7),g6 # move odd word to search word
|
/picolibc-3.7.0-3.6.0/newlib/testsuite/ |
D | meson.build | 44 'newlib.search',
|
/picolibc-3.7.0-3.6.0/newlib/libc/ |
D | CMakeLists.txt | 47 add_subdirectory(search)
|
D | meson.build | 37 'posix', 'search', 'signal', 'ssp', 'stdlib',
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | CMakeLists.txt | 81 search.h
|
D | meson.build | 80 'search.h',
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | HOWTO | 137 * autom4te.cache/: Generated by aclocal to cache system search results. Safe 148 a new file, it must be manually included -- there is no mechanism to search 236 Note that the Makefiles do not use VPATH to search source files across
|
/picolibc-3.7.0-3.6.0/hello-world/ |
D | README.md | 21 picolibc.specs.in)_ which sets the search path for
|
/picolibc-3.7.0-3.6.0/newlib/doc/ |
D | makedocbook.py | 484 match = re.search(r'(?<!@)@[^@\s]+', s)
|
12