OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSHRT_EXT
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
cpio.h
109
#define
RSHRT_EXT
(ch) ((((unsigned)(ch)[1])<<8) | (((unsigned)(ch)[0])&0xff))
cpio.c
844
if (((u_short)
RSHRT_EXT
(blk)) == MAGIC) {
879
arcn->sb.st_dev = (dev_t)(
RSHRT_EXT
(hd->h_dev));
880
arcn->sb.st_ino = (ino_t)(
RSHRT_EXT
(hd->h_ino));
881
arcn->sb.st_mode = (mode_t)(
RSHRT_EXT
(hd->h_mode));
882
arcn->sb.st_uid = (uid_t)(
RSHRT_EXT
(hd->h_uid));
883
arcn->sb.st_gid = (gid_t)(
RSHRT_EXT
(hd->h_gid));
884
arcn->sb.st_nlink = (nlink_t)(
RSHRT_EXT
(hd->h_nlink));
885
arcn->sb.st_rdev = (dev_t)(
RSHRT_EXT
(hd->h_rdev));
886
arcn->sb.st_mtime = (time_t)(
RSHRT_EXT
(hd->h_mtime_1));
888
((time_t)(
RSHRT_EXT
(hd->h_mtime_2)))
[
all
...]
Completed in 40 milliseconds
Indexes created Sat Nov 08 12:09:53 GMT 2025