Searched defs:string (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/netbsd/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 | 1084 Aerror(const res_state statp, FILE *file, const char *string, int error, in Aerror() 1108 Perror(const res_state statp, FILE *file, const char *string, int error) { in Perror()
|
/bionic/libc/unistd/ |
D | fnmatch.c | 54 fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
|
/bionic/libc/kernel/common/linux/ |
D | moduleparam.h | 50 char *string; member 71 #define module_param_string(name, string, len, perm) static struct kparam_string __param_string_#… argument
|
/bionic/libc/regex/ |
D | regexec.c | 139 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec()
|
D | engine.c | 128 matcher(struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], in matcher()
|