OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_mode
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/pax/
cpio.h
92
u_char
h_mode
[2];
member in struct:__anon28
cpio.c
881
arcn->sb.st_mode = (mode_t)(RSHRT_EXT(hd->
h_mode
));
896
arcn->sb.st_mode = (mode_t)(SHRT_EXT(hd->
h_mode
));
1058
hd->
h_mode
[0] = CHR_WR_2(arcn->sb.st_mode);
1059
hd->
h_mode
[1] = CHR_WR_3(arcn->sb.st_mode);
1060
if (arcn->sb.st_mode != (mode_t)(SHRT_EXT(hd->
h_mode
)))
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_cpio_binary.c
88
uint16_t
h_mode
;
445
h.
h_mode
= archive_entry_mode(entry);
446
if (((h.
h_mode
& AE_IFMT) == AE_IFSOCK) || ((h.
h_mode
& AE_IFMT) == AE_IFIFO)) {
453
if ((h.
h_mode
& AE_IFMT) == AE_IFLNK) {
462
h.
h_mode
= la_swap16(h.
h_mode
);
Completed in 14 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026