Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwscanf.c651 uintmax_t res; in __vfwscanf() local
766 long double res = wcstold(buf, NULL); in __vfwscanf() local
769 double res = wcstod(buf, NULL); in __vfwscanf() local
772 float res = wcstof(buf, NULL); in __vfwscanf() local
Dvfscanf.c729 uintmax_t res; in __svfscanf() local
840 long double res = strtold(buf, in __svfscanf() local
844 double res = strtod(buf, (char **)NULL); in __svfscanf() local
847 float res = strtof(buf, (char **)NULL); in __svfscanf() local
/bionic/libc/include/sys/
Dtime.h60 #define timeradd(a, b, res) \ argument
70 #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.cpp724 char* res = __strncat_chk(buf, "01234", sizeof(buf) - strlen(buf) - 1, sizeof(buf)); in TEST() local
743 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local
761 char* res = __strncat_chk(buf, "0123456789", 5, sizeof(buf)); in TEST() local
779 char* res = __strncat_chk(buf, "", 5, sizeof(buf)); in TEST() local
798 char* res = __strncat_chk(buf, "01234567", 8, sizeof(buf)); in TEST() local
817 char* res = __strncat_chk(buf, "01234567", 9, sizeof(buf)); in TEST() local
837 char* res = __strcat_chk(buf, "01234", sizeof(buf)); in TEST() local
856 char* res = __strcat_chk(buf, "01234567", sizeof(buf)); in TEST() local
953 char* res = __strcat_chk(buf, "01234567", (size_t)-1); in TEST() local
971 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
168 debugprintf(const char *msg, res_state res, ...) in debugprintf()
184 # define debugprintf(msg, res, num) /*nada*/ argument
202 res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) in getanswer()
514 res_state res = __res_get_state(); in gethostbyname_r() local
547 res_state res = __res_get_state(); in gethostbyname2_r() local
699 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, in gethostbyname_internal_real()
817 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, in gethostbyname_internal()
[all …]
Dgetaddrinfo.c406 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()
1879 res_state res; in _dns_getaddrinfo() local
2032 struct addrinfo hints, *res0, *res; in _gethtent() local
[all …]
/bionic/libc/kernel/uapi/linux/
Daio_abi.h41 __s64 res; member
Dvirtio_input.h40 __u32 res; member
/bionic/libc/dns/resolv/
Dres_send.c133 #define EXT(res) ((res)->_u._ext) argument
980 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.h102 __u16 res; member
/bionic/libc/dns/include/
Dresolv_private.h249 #define RES_GETLAST(res) (((res)._flags & RES_F_LASTMASK) >> RES_F_LASTSHIFT) argument