OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tarmode
(Results
1 - 1
of
1
) sorted by null
/external/zlib/src/contrib/untgz/
untgz.c
395
int
tarmode
;
local
430
tarmode
= getoct(buffer.header.mode,8);
432
if (
tarmode
== -1 || tartime == (time_t)-1)
465
push_attr(&attributes,fname,
tarmode
,tartime);
553
push_attr(&attributes,fname,
tarmode
,tartime);
Completed in 63 milliseconds