vacation.c | 81 static const char *dbprefix = ".vacation"; /* dbm's database sans .db */ variable in typeref:typename:const char * 162 dbprefix = optarg; 247 (dbprefix[0] != '/' || msgfile[0] != '/')) { 293 (void)snprintf(path, sizeof(path), "%s.db", dbprefix);
|