Home
last modified time | relevance | path

Searched defs:res (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/stdio/
Dvfwscanf.c578 uintmax_t res; in __vfwscanf() local
616 long double res = wcstold(buf, &p); in __vfwscanf() local
619 double res = wcstod(buf, &p); in __vfwscanf() local
622 float res = wcstof(buf, &p); in __vfwscanf() local
Dvfscanf.cpp671 uintmax_t res; in __svfscanf() local
709 long double res = strtold(buf, &p); in __svfscanf() local
712 double res = strtod(buf, &p); in __svfscanf() local
715 float res = strtof(buf, &p); in __svfscanf() local
/bionic/benchmarks/
Dget_heap_size_benchmark.cpp51 int res = pthread_create(t + i, NULL, thread_func, object + i); in BM_mallinfo() local
63 int res = pthread_join(t[i], NULL); in BM_mallinfo() local
/bionic/libc/include/sys/
Dtime.h69 #define timeradd(a, b, res) \ argument
79 #define timersub(a, b, res) \ argument
/bionic/tests/
Dsys_xattr_test.cpp73 int res = fsetxattr(fd, "user.foo", "bar", 4, 0); in TEST() local
91 int res = fsetxattr(fd, "user.foo", "01234567890123456789", 21, 0); in TEST() local
119 ssize_t res = flistxattr(fd, buf, sizeof(buf)); in TEST() local
Dfortify_test.cpp686 char* res = __strncat_chk(buf, "01234", sizeof(buf) - strlen(buf) - 1, sizeof(buf)); in TEST() local
705 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local
723 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local
741 char* res = __strncat_chk(buf, "", 5, sizeof(buf)); in TEST() local
760 char* res = __strncat_chk(buf, "01234567", 8, sizeof(buf)); in TEST() local
779 char* res = __strncat_chk(buf, "01234567", 9, sizeof(buf)); in TEST() local
799 char* res = __strcat_chk(buf, "01234", sizeof(buf)); in TEST() local
818 char* res = __strcat_chk(buf, "01234567", sizeof(buf)); in TEST() local
915 char* res = __strcat_chk(buf, "01234567", (size_t)-1); in TEST() local
933 char* res = __stpcpy_chk(buf, "012345678", (size_t)-1); in TEST() local
[all …]
Dstring_test.cpp346 char* res = strcat(buf, "01234"); in TEST() local
359 char* res = strcat(buf, "01234567"); in TEST() local
369 char* res = strncat(buf, "01234", sizeof(buf) - strlen(buf) - 1); in TEST() local
382 char* res = strncat(buf, "0123456789", 5); in TEST() local
395 char* res = strncat(buf, "01234567", 8); in TEST() local
405 char* res = strncat(buf, "01234567", 9); in TEST() local
/bionic/libc/dns/net/
Dgethnamaddr.c93 #define maybe_ok(res, nm, ok) (((res)->options & RES_NOCHECKNAME) != 0U || \ argument
95 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok) argument
96 #define maybe_dnok(res, dn) maybe_ok((res), (dn), res_dnok) argument
185 debugprintf(const char *msg, res_state res, ...) in debugprintf()
201 # define debugprintf(msg, res, num) /*nada*/ argument
218 res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) in getanswer()
530 res_state res = __res_get_state(); in gethostbyname_r() local
557 res_state res = __res_get_state(); in gethostbyname2_r() local
675 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, in gethostbyname_internal_real()
792 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, in gethostbyname_internal()
[all …]
Dgetaddrinfo.c408 const struct addrinfo *hints, struct addrinfo **res, unsigned netid) in android_getaddrinfo_proxy()
564 const struct addrinfo *hints, struct addrinfo **res) in getaddrinfo()
572 const struct addrinfo *hints, unsigned netid, unsigned mark, struct addrinfo **res) in android_getaddrinfofornet()
588 struct addrinfo **res) in android_getaddrinfofornetcontext()
800 const char *servname, struct addrinfo **res, in explore_fqdn()
863 struct addrinfo **res) in explore_null()
929 const char *servname, struct addrinfo **res, const char *canonname) in explore_numeric()
1016 const char *servname, struct addrinfo **res) in explore_numeric_scope()
1902 res_state res; in _dns_getaddrinfo() local
2054 struct addrinfo hints, *res0, *res; in _gethtent() local
[all …]
/bionic/libc/kernel/uapi/linux/
Daio_abi.h40 __s64 res; member
Dvirtio_input.h36 __u32 res; member
/bionic/linker/
Dlinker_cfi.cpp74 void* res = mremap(tmp_start, size, size, MREMAP_MAYMOVE | MREMAP_FIXED, in ~ShadowWrite() local
/bionic/libc/dns/resolv/
Dres_send.c134 #define EXT(res) ((res)->_u._ext) argument
984 int res, origflags; in connect_with_timeout() local
Dres_debug.c1167 struct tm res; in p_secstodate() local
/bionic/libc/kernel/uapi/rdma/
Dib_user_mad.h86 __u16 res; member
/bionic/libc/arch-mips/string/
Dmemcmp.c326 int res; in memcmp() local
/bionic/libc/dns/include/
Dresolv_private.h235 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument