Lines Matching defs:srv
4430 char **sam, *srv, *send;
4458 srv = *sam;
4459 if (strncasecmp(service, srv, slen) != 0)
4461 srv += slen;
4462 if (*srv != COLONTOK)
4464 send = srv;
4465 srv++;
4475 send = strchr(srv, SEMITOK);
4480 i = __s_get_enum_value(cfg, srv, NS_LDAP_AUTH_P);
4485 "serviceAuthenticationMethod: %s.\n"), srv);
4501 srv = send;