| /src/lib/libc/gen/ |
| fts.c | 649 int cderrno, descend, level, nlinks, saved_errno, nostat, doadjust; local 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) { [all...] |
| /src/sys/lib/libsa/ |
| minixfs3.c | 543 int nlinks = 0; local 655 ++nlinks > MAXSYMLINKS) {
|
| ext2fs.c | 505 int nlinks = 0; local 626 ++nlinks > MAXSYMLINKS) {
|
| nfs.c | 598 int nlinks = 0; local 703 || ++nlinks > MAXSYMLINKS) {
|
| ufs.c | 697 int nlinks = 0; local 828 ++nlinks > MAXSYMLINKS) {
|
| /src/lib/libc/time/ |
| zic.c | 464 static ptrdiff_t nlinks; variable 1000 if (1 < nlinks) 1001 qsort(links, nlinks, sizeof *links, qsort_linkcmp); 1005 for (i = 0; i < nlinks; i++) { 1006 while (i + 1 < nlinks 1011 nlinks = pass_size = j; 1022 0 <= nlinks <= nalinks: 1034 The first subregion might not be sorted if nlinks < i; 1036 not alter entries 0 .. (nlinks - 1), which remain sorted. 1042 j = nalinks = nlinks; [all...] |
| /src/usr.sbin/fstyp/ |
| hammer2_disk.h | 968 uint64_t nlinks; /* 0068 hard links (typ only dirs) */ member in struct:hammer2_inode_meta
|
| hammer_disk.h | 906 uint64_t nlinks; /* hard links */ member in struct:hammer_inode_data
|