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

/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c554 void SLPSetProperty(const char *pcName, const char *pcValue) { argument
559 if (!pcName || !pcValue) {
569 if (!(pe->key = strdup(pcName))) {
582 /* is pcName already set? */
595 const char *SLPGetProperty(const char *pcName) { argument
600 if (!pcName) {
604 pe->key = pcName;

Completed in 17 milliseconds