Lines Matching refs:MAXHOSTNAMELEN
99 #ifdef MAXHOSTNAMELEN100 #undef MAXHOSTNAMELEN /* might be too small on aix, so fix it */102 #define MAXHOSTNAMELEN 256105 char name[MAXHOSTNAMELEN]; /* dns name */383 strncpy (poop->name, hostent->h_name, MAXHOSTNAMELEN - 2);415 strncpy (poop->name, hostent->h_name, MAXHOSTNAMELEN - 2);