Searched refs:nlinks (Results 1 - 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/syscalls/link/ |
H A D | link05.c | 67 static int nlinks = 1000; variable 79 nlinks = atoi(links_arg); 81 if (nlinks == 0) { 83 "nlinks is not a positive number"); 93 for (cnt = 1; cnt < nlinks; cnt++) { 107 for (cnt = 1; cnt < nlinks; cnt++) { 117 fname, fname, nlinks, 118 TEST_RETURN, nlinks, 123 if (cnt >= nlinks) { 127 fname, fname, nlinks, TEST_RETUR [all...] |
H A D | link03.c | 60 static int nlinks = 0; variable 78 nlinks = atoi(links_arg); 80 if (nlinks == 0) { 82 "nlinks is not a positive number"); 85 if (nlinks > 1000) { 87 "nlinks > 1000 - may get errno:%d (EMLINK)", 97 if (nlinks) 98 links = nlinks;
|
/external/autotest/server/cros/ |
H A D | lockfile.py | 235 nlinks = os.stat(self.unique_name).st_nlink 236 if nlinks == 2:
|
/external/python/cpython2/Lib/ |
H A D | 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 [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 303 static int nlinks; variable 736 for (i = 0; i < nlinks; ++i) { 743 for (j = 0; j < nlinks; ++j) 1388 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); 1389 links[nlinks++] = l;
|
Completed in 771 milliseconds