Searched defs:_plug_strdup (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c322 int _plug_strdup(const sasl_utils_t * utils, const char *in, function
773 ret = _plug_strdup(utils, user_realm, realm, NULL);
776 ret = _plug_strdup(utils, serverFQDN, realm, NULL);
780 ret = _plug_strdup(utils, input, user, NULL);
784 ret = _plug_strdup(utils, r, realm, NULL);
956 if (_plug_strdup(utils, s, &buf, NULL) != SASL_OK)

Completed in 23 milliseconds