Home
last modified time | relevance | path

Searched refs:h_buf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/distrib/utils/libhack/
H A Dgethost.c79 static char h_buf[4096]; variable
114 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno); in gethostbyname()
132 return gethostbyaddr_r(addr, len, type, &h_ent, h_buf, sizeof(h_buf), in gethostbyaddr()
/netbsd-src/lib/libc/net/
H A Dgethnamaddr.c1332 static char h_buf[16384]; variable
1336 return gethostbyaddr_r(addr, len, af, &h_ent, h_buf, sizeof(h_buf), in gethostbyaddr()
1342 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno); in gethostbyname()
1347 return gethostbyname2_r(name, af, &h_ent, h_buf, sizeof(h_buf), in gethostbyname2()
1362 return gethostent_r(_h_file, &h_ent, h_buf, sizeof(h_buf), &h_errno); in gethostent()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c354 void *h_buf = (void *) h; in gomp_copy_host2dev() local
361 h_buf = gomp_malloc (sz); in gomp_copy_host2dev()
362 memcpy (h_buf, h, sz); in gomp_copy_host2dev()
365 "dev", d, "host", h_buf, h, sz, aq); in gomp_copy_host2dev()
368 devicep->openacc.async.queue_callback_func (aq, free, h_buf); in gomp_copy_host2dev()