Searched refs:HOSTENT_STRLEN_LIMIT (Results 1 - 1 of 1) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dmplpc.cpp265 #define HOSTENT_STRLEN_LIMIT 50 macro
270 char HostEnt_hname[HOSTENT_STRLEN_LIMIT];
272 char HostEnt_names[HOSTENT_ALIAS_LIMIT][HOSTENT_STRLEN_LIMIT];
465 fstrncpyfrom(s->h_name, (char *) FARPKL(&old->h_name), HOSTENT_STRLEN_LIMIT-1);
466 s->h_name[HOSTENT_STRLEN_LIMIT-1] = 0;
472 // fstrncpyfrom(s->h_aliases[i], (void *) FARPKL(ptr), HOSTENT_STRLEN_LIMIT-1);
473 s->h_aliases[i][HOSTENT_STRLEN_LIMIT-1] = 0;

Completed in 34 milliseconds