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

/netbsd-6-1-5-RELEASE/usr.bin/vacation/
H A Dvacation.c81 static const char *dbprefix = ".vacation"; /* dbm's database sans .db */ variable
162 dbprefix = optarg;
247 (dbprefix[0] != '/' || msgfile[0] != '/')) {
293 (void)snprintf(path, sizeof(path), "%s.db", dbprefix);

Completed in 51 milliseconds