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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_auth.c850 char *prop_spi; local
857 prop_spi = (char *)SLPGetProperty(SLP_CONFIG_SPI);
858 if (!prop_spi || !*prop_spi) {
865 if (!(prop_spi = strdup(prop_spi))) {
872 if ((p = slp_utf_strchr(prop_spi, ','))) {
877 if ((err = SLPUnescape(prop_spi, &ue_spi, SLP_FALSE)) != SLP_OK) {
880 free(prop_spi);
881 prop_spi
[all...]

Completed in 44 milliseconds