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

/freebsd-current/sbin/restore/
H A Dutilities.c84 if (ep->e_flags & TMPNAME)
85 badentry(ep, "mktempname: called with TMPNAME");
86 ep->e_flags |= TMPNAME;
159 ep->e_flags &= ~TMPNAME;
179 ep->e_flags &= ~TMPNAME;
264 ep->e_flags &= ~TMPNAME;
347 if (ep->e_flags & TMPNAME)
348 (void) strcat(flagbuf, "|TMPNAME");
H A Drestore.h90 #define TMPNAME 0x0020 /* entry has been given a temporary name */ macro
H A Dsymtab.c324 ep->e_flags |= TMPNAME;
326 ep->e_flags &= ~TMPNAME;
H A Drestore.c424 if ((ip->e_flags & TMPNAME) == 0)
/freebsd-current/usr.sbin/pmcannotate/
H A Dpmcannotate.c48 #define TMPNAME "pmcannotate.XXXXXX" macro
720 asprintf(&tbfl, "%s/%s", _PATH_TMP, TMPNAME);
721 asprintf(&tofl, "%s/%s", _PATH_TMP, TMPNAME);
723 asprintf(&tbfl, "%s/%s", tmpdir, TMPNAME);
724 asprintf(&tofl, "%s/%s", tmpdir, TMPNAME);

Completed in 87 milliseconds