HomeSort by: relevance | last modified time | path
    Searched defs:nlinks (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/libarchive/dist/cpio/test/
test_option_c.c 37 nlinks(const char *p) function
181 assertEqualInt(nlinks("dir"), from_octal(e + 36, 6)); /* Nlink */
test_format_newc.c 55 nlinks(const char *p) function
265 assertEqualInt(nlinks("dir"), from_hex(e + 38, 8)); /* nlinks */
  /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/
ext2fs.c 505 int nlinks = 0; local
626 ++nlinks > MAXSYMLINKS) {
minixfs3.c 543 int nlinks = 0; local
655 ++nlinks > MAXSYMLINKS) {
nfs.c 598 int nlinks = 0; local
703 || ++nlinks > MAXSYMLINKS) {
ufs.c 697 int nlinks = 0; local
828 ++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/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_iso9660.c 286 int nlinks; member in struct:file_info
1360 archive_entry_set_nlink(entry, file->nlinks);
1475 /* Overwrite nlinks by proper link number which is
2063 file->nlinks = 1;/* Reset nlink. we'll calculate it later. */
2268 * 8 bytes for nlinks,
2278 file->nlinks
3022 * so much so that each nlinks of files in cache_file
3027 file->nlinks = count;
  /src/lib/libc/time/
zic.c 471 static ptrdiff_t nlinks; variable
1012 if (1 < nlinks)
1013 qsort(links, nlinks, sizeof *links, qsort_linkcmp);
1017 for (i = 0; i < nlinks; i++) {
1018 while (i + 1 < nlinks
1023 nlinks = pass_size = j;
1034 0 <= nlinks <= nalinks:
1046 The first subregion might not be sorted if nlinks < i;
1048 not alter entries 0 .. (nlinks - 1), which remain sorted.
1054 j = nalinks = nlinks;
    [all...]

Completed in 88 milliseconds