Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcannotate/
H A Dpmcannotate.c58 remove(tofl); \
695 char *tbfl, *tofl, *tmpdir; in main() local
759 asprintf(&tofl, "%s/%s", _PATH_TMP, TMPNAME); in main()
762 asprintf(&tofl, "%s/%s", tmpdir, TMPNAME); in main()
764 if (tofl == NULL || tbfl == NULL) in main()
767 if (mkstemp(tofl) == -1) in main()
772 kfile, ofile, tofl); in main()
775 tofl); in main()
780 gfp = fopen(tofl, "r"); in main()
816 if (remove(tofl) == -1) in main()