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

/haiku/src/bin/unzip/
H A Dbeos.c201 G.pInfo->file_attr = (unsigned)(tmp<<6 | tmp<<3 | tmp);
217 G.pInfo->file_attr = (unsigned)(tmp >> 16);
218 if (G.pInfo->file_attr != 0 || !G.extra_field) {
250 G.pInfo->file_attr =
278 G.pInfo->file_attr = (unsigned)(tmp >> 16);
296 if ((G.pInfo->file_attr & 0700) == (unsigned)(0400 | tmp<<6))
297 /* keep previous G.pInfo->file_attr setting, when its "owner"
301 G.pInfo->file_attr = (unsigned)(0444 | tmp<<6 | tmp<<3 | tmp);
307 G.pInfo->file_attr &= ~tmp;
467 if (chmod(G.filename, (0xffff & G.pInfo->file_attr) | 070
[all...]
H A Dextract.c1114 (*pdirlist)->perms = G.pInfo->file_attr;
1380 if (S_ISLNK(G.pInfo->file_attr) &&
H A Dunzpriv.h1510 unsigned perms; /* same as min_info.file_attr */
1524 unsigned file_attr; /* local flavor, as used by creat(), chmod()... */ member in struct:min_info

Completed in 57 milliseconds