HomeSort by: relevance | last modified time | path
    Searched refs:xpnt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
mkisofs.c 1458 char * xpnt; local
1471 xpnt = graft_point;
1472 while (xpnt[0] == '.' && xpnt[1] == '/')
1473 xpnt += 2;
1474 while (*xpnt == PATH_SEPARATOR) {
1475 xpnt++;
1477 strcpy(graft_point, xpnt);
1478 } while (xpnt > graft_point);
1487 xpnt = graft_point
    [all...]
tree.c 2013 struct directory * xpnt; local
2029 for(i=0, xpnt = dpnt->subdir; xpnt; xpnt = xpnt->next)
2030 if ((xpnt->dir_flags & INHIBIT_ISO9660_ENTRY) == 0)
2061 for(xpnt = dpnt->subdir; xpnt; xpnt = xpnt->next
    [all...]

Completed in 63 milliseconds