Searched defs:string (Results 1 – 12 of 12) sorted by relevance
/bionic/tests/ |
D | string_test.cpp | 47 TEST(string, strerror) { in TEST() argument 65 TEST(string, strerror_concurrent) { in TEST() argument 82 TEST(string, gnu_strerror_r) { in TEST() argument 112 TEST(string, strsignal) { in TEST() argument 132 TEST(string, strsignal_concurrent) { in TEST() argument 245 TEST(string, strcat) { in TEST() argument 266 TEST(string, strcpy2) { in TEST() argument 275 TEST(string, strcpy3) { in TEST() argument 289 TEST(string, strcpy4) { in TEST() argument 299 TEST(string, stpcpy2) { in TEST() argument [all …]
|
D | string_posix_strerror_r_test.cpp | 40 TEST(string, posix_strerror_r) { in TEST() argument
|
D | gtest_main.cpp | 74 static int GetDeadlineInfo(const std::string& /*test_name*/) { in GetDeadlineInfo() 79 static int GetWarnlineInfo(const std::string& /*test_name*/) { in GetWarnlineInfo()
|
/bionic/libc/dns/resolv/ |
D | res_debug.h | 26 # define Aerror(statp, file, string, error, address) /*empty*/ argument 27 # define Perror(statp, file, string, error) /*empty*/ argument
|
D | res_send.c | 1272 Aerror(const res_state statp, FILE *file, const char *string, int error, in Aerror() 1294 Perror(const res_state statp, FILE *file, const char *string, int error) { in Perror()
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | fnmatch.c | 146 static int fnmatch_ch(const char **pattern, const char **string, int flags) in fnmatch_ch() 280 int fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_memstream.c | 30 char *string; /* actual stream */ member
|
D | open_wmemstream.c | 31 wchar_t *string; /* actual stream */ member
|
D | fmemopen.c | 28 char *string; /* actual stream */ member
|
/bionic/libc/kernel/uapi/linux/ |
D | irda.h | 151 __u8 string[IAS_MAX_STRING]; member
|
D | videodev2.h | 866 char __user * string; member
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 178 const char *string, in matcher()
|