OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHR_WR_2
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
cpio.h
112
#define
CHR_WR_2
(val) ((char)(((val) >> 8) & 0xff))
cpio.c
1008
hd->h_filesize_2[0] =
CHR_WR_2
(arcn->sb.st_size);
1026
hd->h_filesize_2[0] =
CHR_WR_2
(arcn->ln_nlen);
1048
hd->h_magic[0] =
CHR_WR_2
(MAGIC);
1050
hd->h_dev[0] =
CHR_WR_2
(arcn->sb.st_dev);
1054
hd->h_ino[0] =
CHR_WR_2
(arcn->sb.st_ino);
1058
hd->h_mode[0] =
CHR_WR_2
(arcn->sb.st_mode);
1062
hd->h_uid[0] =
CHR_WR_2
(arcn->sb.st_uid);
1066
hd->h_gid[0] =
CHR_WR_2
(arcn->sb.st_gid);
1070
hd->h_nlink[0] =
CHR_WR_2
(arcn->sb.st_nlink);
1074
hd->h_rdev[0] =
CHR_WR_2
(arcn->sb.st_rdev)
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025