Home
last modified time | relevance | path

Searched refs:val (Results 1 – 6 of 6) sorted by relevance

/resolv/
A Dinet_addr.c109 in_addr_t val; in inet_aton_end() local
138 val = ul; in inet_aton_end()
149 if (pp > res.bytes + 2 || val > 0xff) in inet_aton_end()
151 *pp++ = val; in inet_aton_end()
166 if (val > max[pp - res.bytes]) in inet_aton_end()
170 addr->s_addr = res.word | htonl (val); in inet_aton_end()
184 struct in_addr val; in __inet_aton_exact() local
189 *addr = val; in __inet_aton_exact()
211 struct in_addr val; in weak_alias() local
213 if (inet_aton_end (cp, &val, &endp)) in weak_alias()
[all …]
A Dinet_pton.c149 unsigned int val; in inet_pton6() local
167 val = 0; in inet_pton6()
176 val <<= 4; in inet_pton6()
177 val |= digit; in inet_pton6()
178 if (val > 0xffff) in inet_pton6()
197 *tp++ = (unsigned char) (val >> 8) & 0xff; in inet_pton6()
198 *tp++ = (unsigned char) val & 0xff; in inet_pton6()
200 val = 0; in inet_pton6()
216 *tp++ = (unsigned char) (val >> 8) & 0xff; in inet_pton6()
217 *tp++ = (unsigned char) val & 0xff; in inet_pton6()
A Dgai_sigqueue.c25 __gai_sigqueue (int sig, const union sigval val, pid_t caller_pid) in __gai_sigqueue() argument
A Dgai_misc.h97 extern int __gai_sigqueue (int sig, const union sigval val, pid_t caller_pid);
A Dres_debug.c659 unsigned long val; in precsize_ntoa() local
665 val = mantissa * poweroften[exponent]; in precsize_ntoa()
667 (void) sprintf(retbuf, "%ld.%.2ld", val/100, val%100); in precsize_ntoa()
/resolv/nss_dns/
A Ddns-network.c427 uint32_t val = 0; /* Accumulator for n_net value. */ in libc_hidden_def() local
463 val |= part << shift; in libc_hidden_def()
472 result->n_net = val; in libc_hidden_def()

Completed in 12 milliseconds