Home
last modified time | relevance | path

Searched refs:cpnt1 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Drock.c338 unsigned char * cpnt, *cpnt1; local
349 for (cpnt1 = cpnt; *cpnt1 != '\0'; cpnt1++)
351 if (*cpnt1 == '/')
381 cpnt1 = (unsigned char *) strchr((char *) cpnt, '/');
382 if(cpnt1) {
384 *cpnt1 = 0;
412 if(cpnt1)
414 *cpnt1 = '/';
416 cpnt1 = NULL; /* A kluge so that we can restart properly */
439 if(cpnt1) {
[all …]
Dmulti.c320 unsigned char * cpnt1; in FDECL2() local
513 cpnt1 = tt_buf; in FDECL2()
516 while(*cpnt1 != '\n' && *cpnt1 != '\0') cpnt1++; in FDECL2()
517 *cpnt1 = '\0'; in FDECL2()
539 cpnt = cpnt1 + 1; in FDECL2()
540 cpnt1 = cpnt; in FDECL2()