Searched refs:num_files (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-current/sys/tools/
H A Dfw_stub.awk56 num_files = 0;
104 filenames[num_files] = curr[1];
106 shortnames[num_files] = curr[2];
108 shortnames[num_files] = curr[1];
110 versions[num_files] = int(curr[3]);
112 versions[num_files] = 0;
113 num_files++;
117 if (!num_files || !opt_m)
142 for (file_i = 0; file_i < num_files; file_i++) {
153 if (num_files >
[all...]
/freebsd-current/contrib/bearssl/tools/
H A Dchain.c71 int i, num_files; local
76 num_files = 0;
82 num_files ++;
96 if (num_files == 0) {
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp105 uint32_t num_files = m_opaque_up->GetSize(); local
106 strm.Printf("%d files: ", num_files);
107 for (uint32_t i = 0; i < num_files; i++) {
/freebsd-current/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Dsmart_test53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dtest_ended53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dnvme_err53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Doff_ucor53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Drep_ucor53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dserial53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dsmartx53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dsmart53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dtemp53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dpend_sec53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dpwr_cyc53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Drealloc53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dnonmed53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dr_proc53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dr_ucor53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dtest_progress53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dtest_status53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dtest_type53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dw_proc53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dw_ucor53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Data_err53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))
H A Dhours_on53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
54 mod=$((pid % num_files))

Completed in 110 milliseconds

12