/bionic/libc/include/sys/ |
D | xattr.h | 51 int fsetxattr(int __fd, const char* __name, const void* __value, size_t __size, int __flags); 61 int setxattr(const char* __path, const char* __name, const void* __value, size_t __size, int __flag… 72 int lsetxattr(const char* __path, const char* __name, const void* __value, size_t __size, int __fla… 82 ssize_t fgetxattr(int __fd, const char* __name, void* __value, size_t __size); 91 ssize_t getxattr(const char* __path, const char* __name, void* __value, size_t __size); 101 ssize_t lgetxattr(const char* __path, const char* __name, void* __value, size_t __size); 139 int fremovexattr(int __fd, const char* __name); 148 int lremovexattr(const char* __path, const char* __name); 156 int removexattr(const char* __path, const char* __name);
|
D | system_properties.h | 46 int __system_property_set(const char* __name, const char* __value); 54 const prop_info* __system_property_find(const char* __name); 60 void (*__callback)(void* __cookie, const char* __name, const char* __value, uint32_t __serial), 91 int __system_property_read(const prop_info* __pi, char* __name, char* __value); 93 int __system_property_get(const char* __name, char* __value);
|
D | _system_properties.h | 105 int __system_property_add(const char* __name, unsigned int __name_length, const char* __value, unsi…
|
D | mman.h | 172 int memfd_create(const char* __name, unsigned __flags) __INTRODUCED_IN(30);
|
/bionic/libc/include/ |
D | netdb.h | 213 struct hostent* gethostbyname(const char* __name); 214 int gethostbyname_r(const char* __name, struct hostent* __ret, char* __buf, size_t __buf_size, stru… 215 struct hostent* gethostbyname2(const char* __name, int __af); 216 int gethostbyname2_r(const char* __name, int __af, struct hostent* __ret, char* __buf, size_t __buf… 224 struct netent* getnetbyname(const char* __name); 230 struct protoent* getprotobyname(const char* __name); 237 struct servent* getservbyname(const char* __name, const char* __proto);
|
D | pwd.h | 83 struct passwd* getpwnam(const char* __name); 92 int getpwnam_r(const char* __name, struct passwd* __pwd, char* __buf, size_t __n, struct passwd** _…
|
D | grp.h | 51 struct group* getgrnam(const char* __name); 59 int getgrnam_r(const char* __name, struct group* __group, char* __buf, size_t __n, struct group** _…
|
D | semaphore.h | 67 sem_t* sem_open(const char* __name, int _flags, ...); 69 int sem_unlink(const char* __name);
|
D | stdlib.h | 57 char* getenv(const char* __name); 59 int setenv(const char* __name, const char* __value, int __overwrite); 60 int unsetenv(const char* __name); 161 void setprogname(const char* __name) __INTRODUCED_IN(21);
|
D | resolv.h | 59 int res_query(const char* __name, int __class, int __type, u_char* __answer, int __answer_size); 60 int res_search(const char* __name, int __class, int __type, u_char* __answer, int __answer_size);
|
D | wctype.h | 59 wctrans_t wctrans_l(const char* __name, locale_t __l) __INTRODUCED_IN(26); 61 wctype_t wctype_l(const char* __name, locale_t __l) __INTRODUCED_IN(21);
|
D | unistd.h | 203 long fpathconf(int __fd, int __name); 204 long pathconf(const char* __path, int __name); 274 int sethostname(const char* __name, size_t __n) __INTRODUCED_IN(23); 314 int setdomainname(const char* __name, size_t __n) __INTRODUCED_IN(26);
|
D | nl_types.h | 65 nl_catd catopen(const char* __name, int __flag) __INTRODUCED_IN(26);
|
D | pthread.h | 284 int pthread_setname_np(pthread_t __pthread, const char* __name);
|
/bionic/benchmarks/ |
D | util.h | 46 #define BIONIC_TRIVIAL_BENCHMARK(__name, __expression) \ argument 47 static void __name(benchmark::State& state) { \ 52 BIONIC_BENCHMARK(__name)
|
/bionic/libc/include/bits/ |
D | wctype.h | 57 wctype_t wctype(const char* __name); 62 wctrans_t wctrans(const char* __name) __INTRODUCED_IN(26) __VERSIONER_NO_GUARD;
|
D | get_device_api_level_inlines.h | 38 int __system_property_get(const char* __name, char* __value);
|
D | sysconf.h | 193 long sysconf(int __name);
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | x_tables.h | 56 #define XT_TARGET_INIT(__name,__size) \ argument 57 {.target.u.user = {.target_size = XT_ALIGN(__size),.name = __name, }, \
|
/bionic/libc/include/net/ |
D | if.h | 48 unsigned if_nametoindex(const char* __name);
|
/bionic/libc/include/arpa/ |
D | nameser.h | 575 int ns_sprintrrf(const u_char* __msg, size_t __msg_size, const char* __name, ns_class __class, ns_t… 603 int ns_sprintrrf(const u_char* __msg, size_t __msg_size, const char* __name, ns_class __class, ns_t…
|