Home
last modified time | relevance | path

Searched refs:nptr (Results 1 – 2 of 2) sorted by relevance

/nss/
A Dtest-netdb.c213 output_netent (const char *call, struct netent *nptr) in output_netent() argument
217 if (nptr == NULL) in output_netent()
223 ip.s_addr = htonl(nptr->n_net); in output_netent()
225 call, nptr->n_name, inet_ntoa (ip)); in output_netent()
235 struct netent *nptr; in test_network() local
242 nptr = getnetbyname ("loopback"); in test_network()
245 nptr = getnetbyname ("LoopBACK"); in test_network()
249 nptr = getnetbyaddr (ip, AF_INET); in test_network()
255 nptr = getnetent (); in test_network()
256 output_netent ("getnetent ()", nptr); in test_network()
[all …]
/nss/nss_files/
A Dfiles-parse.c145 strtou32 (const char *nptr, char **endptr, int base) in strtou32() argument
147 unsigned long int val = strtoul (nptr, endptr, base); in strtou32()

Completed in 6 milliseconds