Searched refs:logfiles (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dbackup.tcl66 set logfiles [glob $backupdir/log*]
67 error_check_bad found_logs [llength $logfiles] 0
106 set logfiles [glob $backupdir/log*]
107 error_check_bad logs_backed_up [llength $logfiles] 0
128 error_check_bad more_logs $newlogfiles $logfiles
174 set logfiles [glob $backupdir/log*]
175 error_check_bad logs_backed_up [llength $logfiles] 0
197 error_check_bad more_logs $newlogfiles $logfiles
H A Dupgrade.tcl300 set logfiles [glob -nocomplain $temp_dir/*log.0*]
301 foreach logfile $logfiles {
650 set logfiles [glob -nocomplain $dir/log.*]
651 if { [llength $logfiles] > 0 } {
677 foreach logfile $logfiles {
H A Dtestutils.tcl3638 set logfiles [glob -nocomplain $env_home/log.*]
3640 error_check_good no_logs_on_disk [llength $logfiles] 0
3642 error_check_bad logs_on_disk [llength $logfiles] 0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c263 /* Initialize the logfiles list for in-memory logs. */
264 SH_TAILQ_INIT(&lp->logfiles);
437 SH_TAILQ_FIRST(&lp->logfiles, __db_filestart) :
438 SH_TAILQ_LAST(&lp->logfiles, links, __db_filestart);
859 while ((filestart = SH_TAILQ_FIRST(&lp->logfiles,
861 SH_TAILQ_REMOVE(&lp->logfiles, filestart, links,
1110 filestart = SH_TAILQ_FIRST(&lp->logfiles, __db_filestart);
1176 for (filestart = SH_TAILQ_FIRST(&lp->logfiles, __db_filestart);
1181 SH_TAILQ_REMOVE(&lp->logfiles,
1261 SH_TAILQ_FOREACH(filestart, &lp->logfiles, link
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h341 SH_TAILQ_HEAD(__logfile) logfiles; member in struct:__log
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbif.c276 char **logfiles = NULL; local
296 if ((ret = dbd->db_env->log_archive(dbd->db_env, &logfiles, 0)) != 0) {
297 LOG(log_error, logtype_cnid, "error getting list of stale logfiles: %s",
305 if (logfiles != NULL) {
306 for (file = logfiles; *file != NULL; file++) {
310 free(logfiles);
833 /* Remove logfiles */
835 LOG(log_error, logtype_cnid, "error removing transaction logfiles: %s", db_strerror(ret));

Completed in 101 milliseconds