Home | History | Annotate | Download | only in dist

Lines Matching defs:cpnt

319   unsigned char			* cpnt;
416 cpnt = (unsigned char *) idr;
419 cpnt += sizeof(struct iso_directory_record);
422 cpnt -= sizeof(idr->name);
425 cpnt += idr->name_len[0];
428 cpnt++;
436 memcpy((*pnt)->rr_attributes, cpnt, rlen);
443 cpnt = (unsigned char *) &(*pnt)->isorec.name;
444 cpnt += idr->name_len[0];
445 memset(cpnt, 0, sizeof((*pnt)->isorec.name) - idr->name_len[0]);
512 cpnt = tt_buf;
514 while( cpnt - tt_buf < tt_size )
522 if( strncmp((char *) cpnt + 2, (*pnt)->isorec.name,
524 && cpnt[2+rlen] == ' ')
526 (*pnt)->table = e_malloc(strlen((char*)cpnt) - 33);
528 *cpnt, cpnt+37);
534 (*pnt)->name = strdup((char *) cpnt+37);
539 cpnt = cpnt1 + 1;
540 cpnt1 = cpnt;