OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BCPIO_PAD
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
cpio.h
118
#define
BCPIO_PAD
(x) ((2 - ((x) & 1)) & 1) /* pad to next 2 byte word */
cpio.c
924
if (rd_skip((off_t)(
BCPIO_PAD
(sizeof(HD_BCPIO) + nsz))) < 0)
937
arcn->pad =
BCPIO_PAD
(arcn->sb.st_size);
942
(rd_skip((off_t)(
BCPIO_PAD
(arcn->sb.st_size))) < 0))
962
(
BCPIO_PAD
(sizeof(HD_BCPIO) + sizeof(TRAILER))));
1005
arcn->pad =
BCPIO_PAD
(arcn->sb.st_size);
1097
(wr_skip((off_t)(
BCPIO_PAD
(sizeof(HD_BCPIO) + nsz))) < 0)) {
1120
(wr_skip((off_t)(
BCPIO_PAD
(arcn->ln_nlen))) < 0)) {
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025