cptr              261 source3/printing/lpq_parse.c 	const char *cptr;
cptr              266 source3/printing/lpq_parse.c 	cptr = line;
cptr              267 source3/printing/lpq_parse.c 	while((num_tok < LPRNG_MAXTOK) && next_token_talloc(frame, &cptr,
cptr             2608 source4/lib/wmi/wmi_wrap.c SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc)
cptr             2613 source4/lib/wmi/wmi_wrap.c     if (cptr)  {
cptr             2630 source4/lib/wmi/wmi_wrap.c 	    *cptr = (char *)memcpy((char *)malloc((len + 1)*sizeof(char)), cstr, sizeof(char)*(len + 1));
cptr             2634 source4/lib/wmi/wmi_wrap.c 	  *cptr = cstr;
cptr             2638 source4/lib/wmi/wmi_wrap.c 	*cptr = PyString_AsString(obj);
cptr             2648 source4/lib/wmi/wmi_wrap.c 	if (cptr) *cptr = (char *) vptr;