OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCPIO_PAD
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
cpio.h
147
#define
VCPIO_PAD
(x) ((4 - ((x) & 3)) & 3) /* pad to next 4 byte word */
cpio.c
612
if (rd_skip((off_t)(
VCPIO_PAD
(sizeof(HD_VCPIO) + nsz))) < 0)
625
arcn->pad =
VCPIO_PAD
(arcn->sb.st_size);
633
(rd_skip((off_t)(
VCPIO_PAD
(arcn->sb.st_size))) < 0))
653
(
VCPIO_PAD
(sizeof(HD_VCPIO) + sizeof(TRAILER))));
722
arcn->pad =
VCPIO_PAD
(arcn->sb.st_size);
782
(wr_skip((off_t)(
VCPIO_PAD
(sizeof(HD_VCPIO) + nsz))) < 0)) {
805
(wr_skip((off_t)(
VCPIO_PAD
(arcn->ln_nlen))) < 0)) {
Completed in 12 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025