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

  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.c 496 int path_count, dir_count, done, i, j, dir_copied; local in function:cd9660_createSL
504 path_count = 0;
516 memcpy(current->attr.rr_entry.SL.component + path_count,
518 path_count += 2;
551 if ((path_count + dir_count) >= 249) {
556 if (path_count <= 249) {
557 while(j != (249 - path_count)) {
565 path_count,
569 path_count += j;
570 current->attr.rr_entry.SL.h.length[0] = path_count + 5
    [all...]
iso9660_rrip.c 496 int path_count, dir_count, done, i, j, dir_copied; local in function:cd9660_createSL
504 path_count = 0;
516 memcpy(current->attr.rr_entry.SL.component + path_count,
518 path_count += 2;
551 if ((path_count + dir_count) >= 249) {
556 if (path_count <= 249) {
557 while(j != (249 - path_count)) {
565 path_count,
569 path_count += j;
570 current->attr.rr_entry.SL.h.length[0] = path_count + 5
    [all...]

Completed in 24 milliseconds