Lines Matching defs:nlinks
649 int cderrno, descend, level, nlinks, saved_errno, nostat, doadjust;
682 * Nlinks is the number of possible entries of type directory in the
687 nlinks = 0;
690 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2);
693 nlinks = -1;
698 (void)printf("nlinks == %d (cur: %d)\n", nlinks, cur->fts_nlink);
718 if (nlinks || type == BREAD) {
720 if (nlinks && type == BREAD)
829 if (nlinks) {
835 } else if (nlinks == 0
856 if (nlinks > 0 && (p->fts_info == FTS_D ||
858 --nlinks;