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

/macosx-10.10/libarchive-30/libarchive/cpio/test/
H A Dtest.h102 /* Cygwin-1.7.x is lazy about populating nlinks, so don't
182 #define assertFileNLinks(pathname, nlinks) \
183 assertion_file_nlinks(__FILE__, __LINE__, pathname, nlinks)
H A Dmain.c1061 const char *pathname, int nlinks)
1069 if (r != 0 && bhfi.nNumberOfLinks == (DWORD)nlinks)
1072 pathname, bhfi.nNumberOfLinks, nlinks);
1081 if (r == 0 && st.st_nlink == nlinks)
1084 pathname, st.st_nlink, nlinks);
1060 assertion_file_nlinks(const char *file, int line, const char *pathname, int nlinks) argument
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest.h105 /* Cygwin-1.7.x is lazy about populating nlinks, so don't
185 #define assertFileNLinks(pathname, nlinks) \
186 assertion_file_nlinks(__FILE__, __LINE__, pathname, nlinks)
H A Dmain.c1051 const char *pathname, int nlinks)
1059 if (r != 0 && bhfi.nNumberOfLinks == (DWORD)nlinks)
1062 pathname, bhfi.nNumberOfLinks, nlinks);
1071 if (r == 0 && st.st_nlink == nlinks)
1074 pathname, st.st_nlink, nlinks);
1050 assertion_file_nlinks(const char *file, int line, const char *pathname, int nlinks) argument
/macosx-10.10/libarchive-30/libarchive/tar/test/
H A Dtest.h102 /* Cygwin-1.7.x is lazy about populating nlinks, so don't
182 #define assertFileNLinks(pathname, nlinks) \
183 assertion_file_nlinks(__FILE__, __LINE__, pathname, nlinks)
H A Dmain.c1157 const char *pathname, int nlinks)
1165 if (r != 0 && bhfi.nNumberOfLinks == (DWORD)nlinks)
1168 pathname, bhfi.nNumberOfLinks, nlinks);
1177 if (r == 0 && st.st_nlink == nlinks)
1180 pathname, st.st_nlink, nlinks);
1156 assertion_file_nlinks(const char *file, int line, const char *pathname, int nlinks) argument
/macosx-10.10/shell_cmds-179/find/
H A Dfunction.c1105 char *nlinks; local
1108 nlinks = nextarg(option, argvp);
1112 new->l_data = (nlink_t)find_parsenum(new, option->name, nlinks, NULL);
/macosx-10.10/system_cmds-643.1.1/zic.tproj/
H A Dzic.c249 static int nlinks; variable
573 for (i = 0; i < nlinks; ++i) {
1203 (int) ((nlinks + 1) * sizeof *links));
1204 links[nlinks++] = l;
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c307 static int nlinks; variable
719 for (i = 0; i < nlinks; ++i) {
726 for (j = 0; j < nlinks; ++j)
1382 (int) ((nlinks + 1) * sizeof *links));
1383 links[nlinks++] = l;
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c282 int nlinks; member in struct:file_info
1242 archive_entry_set_nlink(entry, file->nlinks);
1327 /* Overwrite nlinks by proper link number which is
1875 file->nlinks = 1;/* Reset nlink. we'll calculate it later. */
1993 * 8 bytes for nlinks,
2003 file->nlinks
2590 * so much so that each nlinks of files in cache_file
2595 file->nlinks = count;

Completed in 231 milliseconds