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

/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c323 int _plug_strdup(const sasl_utils_t * utils, const char *in, function
774 ret = _plug_strdup(utils, user_realm, realm, NULL);
777 ret = _plug_strdup(utils, serverFQDN, realm, NULL);
781 ret = _plug_strdup(utils, input, user, NULL);
785 ret = _plug_strdup(utils, r, realm, NULL);
957 if (_plug_strdup(utils, s, &buf, NULL) != SASL_OK)

Completed in 118 milliseconds