HomeSort by: relevance | last modified time | path
    Searched defs:dir_count (Results 1 - 4 of 4) 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
505 dir_count = 0;
522 for (i = 0; i < (dir_count + 2); i++)
540 temp_cr[dir_count+2] = *sl_ptr;
542 dir_count++;
545 temp_cr[dir_count + 2] = *sl_ptr;
547 dir_count++;
551 if ((path_count + dir_count) >= 249) {
579 if (dir_count > 2) {
580 while (j != dir_count + 2)
    [all...]
iso9660_rrip.c 496 int path_count, dir_count, done, i, j, dir_copied; local in function:cd9660_createSL
505 dir_count = 0;
522 for (i = 0; i < (dir_count + 2); i++)
540 temp_cr[dir_count+2] = *sl_ptr;
542 dir_count++;
545 temp_cr[dir_count + 2] = *sl_ptr;
547 dir_count++;
551 if ((path_count + dir_count) >= 249) {
579 if (dir_count > 2) {
580 while (j != dir_count + 2)
    [all...]
  /src/games/hunt/hunt/
otto.c 558 int i, j, rel_dir, dir_mask, dir_count; local in function:wander
565 dir_mask = dir_count = 0;
572 dir_count = 1;
581 dir_count++;
583 dir_count = 1;
588 if (dir_count == 0) {
592 } else if (dir_count == 1)
otto.c 558 int i, j, rel_dir, dir_mask, dir_count; local in function:wander
565 dir_mask = dir_count = 0;
572 dir_count = 1;
581 dir_count++;
583 dir_count = 1;
588 if (dir_count == 0) {
592 } else if (dir_count == 1)

Completed in 24 milliseconds