HomeSort by relevance Sort by last modified time
    Searched refs:nlinks (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
fts.c 551 int nitems, cderrno, descend, level, nlinks, nostat, doadjust; local
571 * Nlinks is the number of possible entries of type directory in the
576 nlinks = 0;
578 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2);
581 nlinks = -1;
586 (void)printf("nlinks == %d (cur: %u)\n", nlinks, cur->fts_nlink);
606 if (nlinks || type == BREAD) {
608 if (nlinks && type == BREAD)
700 if (nlinks) {
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 307 static int nlinks; variable
719 for (i = 0; i < nlinks; ++i) {
726 for (j = 0; j < nlinks; ++j)
    [all...]

Completed in 39 milliseconds