Searched refs:pcValue (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A Dllib-lslp72 void SLPSetProperty(const char *pcName, const char *pcValue);
H A Dslp.h323 * Sets the value of the SLP property to the new value. The pcValue
329 const char *pcValue /* property value */
H A DSLPUtils.c554 void SLPSetProperty(const char *pcName, const char *pcValue) { argument
559 if (!pcName || !pcValue) {
575 if (!(pe->val = strdup(pcValue))) {

Completed in 32 milliseconds