Searched refs:u_long (Results 1 – 18 of 18) sorted by relevance
/bionic/libc/stdio/ |
D | tmpnam.c | 47 static u_long tmpcount; in tmpnam()
|
D | vfscanf.c | 89 #define u_long unsigned long macro
|
D | vfprintf.c | 601 _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/netbsd/nameser/ |
D | ns_ttl.c | 55 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl() 101 ns_parse_ttl(const char *src, u_long *dst) { in ns_parse_ttl() 102 u_long ttl, tmp; in ns_parse_ttl()
|
D | ns_netint.c | 45 u_long dst; in ns_get32()
|
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() 512 u_long t; in ns_sprintrrf() 630 u_long t; in ns_sprintrrf()
|
/bionic/libc/kernel/common/linux/mtd/ |
D | mtd.h | 46 u_long time; 47 u_long retries; 52 u_long priv;
|
/bionic/libc/include/sys/ |
D | types.h | 119 typedef unsigned long u_long; typedef
|
/bionic/libc/kernel/common/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/private/ |
D | resolv_private.h | 147 u_long options; /* option flags - see below. */ 159 u_long pfcode; /* RES_PRF_ flags - see below. */ 441 const char * p_option(u_long); 442 char * p_secstodate(u_long);
|
D | arpa_nameser.h | 147 #define ns_rr_ttl(rr) ((u_long)(rr).ttl + 0) 520 ns_class, ns_type, u_long, const u_char *, 523 int ns_format_ttl(u_long, char *, size_t); 524 int ns_parse_ttl(const char *, u_long *);
|
/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/netbsd/resolv/ |
D | res_debug.c | 148 u_long mask; in fp_resstat() 610 p_option(u_long option) { in p_option() 644 default: sprintf(nbuf, "?0x%lx?", (u_long)option); in p_option() 656 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0) in p_time() 1111 p_secstodate (u_long secs) { in p_secstodate()
|
D | res_cache.c | 1032 static u_long 1037 u_long result, ttl; in answer_getTTL() 1521 u_long ttl; in _resolv_cache_add()
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 409 (size_t)((u_long)bp % sizeof(align)); in getanswer() 990 int i = sizeof(align) - (size_t)((u_long)*bpp % sizeof(align)); in map_v4v6_hostent()
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 1252 u_long lscopeid; in ip6_str2scopeid()
|