730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
|
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
|
-
+
|
#endif /* NEED_COPYGRP */
/*
*---------------------------------------------------------------------------
*
* CopyHostent --
*
* Copies string fields of the hostnent structure to the private buffer,
* Copies string fields of the hostent structure to the private buffer,
* honouring the size of the buffer.
*
* Results:
* Number of bytes copied on success or -1 on error (errno = ERANGE)
*
* Side effects:
* None
|