Lines Matching defs:logfile
134 const char *logfile =
151 logfile = optarg;
187 len = strlen(logfile);
192 if (len > 0 && logfile[len - 1] == 'x')
193 dolastlogx(logfile, argc, argv);
197 dolastlog(logfile, argc, argv);
217 dolastlog(const char *logfile, int argc, char **argv)
220 FILE *fp = fopen(logfile, "r");
225 err(1, "%s", logfile);
301 dolastlogx(const char *logfile, int argc, char **argv)
304 DB *db = dbopen(logfile, O_RDONLY|O_SHLOCK, 0, DB_HASH, NULL);
310 err(1, "%s", logfile);
336 err(1, "%s", logfile);
365 err(1, "%s", logfile);