Searched refs:nfile (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open04.c | 42 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()
|
/third_party/alsa-utils/alsactl/ |
D | lock.c | 39 char *nfile = lockfile; in state_lock_() local 56 fd = open(nfile, O_RDWR); in state_lock_() 62 fd = open(nfile, O_RDWR|O_CREAT|O_EXCL, 0644); in state_lock_() 69 fd = open(nfile, O_RDWR); in state_lock_()
|
D | state.c | 1598 char *nfile = NULL; in save_state() local 1609 nfile = malloc(strlen(file) + 5); in save_state() 1610 if (nfile == NULL) { in save_state() 1615 strcpy(nfile, file); in save_state() 1616 strcat(nfile, ".new"); in save_state() 1649 err = snd_output_stdio_open(&out, nfile, "w"); in save_state() 1660 } else if (nfile) { in save_state() 1661 err = rename(nfile, file); in save_state() 1668 free(nfile); in save_state()
|
/third_party/selinux/libselinux/src/ |
D | selinux_restorecon.c | 212 int nfile = 0; in file_system_count() local 216 nfile = statvfs_buf.f_files - statvfs_buf.f_ffree; in file_system_count() 218 return nfile; in file_system_count() 233 int index = 0, found = 0, nfile = 0; in exclude_non_seclabel_mounts() local 272 nfile += file_system_count(mount_info[1]); in exclude_non_seclabel_mounts() 289 return nfile * 1.05; in exclude_non_seclabel_mounts()
|
/third_party/boost/tools/build/test/ |
D | BoostBuild.py | 342 nfile = self.native_file_name(file) 343 self.__makedirs(os.path.dirname(nfile), wait) 346 f = open(nfile, "wb") 351 self.__ensure_newer_than_last_build(nfile)
|
/third_party/flutter/engine/flutter/tools/licenses/lib/ |
D | licenses.dart | 729 …e\nlicense body was:\n---\n${body.substring(match.start, match.end)}\n---\nfile was:\n---\n$body\n…
|