Searched refs:posfile (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/games/fortune/fortune/ |
| H A D | fortune.c | 98 char *datfile, *posfile; member 213 if ((fd = creat(Fortfile->posfile, 0666)) < 0) in main() 214 err(1, "Can't create `%s'", Fortfile->posfile); in main() 540 !is_fortfile(path, &fp->datfile, &fp->posfile, (parent != NULL)))) in add_file() 549 do_free(fp->posfile); in add_file() 575 fp->was_pos_file = (access(fp->posfile, W_OK) >= 0); in add_file() 602 fp->posfile = NULL; in new_fp() 643 char *datfile, *posfile; in all_forts() local 645 posfile = NULL; in all_forts() 649 if (!is_fortfile(offensive, &datfile, &posfile, FALSE)) in all_forts() [all …]
|