/bionic/libc/tzcode/ |
D | localtime.c | 1403 struct tm *const tmp) in localsub() 1483 localtime_rz(struct state *sp, time_t const *timep, struct tm *tmp) in localtime_rz() 1491 localtime_tzset(time_t const *timep, struct tm *tmp) in localtime_tzset() 1518 localtime_r(const time_t *timep, struct tm *tmp) in localtime_r() 1529 struct tm *tmp) in gmtsub() 1551 gmtime_r(const time_t *timep, struct tm *tmp) in gmtime_r() 1588 const struct state *sp, struct tm *tmp) in timesub() 1719 struct tm *tmp = localtime(timep); in ctime() local 1727 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r() local 1833 time2sub(struct tm *const tmp, in time2sub() [all …]
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_ntop.c | 74 char tmp[sizeof "255.255.255.255"]; in inet_ntop4() local 103 char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"]; in inet_ntop6() local
|
D | inet_pton.c | 77 u_char tmp[INADDRSZ], *tp; in inet_pton4() local 128 u_char tmp[IN6ADDRSZ], *tp, *endp, *colonp; in inet_pton6() local
|
D | res_random.c | 138 u_int left, right, tmp; in permute15() local 176 u_int32_t tmp; in res_initid() local
|
/bionic/libc/dns/nameser/ |
D | ns_ttl.c | 98 u_long ttl, tmp; in ns_parse_ttl() local 151 char tmp[50]; in fmt1() local
|
D | ns_parse.c | 145 int tmp; in ns_parserr() local 208 int tmp; in ns_parserr2() local
|
D | ns_name.c | 631 u_char tmp[NS_MAXCDNAME]; in ns_name_uncompress() local 660 u_char tmp[NS_MAXCDNAME]; in ns_name_compress() local
|
D | ns_print.c | 119 char tmp[100]; in ns_sprintrrf() local
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 119 states tmp; /* temporary */ member 781 states tmp = m->tmp; in fast() local 876 states tmp = m->tmp; in slow() local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_jnf.c | 114 float q0,q1,h,tmp; int32_t k,m; in __ieee754_jnf() local
|
D | e_jn.c | 157 double q0,q1,h,tmp; int32_t k,m; in __ieee754_jn() local
|
/bionic/libc/bionic/ |
D | fts.c | 77 FTSENT *parent, *tmp; in __fts_open() local 252 FTSENT *p, *tmp; in fts_read() local
|
D | ndk_cruft.cpp | 86 char tmp = *p; in memswap() local
|
/bionic/libc/dns/resolv/ |
D | res_query.c | 230 char tmp[NS_MAXDNAME]; in res_nsearch() local
|
D | res_send.c | 771 void *tmp; in send_vc() local
|
D | res_cache.c | 1316 struct pending_req_info *ri, *tmp; in _cache_flush_pending_requests_locked() local
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
D | chacha_private.h | 94 u8 tmp[64]; in chacha_encrypt_bytes() local
|
/bionic/tests/ |
D | netdb_test.cpp | 118 char tmp[16]; in TEST() local
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 1046 char tmp[NS_INADDRSZ]; in map_v4v6_address() local
|
D | getaddrinfo.c | 395 int32_t tmp; in readBE32() local
|
/bionic/libc/stdio/ |
D | stdio.cpp | 282 int tmp = fd_flags & O_ACCMODE; in fdopen() local
|