Searched refs:SERV_R_COPY (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | getservent_r.c | 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()
|
/titanic_50/usr/src/lib/libresolv2/include/ |
H A D | port_before.h | 161 #define SERV_R_COPY buf, buflen macro
|