Lines Matching defs:cpnt
338 unsigned char * cpnt, *cpnt1;
343 cpnt = &symlink_buff[0];
349 for (cpnt1 = cpnt; *cpnt1 != '\0'; cpnt1++)
366 fprintf(stderr,"symbolic link ``%s'' to long for one SL System Use Field, splitting", cpnt);
380 while(*cpnt){
381 cpnt1 = (unsigned char *) strchr((char *) cpnt, '/');
388 if(cpnt[0] == '.' && cpnt[1] == '.' && cpnt[2] == 0){
394 } else if(cpnt[0] == '.' && cpnt[1] == 0){
400 } else if(cpnt[0] == 0){
409 MAYBE_ADD_CE_ENTRY(6 + strlen ((char *) cpnt)))
420 j0 = strlen((char *) cpnt);
431 strncpy((char *) Rock + ipnt, (char *) cpnt, j1);
434 cpnt += j1;
449 cpnt = cpnt1 + 1;