Searched refs:nlinks (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/contrib/ncurses/
H A Dmk-1st.awk146 nlinks = 0;
147 links[nlinks++] = end_name;
150 links[nlinks++] = abi_name;
151 links[nlinks++] = rel_name;
153 links[nlinks++] = abi_name;
157 links[nlinks++] = abi_name;
158 links[nlinks++] = lib_name;
160 links[nlinks++] = lib_name;
163 for (j = 0; j < nlinks; ++j) {
/freebsd-current/sys/arm64/coresight/
H A Dcoresight_acpi.c213 int nlinks; local
215 nlinks = cs_graph->Package.Elements[2].Integer.Value;
216 if (cs_graph->Package.Count != (nlinks + 3))
301 int nlinks; local
311 nlinks = graph->Package.Elements[2].Integer.Value;
312 if (!nlinks)
315 for (i = 0; i < nlinks; i++) {
/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_option_c.c55 nlinks(const char *p) function
199 assertEqualInt(nlinks("dir"), from_octal(e + 36, 6)); /* Nlink */
H A Dtest_format_newc.c73 nlinks(const char *p) function
283 assertEqualInt(nlinks("dir"), from_hex(e + 38, 8)); /* nlinks */
/freebsd-current/lib/libc/gen/
H A Dfts-compat.c644 int cderrno, descend, len, level, maxlen, nlinks, oflag, saved_errno, local
677 nlinks = 0;
682 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2);
684 nlinks = -1;
687 nlinks = -1;
692 (void)printf("nlinks == %d (cur: %d)\n", nlinks, cur->fts_nlink);
712 if (nlinks || type == BREAD) {
714 if (nlinks && type == BREAD)
810 if (nlinks) {
[all...]
H A Dfts.c642 long nlinks; /* has to be signed because -1 is a magic value */ local
674 nlinks = 0;
679 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2);
681 nlinks = -1;
684 nlinks = -1;
689 (void)printf("nlinks == %d (cur: %d)\n", nlinks, cur->fts_nlink);
709 if (nlinks || type == BREAD) {
711 if (nlinks && type == BREAD)
792 if (nlinks) {
[all...]
H A Dfts-compat11.c644 long nlinks; /* has to be signed because -1 is a magic value */ local
676 nlinks = 0;
681 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2);
683 nlinks = -1;
686 nlinks = -1;
691 (void)printf("nlinks == %d (cur: %d)\n", nlinks, cur->fts_nlink);
711 if (nlinks || type == BREAD) {
713 if (nlinks && type == BREAD)
794 if (nlinks) {
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dmp.c671 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--;
H A Dbundle.c455 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;
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_common.h218 #define assertFileNLinks(pathname, nlinks) \
219 assertion_file_nlinks(__FILE__, __LINE__, pathname, nlinks)
H A Dtest_main.c1614 const char *pathname, int nlinks)
1622 if (r != 0 && bhfi.nNumberOfLinks == (DWORD)nlinks)
1625 pathname, (intmax_t)bhfi.nNumberOfLinks, nlinks);
1634 if (r == 0 && (int)st.st_nlink == nlinks)
1637 pathname, (intmax_t)st.st_nlink, nlinks);
1613 assertion_file_nlinks(const char *file, int line, const char *pathname, int nlinks) argument
/freebsd-current/contrib/tzcode/
H A Dzic.c356 static ptrdiff_t nlinks; variable
736 if (1 < nlinks)
737 qsort(links, nlinks, sizeof *links, qsort_linkcmp);
741 for (i = 0; i < nlinks; i++) {
742 while (i + 1 < nlinks
747 nlinks = pass_size = j;
758 0 <= nlinks <= nalinks:
770 The first subregion might not be sorted if nlinks < i;
772 not alter entries 0 .. (nlinks - 1), which remain sorted.
778 j = nalinks = nlinks;
[all...]
/freebsd-current/usr.bin/find/
H A Dfunction.c1102 char *nlinks; local
1105 nlinks = nextarg(option, argvp);
1109 new->l_data = (nlink_t)find_parsenum(new, option->name, nlinks, NULL);
/freebsd-current/usr.sbin/fstyp/
H A Dhammer_disk.h902 uint64_t nlinks; /* hard links */ member in struct:hammer_inode_data
H A Dhammer2_disk.h1001 uint64_t nlinks; /* 0068 hard links (typ only dirs) */ member in struct:hammer2_inode_meta
/freebsd-current/stand/libsa/
H A Dnfs.c477 int nlinks = 0; local
602 || ++nlinks > MAXSYMLINKS) {
H A Dext2fs.c337 int nlinks = 0; local
484 ++nlinks > MAXSYMLINKS) {
H A Dufs.c508 int nlinks = 0; local
632 ++nlinks > MAXSYMLINKS) {
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c1456 const char *pathname, int nlinks)
1464 if (r != 0 && bhfi.nNumberOfLinks == (DWORD)nlinks)
1467 pathname, bhfi.nNumberOfLinks, nlinks);
1476 if (r == 0 && (int)st.st_nlink == nlinks)
1479 pathname, st.st_nlink, nlinks);
1455 assertion_file_nlinks(const char *file, int line, const char *pathname, int nlinks) argument
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c286 int nlinks; member in struct:file_info
1280 archive_entry_set_nlink(entry, file->nlinks);
1386 /* Overwrite nlinks by proper link number which is
1971 file->nlinks = 1;/* Reset nlink. we'll calculate it later. */
2176 * 8 bytes for nlinks,
2186 file->nlinks
2908 * so much so that each nlinks of files in cache_file
2913 file->nlinks = count;

Completed in 233 milliseconds