OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMAGLEN
(Results
1 - 3
of
3
) sorted by relevancy
/src/include/
tar.h
41
#define
TMAGLEN
6
/src/bin/pax/
tar.h
133
#define
TMAGLEN
6
147
char magic[
TMAGLEN
]; /* magic cookie */
tar.c
391
* cookie. We should use
TMAGLEN
, but some USTAR archive programs are
397
if (strncmp(uhd->magic, TMAGIC,
TMAGLEN
- 1) == 0) {
788
* ustar magic cookie. We should use
TMAGLEN
, but some USTAR archive
794
if (strncmp(hd->magic, TMAGIC,
TMAGLEN
- 1) != 0)
1206
strncpy(hd->magic, TMAGIC,
TMAGLEN
);
1208
hd->magic[
TMAGLEN
- 1] = hd->version[0] = ' ';
Completed in 14 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025