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

  /bionic/libc/bionic/
fts.c 551 int nitems, cderrno, descend, level, nlinks, nostat = 0, 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 161 nlinks = os.stat(fullname).st_nlink
162 if nlinks <= 2:
173 nlinks = nlinks - 1
174 if nlinks <= 2:
188 nlinks = os.stat(fullname).st_nlink
189 if nlinks <= 2:
205 nlinks = nlinks - 1
206 if nlinks <= 2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 161 nlinks = os.stat(fullname).st_nlink
162 if nlinks <= 2:
173 nlinks = nlinks - 1
174 if nlinks <= 2:
188 nlinks = os.stat(fullname).st_nlink
189 if nlinks <= 2:
205 nlinks = nlinks - 1
206 if nlinks <= 2
    [all...]
  /external/libppp/src/
mp.c 671 int thislink, nlinks, nopenlinks, sendasip; local
676 thislink = nlinks = nopenlinks = 0;
685 nlinks++;
698 for (dl = fdl; nlinks > 0; dl = dl->next, nlinks--, thislink++) {
787 nlinks--;
    [all...]
bundle.c 455 int result, nlinks; local
462 for (nlinks = 0, dl = bundle->links; dl; dl = dl->next)
463 nlinks++;
465 if (nlinks) {
472 ifqueue = nlinks > bundle->cfg.ifqueue ? nlinks : bundle->cfg.ifqueue;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 307 static int nlinks; variable
719 for (i = 0; i < nlinks; ++i) {
726 for (j = 0; j < nlinks; ++j)
    [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 1107 milliseconds