Home
last modified time | relevance | path

Searched refs:HIGHSCORE_FILENAME (Results 1 – 4 of 4) sorted by relevance

/dports/games/tuxmath/tuxmath_w_fonts-2.0.3/src/
H A Dtuxmathadmin.c60 #define HIGHSCORE_FILENAME "highscores.txt" macro
64 #define HIGHSCORE_FILENAME "highscores" macro
563 strncat(buf,HIGHSCORE_FILENAME,PATH_MAX-strlen(buf)-1);
587 clear_file(path,HIGHSCORE_FILENAME,"unconfighighscores");
606 strncat(buf,HIGHSCORE_FILENAME,PATH_MAX-strlen(buf)-1);
H A Dfileops.c183 #define HIGHSCORE_FILENAME "highscores.txt" macro
192 #define HIGHSCORE_FILENAME "highscores" macro
769 strcat(opt_path, HIGHSCORE_FILENAME); in high_scores_found_in_user_dir()
815 strcat(opt_path, HIGHSCORE_FILENAME); in read_high_scores()
890 strcat(opt_path, HIGHSCORE_FILENAME); in append_high_score()
/dports/games/zaz/zaz-1.0.1/src/
H A Dsettings.h37 #define HIGHSCORE_FILENAME "hiscores" macro
H A Dsettings.cpp165 return getDefaultDirectory() + SEPARATOR + HIGHSCORE_FILENAME; in getDefaultDirectory()