Home
last modified time | relevance | path

Searched defs:string (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/netbsd/resolv/
Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/ argument
27 # define Perror(statp, file, string, error) /*empty*/ argument
Dres_send.c1084 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/
Dfnmatch.c54 fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
/bionic/libc/kernel/common/linux/
Dmoduleparam.h50 char *string; member
71 #define module_param_string(name, string, len, perm) static struct kparam_string __param_string_#… argument
/bionic/libc/regex/
Dregexec.c139 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec()
Dengine.c128 matcher(struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], in matcher()