Searched defs:alias_end (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c319 add_host_line(char **buffer_end, char **alias_end, int *buflenp, argument
340 *alias_end = *buffer_end;
345 erange = add_host_line(buffer_end, alias_end, buflenp,
366 *alias_end + alen,
367 *alias_end,
368 *buffer_end - *alias_end);
370 (void) memmove(*alias_end, ap,
372 *alias_end += alen;
399 char *alias_end; local
411 if (add_host_line(&buffer, &alias_end,
664 char *alias_end = NULL; local
[all...]

Completed in 22 milliseconds