Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 28) sorted by relevance

12

/picolibc-3.7.0-3.6.0/
Dfind-copyright71 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 …]
DCOPYING.picolibc566 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/
DTC-thumbv6m.cmake14 # search programs in the host environment
17 # search headers and libraries in the target environment
DTC-thumbv7m.cmake14 # search programs in the host environment
17 # search headers and libraries in the target environment
DTC-clang-thumbv6m.cmake14 # search programs in the host environment
17 # search headers and libraries in the target environment
DTC-clang-thumbv7m.cmake14 # 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/
Dstrcat.S52 search: label
56 comib,tr r0,r0,search
Dmemcmp.S41 combt,<,n r0,count,search /*N <= 0 yields equality */
44 search: combf,=,n s1,s2,findout /*s1 != s2? */ label
Dstrncmp.S37 combt,<,n r0,count,search /* N <= 0 yields equality */
40 search: combf,=,n s1,s2,findout /* s1 != s2? */ label
Dstrncat.S50 search: label
54 comib,tr r0,r0,search
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dstdlib.tex21 * bsearch:: Binary search
93 @include search/bsearch.def
156 @include search/qsort.def
/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrings.tex36 * memrchr:: Reverse search for character in memory
39 * rindex:: Reverse search for character in string
62 * strrchr:: Reverse search for character in string
Dwcstrings.tex32 * wcsrchr:: Reverse search for wide character in string
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrlen.S101 mov g7,g4 # move word with null to search word
Dstrrchr.S124 mov g3,g6 # save word of all char to short circuit search
Dstrcpy.S134 mov g7,g4 # move word with null to search word
Dstrlen_ca.S126 lda (g7),g6 # move odd word to search word
/picolibc-3.7.0-3.6.0/newlib/testsuite/
Dmeson.build44 'newlib.search',
/picolibc-3.7.0-3.6.0/newlib/libc/
DCMakeLists.txt47 add_subdirectory(search)
Dmeson.build37 'posix', 'search', 'signal', 'ssp', 'stdlib',
/picolibc-3.7.0-3.6.0/newlib/libc/include/
DCMakeLists.txt81 search.h
Dmeson.build80 'search.h',
/picolibc-3.7.0-3.6.0/newlib/
DHOWTO137 * 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/
DREADME.md21 picolibc.specs.in)_ which sets the search path for
/picolibc-3.7.0-3.6.0/newlib/doc/
Dmakedocbook.py484 match = re.search(r'(?<!@)@[^@\s]+', s)

12