Home | History | Annotate | Download | only in coders

Lines Matching full:pstring

2095     *PString,
2129 We found the OSType (8BIM) and now grab the ID, PString, and Size fields.
2142 PString=(unsigned char *) AcquireQuantumMemory((size_t) (plen+
2143 MagickPathExtent),sizeof(*PString));
2144 if (PString == (unsigned char *) NULL)
2153 PString[i] = (unsigned char) c;
2155 PString[ plen ] = 0;
2188 if (strlen((const char *)PString) > 0)
2190 PString);
2203 PString=(unsigned char *) RelinquishMagickMemory(PString);