Home
last modified time | relevance | path

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

/netbsd-src/games/fortune/fortune/
H A Dfortune.c98 char *datfile, *posfile; member
540 !is_fortfile(path, &fp->datfile, &fp->posfile, (parent != NULL)))) in add_file()
548 do_free(fp->datfile); in add_file()
601 fp->datfile = NULL; in new_fp()
643 char *datfile, *posfile; in all_forts() local
649 if (!is_fortfile(offensive, &datfile, &posfile, FALSE)) in all_forts()
675 obscene->datfile = datfile; in all_forts()
748 char *datfile; in is_fortfile() local
786 datfile = copy(file, strlen(file) + 4); /* +4 for ".dat" */ in is_fortfile()
787 strcat(datfile, ".dat"); in is_fortfile()
[all …]