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

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetservent_r.c38 copy_servent(struct servent *, struct servent *, SERV_R_COPY_ARGS);
47 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0)
57 return (copy_servent(se, sptr, SERV_R_COPY));
68 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0)
78 return (copy_servent(se, sptr, SERV_R_COPY));
94 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0)
104 return (copy_servent(se, sptr, SERV_R_COPY));
142 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) { function
193 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) { function

Completed in 15 milliseconds