Searched refs:nfile (Results 1 – 5 of 5) 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 | 223 uint64_t nfile = 0; in file_system_count() local 227 nfile = statvfs_buf.f_files - statvfs_buf.f_ffree; in file_system_count() 229 return nfile; in file_system_count() 245 uint64_t nfile = 0; in exclude_non_seclabel_mounts() local 284 nfile += file_system_count(mount_info[1]); in exclude_non_seclabel_mounts() 301 return nfile * 1.05; in exclude_non_seclabel_mounts()
|
/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…
|