Home | History | Annotate | Download | only in fs

Lines Matching refs:remaining

436             // remaining name components in other
444 // result is a "../" for each remaining name in base
445 // followed by the remaining names in other. If the remainder is
467 // no remaining names in other so result is simply a sequence of ".."
490 int remaining = count; // number of names remaining
511 remaining--;
524 prevRemaining = remaining;
548 remaining = remaining - 2;
563 remaining--;
568 } while (prevRemaining > remaining);
572 if (remaining == count)
576 if (remaining == 0) {
581 int len = remaining - 1;
599 if (--remaining > 0) {