Searched refs:datfile (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/fortune/fortune/ |
H A D | fortune.c | 77 char *datfile, *posfile; member 539 !is_fortfile(path, &fp->datfile, &fp->posfile, (parent != NULL)))) in add_file() 547 do_free(fp->datfile); in add_file() 599 fp->datfile = NULL; in new_fp() 644 char *datfile, *posfile; in all_forts() local 648 if (!is_fortfile(offensive, &datfile, &posfile, FALSE)) in all_forts() 674 obscene->datfile = datfile; in all_forts() 748 char *datfile; in is_fortfile() local 792 datfile = copy(file, (unsigned int) (strlen(file) + 4)); /* +4 for ".dat" */ in is_fortfile() 793 strcat(datfile, ".dat"); in is_fortfile() [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
H A D | create_upgrade_pool_dat.sh | 28 datfile=zfs-pool-v${version}.dat 29 dat=${dir}/${datfile} 40 ls -l ${blockfiles}/${datfile}.Z
|
/freebsd/usr.bin/fortune/tools/ |
H A D | do_uniq.py | 32 def edit(datfile): argument 36 with open(datfile, "r") as datfiledf: 50 with open(datfile + "~", "w") as o:
|