gethnamaddr.c | 1332 static char h_buf[16384]; variable in typeref:typename:char[16384] 1336 return gethostbyaddr_r(addr, len, af, &h_ent, h_buf, sizeof(h_buf), 1342 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno); 1347 return gethostbyname2_r(name, af, &h_ent, h_buf, sizeof(h_buf), 1362 return gethostent_r(_h_file, &h_ent, h_buf, sizeof(h_buf), &h_errno);
|