Searched refs:nfiles (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Ddbname.awk7 nfiles = 0
9 filenames[nfiles] = substr(DBNAME, 1, ndx - 1) 0;
11 files[nfiles] = -1
12 nfiles++
14 filenames[nfiles] = DBNAME 0;
15 files[nfiles] = -1
34 for (i = 0; i <= nfiles; i++) {
H A Dfileid.awk7 nfiles = 0
9 files[nfiles] = substr(FILEID, 1, ndx - 1);
11 nfiles++
13 files[nfiles] = FILEID;
29 for (i = 0; i <= nfiles; i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dls.c235 static int count_dirs(struct dnode **dn, int nfiles, int notsubdirs) argument
242 for (i = 0; i < nfiles; i++) {
258 int nfiles; local
263 nfiles = 0;
265 nfiles++;
266 nfiles++;
267 return nfiles;
280 static void dfree(struct dnode **dnp, int nfiles) argument
287 for (i = 0; i < nfiles; i++) {
299 static struct dnode **splitdnarray(struct dnode **dn, int nfiles, in argument
384 showfiles(struct dnode **dn, int nfiles) argument
443 int i, nfiles; local
489 int i, nfiles; local
795 int nfiles = 0; local
[all...]
H A Dtail.c89 int nfiles, nread, nwrite, seen, i, opt; local
123 nfiles = i = 0;
139 fds[nfiles] = fileno(fil);
140 argv[nfiles++] = argv[i];
143 if (!nfiles)
169 if (nfiles > header_threshhold) {
249 } while (++i < nfiles);
259 if (nfiles > header_threshhold) {
269 } while (++i < nfiles);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsysscript.tcl9 # the system. The database under test contains nfiles files. Each process
13 # The process then decides on a replication factor between 1 and nfiles.
22 # Usage: sysscript dir nfiles key_avg data_avg
25 # nfiles: number of files in the set
35 set usage "sysscript dir nfiles key_avg data_avg method"
47 set nfiles [ lindex $argv 1 ]
58 puts "$nfiles files"
73 for { set i 0 } { $i < $nfiles } { incr i } {
109 for { set f 0 } {$f < $nfiles} {incr f} {
122 for { set i 0 } { $i < $nfiles } { inc
[all...]
H A Dtest044.tcl15 # TEST The test consists of $nprocs processes operating on $nfiles files. A
25 proc test044 { method {nprocs 5} {nfiles 10} {cont 0} args } {
49 on $nfiles files"
73 puts "\tTest044.a: creating environment and $nfiles files"
80 for { set i 0 } { $i < $nfiles } { incr i } {
122 $nfiles $key_avg $data_avg $omethod \
154 test044_verify $testdir $nfiles
164 proc test044_verify { dir nfiles } {
168 # for { set f 0 } { $f < $nfiles } {incr f} {
187 # for { set f 0 } { $f < $nfiles } {inc
[all...]
H A Dmpoolscript.tcl69 set nfiles 0
71 set mp [$e mpool -create -mode 0644 -pagesize $psize file$nfiles]
72 error_check_good memp_fopen:$nfiles [is_valid_mpool $mp $e] TRUE
74 incr nfiles
103 for { set fnum 1 } { $fnum < $nfiles } { incr fnum } {
H A Dmemp001.tcl25 set nfiles 5
31 "Memp001: { $flags } random update $iter iterations on $nfiles files."
63 puts "\tMemp001.b: Create $nfiles mpool files"
64 for {set i 1} {$i <= $nfiles} {incr i} {
77 set mpool $mpools([berkdb random_int 1 $nfiles])
109 for {set i 1} {$i <= $nfiles} {incr i} {
114 for {set i 1} {$i <= $nfiles} {incr i} {
H A Drep030.tcl148 set nfiles [llength $pglist]
149 puts "\tRep$tnum.a.0: Running rep_test $nfiles times in replicated env."
151 for { set i 0 } { $i < $nfiles } { incr i } {
283 for { set i 0 } { $i < $nfiles } { incr i } {
305 for { set i 0 } { $i < $nfiles } { incr i } {
H A Drep061.tcl170 set nfiles [llength $pglist]
171 puts "\tRep$tnum.a.0: Running rep_test $nfiles times in replicated env."
173 for { set i 0 } { $i < $nfiles } { incr i } {
345 for { set i 0 } { $i < $nfiles } { incr i } {
369 for { set i 0 } { $i < $nfiles } { incr i } {
H A Dtestutils.tcl3427 # variety. If there are more than nfiles files, pick out a list
3430 set nfiles 500
3431 if { [llength $templist] > $nfiles } {
3433 [expr [llength $templist] / [expr [expr $nfiles / 3] * 2]]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_recover.c65 double nfiles; local
72 COMPQUIET(nfiles, (double)0.001);
322 nfiles = (double)
325 nfiles = (double)(last_lsn.file - first_lsn.file) +
328 /* We are going to divide by nfiles; make sure it isn't 0. */
329 if (nfiles < 0.001)
330 nfiles = 0.001;
371 txninfo, &data, &first_lsn, &last_lsn, nfiles, 1)) != 0)
397 &last_lsn, &lsn, log_size, 0) / nfiles));
440 &last_lsn, &lsn, log_size, 1) / nfiles));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-cat.c111 size_t nfiles = file_list->nitems; local
120 mdlps = XNMALLOC (nfiles, msgdomain_list_ty *);
121 for (n = 0; n < nfiles; n++)
125 canon_charsets = XNMALLOC (nfiles, const char **);
126 for (n = 0; n < nfiles; n++)
217 identifications = XNMALLOC (nfiles, const char **);
218 for (n = 0; n < nfiles; n++)
280 for (n = 0; n < nfiles; n++)
335 for (n = 0; n < nfiles; n++)
366 if (nfiles >
[all...]
H A Duser-email150 nfiles=""
153 nfiles="$nfiles $file"
156 files="$nfiles"
H A Duser-email.sh.in150 nfiles=""
153 nfiles="$nfiles $file"
156 files="$nfiles"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlineedit.c674 int nfiles = num_matches; local
675 int nrows = nfiles;
689 if (nfiles % ncols)
698 for (nc = 1; nc < ncols && n+nrows < nfiles; n += nrows, nc++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c916 rep->nfiles = rup->num_files;
921 (env, "Update setup for %d files.", rep->nfiles));
929 if (rep->nfiles > 0) {
1965 rep->originfo, rep->originfolen, rep->nfiles)) != 0) {
2077 if (rep->curfile == rep->nfiles) {
2079 "NEXTFILE: have %d files. RECOVER_LOG now", rep->nfiles));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drep.h254 u_int32_t nfiles; /* Number of files we have info on. */ member in struct:__rep

Completed in 195 milliseconds