Home
last modified time | relevance | path

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

/titanic_41/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) in getservbyname_r()
57 return (copy_servent(se, sptr, SERV_R_COPY)); in getservbyname_r()
68 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0) in getservbyport_r()
78 return (copy_servent(se, sptr, SERV_R_COPY)); in getservbyport_r()
94 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0) in getservent_r()
104 return (copy_servent(se, sptr, SERV_R_COPY)); in getservent_r()
142 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) { in copy_servent() function
193 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) { in copy_servent() function