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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c558 void SLPSetProperty(const char *pcName, const char *pcValue) { argument
563 if (!pcName || !pcValue) {
573 if (!(pe->key = strdup(pcName))) {
586 /* is pcName already set? */
599 const char *SLPGetProperty(const char *pcName) { argument
604 if (!pcName) {
608 pe->key = pcName;

Completed in 45 milliseconds