Searched refs:u_long (Results 1 – 19 of 19) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | tmpnam.c | 47 static u_long tmpcount; in tmpnam()
|
D | vfwscanf.c | 92 #define u_long unsigned long macro
|
D | vfscanf.c | 91 #define u_long unsigned long macro
|
D | vfwprintf.c | 817 _umax = (u_long)GETARG(void *); in __vfwprintf()
|
D | vfprintf.c | 840 _umax = (u_long)GETARG(void *); in __vfprintf()
|
/bionic/libm/i387/ |
D | npx.h | 59 u_long fp_mantlo; /* mantissa low (31:0) */ 60 u_long fp_manthi; /* mantissa high (63:32) */
|
/bionic/libc/dns/nameser/ |
D | ns_ttl.c | 56 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl() 103 ns_parse_ttl(const char *src, u_long *dst) { in ns_parse_ttl() 104 u_long ttl, tmp; in ns_parse_ttl()
|
D | ns_print.c | 116 u_long ttl, const u_char *rdata, size_t rdlen, in ns_sprintrrf() 204 u_long t; in ns_sprintrrf() 516 u_long t; in ns_sprintrrf() 634 u_long t; in ns_sprintrrf()
|
/bionic/libc/kernel/uapi/linux/ |
D | coda.h | 31 typedef unsigned long u_long; typedef 35 typedef u_long ino_t; 36 typedef u_long dev_t; 166 u_long va_gen; 167 u_long va_flags;
|
/bionic/libc/include/net/ |
D | if_ieee1394.h | 121 int ieee1394_ioctl(struct ifnet *, u_long, caddr_t);
|
D | if_ether.h | 155 int ether_ioctl(struct ifnet *, u_long, caddr_t);
|
/bionic/libc/include/sys/ |
D | types.h | 151 typedef unsigned long u_long; typedef
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 154 u_long options; /* option flags - see below. */ 166 u_long pfcode; /* RES_PRF_ flags - see below. */ 447 const char * p_option(u_long); 448 char * p_secstodate(u_long);
|
/bionic/libc/include/arpa/ |
D | nameser.h | 186 #define ns_rr_ttl(rr) ((u_long)(rr).ttl + 0) 591 ns_class, ns_type, u_long, const u_char *, 594 int ns_format_ttl(u_long, char *, size_t); 595 int ns_parse_ttl(const char *, u_long *);
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 146 u_long mask; in fp_resstat() 672 p_option(u_long option) { in p_option() 706 default: sprintf(nbuf, "?0x%lx?", (u_long)option); in p_option() 718 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0) in p_time() 1169 p_secstodate (u_long secs) { in p_secstodate()
|
D | res_cache.c | 1007 static u_long 1010 u_long result = 0; in answer_getNegativeTTL() 1019 u_long ttl, rec_result = ns_rr_ttl(rr); in answer_getNegativeTTL() 1061 static u_long 1066 u_long result, ttl; in answer_getTTL() 1705 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/dns/ |
D | gethnamaddr.c | 419 (size_t)((u_long)bp % sizeof(align)); in getanswer() 1190 int i = sizeof(align) - (size_t)((u_long)*bpp % sizeof(align)); in map_v4v6_hostent()
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 1251 u_long lscopeid; in ip6_str2scopeid()
|