Searched refs:string (Results 1 - 25 of 173) sorted by relevance

1234567

/bionic/libc/string/
H A Dstrcoll.c28 #include <string.h>
H A Dindex.c31 #include <string.h>
H A Dstrchr.c31 #include <string.h>
H A Dstrcpy.c32 #include <string.h>
H A Dstrcmp.c36 #include <string.h>
H A Dstrlen.c33 #include <string.h>
H A Dstrncat.c34 #include <string.h>
H A Dstrncmp.c33 #include <string.h>
H A Dstrnlen.c28 #include <string.h>
H A Dstrpbrk.c31 #include <string.h>
H A Dstrrchr.c31 #include <string.h>
H A D__memcpy_chk.c30 #include <string.h>
H A D__memmove_chk.c29 #include <string.h>
H A D__memset_chk.c29 #include <string.h>
/bionic/libc/netbsd/net/
H A Dservent.h41 #include <string.h>
/bionic/libc/unistd/
H A Dfnmatch.c59 * number of consecutive slashes within pattern and string will NOT match;
72 * path segment of string, and FNM_CASEFOLD to ignore alpha case.
81 * state of pattern and string (rewinding pattern and string repeatedly).
89 #include <string.h>
143 * Both pattern and string are **char to support pointer increment of arbitrary
146 static int fnmatch_ch(const char **pattern, const char **string, int flags) argument
174 ++*string;
191 if (classmatch(*pattern, **string, nocase, pattern)
215 if ((**string >
273 fnmatch(const char *pattern, const char *string, int flags) argument
[all...]
/bionic/libc/kernel/common/linux/
H A Dbitmap.h25 #include <linux/string.h>
/bionic/libc/netbsd/resolv/
H A Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/
27 # define Perror(statp, file, string, error) /*empty*/
/bionic/tests/
H A Dstring_test.cpp20 #include <string.h>
22 TEST(string, strerror) {
38 TEST(string, strerror_concurrent) {
53 TEST(string, strerror_r) {
74 TEST(string, strsignal) {
96 TEST(string, strsignal_concurrent) {
/bionic/libc/arch-mips/bionic/
H A Dmemmove.c28 #include <string.h>
/bionic/libc/bionic/
H A Dstrerror.cpp29 #include <string.h>
H A Dstrsignal.cpp29 #include <string.h>
/bionic/libc/include/
H A Dfnmatch.h47 extern int fnmatch(const char *pattern, const char *string, int flags);
/bionic/libc/stdio/
H A Dflockfile.c41 #include <string.h>
/bionic/libc/stdlib/
H A Dputenv.c32 #include <string.h>

Completed in 261 milliseconds

1234567