Searched refs:tbfl (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/pmcannotate/
H A Dpmcannotate.c56 remove(tbfl); \
668 char *tbfl, *tofl, *tmpdir; local
720 asprintf(&tbfl, "%s/%s", _PATH_TMP, TMPNAME);
723 asprintf(&tbfl, "%s/%s", tmpdir, TMPNAME);
726 if (tofl == NULL || tbfl == NULL)
790 if (fqueue_getall(bin, tbfl, asmsrc) == -1)
794 bfp = fopen(tbfl, "r");
806 if (remove(tbfl) == -1)

Completed in 106 milliseconds