Searched refs:pNameZ (Results 1 – 1 of 1) sorted by relevance
257 char* pNameZ = NULL; in SMCPropYacc() local293 pNameZ = malloc(nNameLength+1); in SMCPropYacc()294 if (pNameZ == NULL) in SMCPropYacc()299 memcpy(pNameZ, pName, nNameLength); in SMCPropYacc()300 pNameZ[nNameLength] = 0; in SMCPropYacc()305 if (STRICMP(pNameZ, SYSTEM_SECTION_NAME) == 0) in SMCPropYacc()307 free(pNameZ); in SMCPropYacc()314 pNameZ, in SMCPropYacc()320 pNameZ, in SMCPropYacc()327 pNameZ, in SMCPropYacc()[all …]