Searched refs:posfile (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.bin/fortune/fortune/ |
| H A D | fortune.c | 77 char *datfile, *posfile; member 179 if ((fd = creat(Fortfile->posfile, 0666)) < 0) { in main() 180 perror(Fortfile->posfile); in main() 537 !is_fortfile(path, &fp->datfile, &fp->posfile, (parent != NULL)))) in add_file() 546 do_free(fp->posfile); in add_file() 572 fp->was_pos_file = (access(fp->posfile, W_OK) >= 0); in add_file() 598 fp->posfile = NULL; in new_fp() 642 char *datfile, *posfile; in all_forts() local 646 if (!is_fortfile(offensive, &datfile, &posfile, FALSE)) in all_forts() 673 obscene->posfile = posfile; in all_forts() [all …]
|