Searched refs:copy_servent (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | getservent_r.c | 34 copy_servent(struct servent *, struct servent *, SERV_R_COPY_ARGS); 43 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0) in getservbyname_r() 53 return (copy_servent(se, sptr, SERV_R_COPY)); in getservbyname_r() 64 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0) in getservbyport_r() 74 return (copy_servent(se, sptr, SERV_R_COPY)); in getservbyport_r() 90 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0) in getservent_r() 100 return (copy_servent(se, sptr, SERV_R_COPY)); in getservent_r() 138 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) { in copy_servent() function 189 copy_servent(struct servent *se, struct servent *sptr, SERV_R_COPY_ARGS) { in copy_servent() function
|