Home
last modified time | relevance | path

Searched refs:u_long (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/string/
Dmemset.c45 #define wsize sizeof(u_long)
70 u_long c; in bzero()
122 *(u_long *)(void *)dst = WIDEVAL; in bzero()
/bionic/libc/dns/nameser/
Dns_ttl.c50 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()
Dns_print.c110 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/
Dcoda.h29 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/
Dresolv_private.h149 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/
Dnameser.h182 #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/
Dtypes.h138 typedef unsigned long u_long; typedef
/bionic/libc/dns/resolv/
Dres_debug.c156 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()
Dres_cache.c1069 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/
Drandom.c512 static u_long randseed = 1; in random()
/bionic/libc/stdio/
Dvfwprintf.cpp472 _umax = (u_long)GETARG(void*); in FUNCTION_NAME()
Dvfprintf.cpp479 _umax = (u_long)GETARG(void*); in FUNCTION_NAME()
/bionic/libc/dns/net/
Dgethnamaddr.c444 (size_t)((u_long)bp % sizeof(align)); in getanswer()
1077 (size_t)((u_long)*bpp % sizeof(align))); in map_v4v6_hostent()
Dgetaddrinfo.c1247 u_long lscopeid; in ip6_str2scopeid()