Searched refs:ERROR_SERV (Results 1 - 1 of 1) sorted by relevance
/sssd/src/providers/proxy/ |
H A D | proxy_init.c | 39 #define ERROR_SERV "The '%s' library does not support services.\n" macro 140 {(void**)&ops->getservbyname_r, "getservbyname_r", ERROR_SERV, false}, 141 {(void**)&ops->getservbyport_r, "getservbyport_r", ERROR_SERV, false}, 142 {(void**)&ops->setservent, "setservent", ERROR_SERV, false}, 143 {(void**)&ops->getservent_r, "getservent_r", ERROR_SERV, false}, 144 {(void**)&ops->endservent, "endservent", ERROR_SERV, false},
|
Completed in 43 milliseconds