OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMPNAME
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/restore/
utilities.c
93
if (ep->e_flags &
TMPNAME
)
94
badentry(ep, "mktempname: called with
TMPNAME
");
95
ep->e_flags |=
TMPNAME
;
169
ep->e_flags &= ~
TMPNAME
;
189
ep->e_flags &= ~
TMPNAME
;
255
ep->e_flags &= ~
TMPNAME
;
338
if (ep->e_flags &
TMPNAME
)
339
(void) strcat(flagbuf, "|
TMPNAME
");
restore.h
110
#define
TMPNAME
0x0020 /* entry has been given a temporary name */
symtab.c
335
ep->e_flags |=
TMPNAME
;
337
ep->e_flags &= ~
TMPNAME
;
restore.c
434
if ((ip->e_flags &
TMPNAME
) == 0)
Completed in 13 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025