Searched refs:u_long (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | memset.c | 45 #define wsize sizeof(u_long) 70 u_long c; in bzero() 122 *(u_long *)(void *)dst = WIDEVAL; in bzero()
|
/bionic/libc/dns/nameser/ |
D | ns_ttl.c | 50 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl() 97 ns_parse_ttl(const char *src, u_long *dst) { in ns_parse_ttl() 98 u_long ttl, tmp; in ns_parse_ttl()
|
D | ns_print.c | 110 u_long ttl, const u_char *rdata, size_t rdlen, in ns_sprintrrf() 198 u_long t; in ns_sprintrrf() 510 u_long t; in ns_sprintrrf() 628 u_long t; in ns_sprintrrf()
|
/bionic/libc/kernel/uapi/linux/ |
D | coda.h | 29 typedef unsigned long u_long; typedef 32 typedef u_long ino_t; 33 typedef u_long dev_t; 141 u_long va_gen; 142 u_long va_flags;
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 149 u_long options; /* option flags - see below. */ 161 u_long pfcode; /* RES_PRF_ flags - see below. */ 450 const char * p_option(u_long); 451 char * p_secstodate(u_long);
|
/bionic/libc/include/arpa/ |
D | nameser.h | 182 #define ns_rr_ttl(rr) ((u_long)(rr).ttl + 0) 575 …size_t __msg_size, const char* __name, ns_class __class, ns_type __type, u_long __ttl, const u_cha… 576 int ns_format_ttl(u_long __ttl, char* __dst, size_t __dst_size); 603 …size_t __msg_size, const char* __name, ns_class __class, ns_type __type, u_long __ttl, const u_cha… 604 int ns_format_ttl(u_long __ttl, char* __dst, size_t __dst_size) __INTRODUCED_IN_64(22);
|
/bionic/libc/include/sys/ |
D | types.h | 138 typedef unsigned long u_long; typedef
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 156 u_long mask; in fp_resstat() 682 p_option(u_long option) { in p_option() 716 default: snprintf(nbuf, sizeof(nbuf), "?0x%lx?", (u_long)option); in p_option() 728 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0) in p_time() 1179 p_secstodate (u_long secs) { in p_secstodate()
|
D | res_cache.c | 1069 static u_long 1072 u_long result = 0; in answer_getNegativeTTL() 1081 u_long ttl, rec_result = ns_rr_ttl(rr); in answer_getNegativeTTL() 1123 static u_long 1128 u_long result, ttl; in answer_getTTL() 1773 u_long ttl; in _resolv_cache_add()
|
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/ |
D | random.c | 512 static u_long randseed = 1; in random()
|
/bionic/libc/stdio/ |
D | vfwprintf.cpp | 472 _umax = (u_long)GETARG(void*); in FUNCTION_NAME()
|
D | vfprintf.cpp | 479 _umax = (u_long)GETARG(void*); in FUNCTION_NAME()
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 444 (size_t)((u_long)bp % sizeof(align)); in getanswer() 1077 (size_t)((u_long)*bpp % sizeof(align))); in map_v4v6_hostent()
|
D | getaddrinfo.c | 1247 u_long lscopeid; in ip6_str2scopeid()
|