Home
last modified time | relevance | path

Searched refs:nfile (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/open/
Dopen04.c42 static int nfile; variable
89 nfile = getdtablesize(); in setup()
101 buf = malloc(sizeof(int) * nfile - first); in setup()
105 for (ifile = first; ifile <= nfile; ifile++) { in setup()
123 for (ifile = first; ifile < nfile; ifile++) { in cleanup()
/external/selinux/libselinux/src/
Dselinux_restorecon.c215 int nfile = 0; in file_system_count() local
219 nfile = statvfs_buf.f_files - statvfs_buf.f_ffree; in file_system_count()
221 return nfile; in file_system_count()
237 int index = 0, found = 0, nfile = 0; in exclude_non_seclabel_mounts() local
274 nfile += file_system_count(mount_info[1]); in exclude_non_seclabel_mounts()
291 return nfile * 1.05; in exclude_non_seclabel_mounts()
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c1533 Int nfile; in DEBUG_SnarfLinetab() local
1550 nfile = *pnt.s++; in DEBUG_SnarfLinetab()
1559 for (i = 0; i < nfile; i++) { in DEBUG_SnarfLinetab()
1565 for (i = 0; i < nfile; i++) { in DEBUG_SnarfLinetab()