Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwscanf.c651 uintmax_t res; in __vfwscanf() local
693 long double res = wcstold(buf, &p); in __vfwscanf() local
696 double res = wcstod(buf, &p); in __vfwscanf() local
699 float res = wcstof(buf, &p); in __vfwscanf() local
Dvfscanf.c729 uintmax_t res; in __svfscanf() local
769 long double res = strtold(buf, &p); in __svfscanf() local
772 double res = strtod(buf, &p); in __svfscanf() local
775 float res = strtof(buf, &p); in __svfscanf() 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.cpp676 char* res = __strncat_chk(buf, "01234", sizeof(buf) - strlen(buf) - 1, sizeof(buf)); in TEST() local
695 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local
713 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local
731 char* res = __strncat_chk(buf, "", 5, sizeof(buf)); in TEST() local
750 char* res = __strncat_chk(buf, "01234567", 8, sizeof(buf)); in TEST() local
769 char* res = __strncat_chk(buf, "01234567", 9, sizeof(buf)); in TEST() local
789 char* res = __strcat_chk(buf, "01234", sizeof(buf)); in TEST() local
808 char* res = __strcat_chk(buf, "01234567", sizeof(buf)); in TEST() local
905 char* res = __strcat_chk(buf, "01234567", (size_t)-1); in TEST() local
923 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
176 debugprintf(const char *msg, res_state res, ...) in debugprintf()
192 # define debugprintf(msg, res, num) /*nada*/ argument
209 res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) in getanswer()
521 res_state res = __res_get_state(); in gethostbyname_r() local
554 res_state res = __res_get_state(); in gethostbyname2_r() local
706 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, in gethostbyname_internal_real()
824 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, in gethostbyname_internal()
[all …]
Dgetaddrinfo.c405 const struct addrinfo *hints, struct addrinfo **res, unsigned netid) in android_getaddrinfo_proxy()
561 const struct addrinfo *hints, struct addrinfo **res) in getaddrinfo()
568 const struct addrinfo *hints, unsigned netid, unsigned mark, struct addrinfo **res) in android_getaddrinfofornet()
583 struct addrinfo **res) in android_getaddrinfofornetcontext()
795 const char *servname, struct addrinfo **res, in explore_fqdn()
858 struct addrinfo **res) in explore_null()
924 const char *servname, struct addrinfo **res, const char *canonname) in explore_numeric()
1011 const char *servname, struct addrinfo **res) in explore_numeric_scope()
1897 res_state res; in _dns_getaddrinfo() local
2049 struct addrinfo hints, *res0, *res; in _gethtent() local
[all …]
/bionic/libc/kernel/uapi/linux/
Daio_abi.h37 __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.c132 #define EXT(res) ((res)->_u._ext) argument
983 int res, origflags; in connect_with_timeout() local
Dres_debug.c1167 struct tm res; in p_secstodate() local
/bionic/libc/arch-mips/string/
Dmemcmp.c326 int res; in memcmp() local
/bionic/libc/kernel/uapi/rdma/
Dib_user_mad.h86 __u16 res; member
/bionic/libc/dns/include/
Dresolv_private.h235 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument