Searched refs:pValueZ (Results 1 – 1 of 1) sorted by relevance
258 char* pValueZ = NULL; in SMCPropYacc() local355 pValueZ = malloc(nValueLength+1); in SMCPropYacc()356 if (pValueZ == NULL) in SMCPropYacc()361 memcpy(pValueZ, pValue, nValueLength); in SMCPropYacc()362 pValueZ[nValueLength] = 0; in SMCPropYacc()373 pProperty->pValue=pValueZ; in SMCPropYacc()411 TRACE_ERROR("Configuration file: wrong service UUID: %s\n", pValueZ); in SMCPropYacc()