/src/lib/libc/gen/ |
fts.c | 649 int cderrno, descend, level, nlinks, saved_errno, nostat, doadjust; local in function:fts_build 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/ |
ext2fs.c | 504 int nlinks = 0; local in function:ext2fs_open 625 ++nlinks > MAXSYMLINKS) {
|
minixfs3.c | 542 int nlinks = 0; local in function:minixfs3_open 654 ++nlinks > MAXSYMLINKS) {
|
ufs.c | 697 int nlinks = 0; local in function:ufs_open 828 ++nlinks > MAXSYMLINKS) {
|
nfs.c | 598 int nlinks = 0; local in function:nfs_open 703 || ++nlinks > MAXSYMLINKS) {
|
/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
|
/src/lib/libc/time/ |
zic.c | 363 static ptrdiff_t nlinks; variable in typeref:typename:ptrdiff_t 745 if (1 < nlinks) 746 qsort(links, nlinks, sizeof *links, qsort_linkcmp); 750 for (i = 0; i < nlinks; i++) { 751 while (i + 1 < nlinks 756 nlinks = pass_size = j; 767 0 <= nlinks <= nalinks: 779 The first subregion might not be sorted if nlinks < i; 781 not alter entries 0 .. (nlinks - 1), which remain sorted. 787 j = nalinks = nlinks; [all...] |