HomeSort by: relevance | last modified time | path
    Searched refs:c_filesize (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
cpio.h 70 char c_filesize[11]; /* length of file in bytes */ member in struct:__anond9d9574e0108
133 char c_filesize[8]; /* length of file in bytes */ member in struct:__anond9d9574e0308
cpio.c 311 arcn->sb.st_size = (off_t)ASC_OFFT(hd->c_filesize,
312 sizeof(hd->c_filesize), OCT);
407 if (OFFT_ASC(arcn->sb.st_size, hd->c_filesize,
408 sizeof(hd->c_filesize), OCT)) {
418 if (u32_asc((uintmax_t)arcn->ln_nlen, hd->c_filesize,
419 sizeof(hd->c_filesize), OCT))
426 if (u32_asc((uintmax_t)0, hd->c_filesize, sizeof(hd->c_filesize),
587 arcn->sb.st_size = (off_t)ASC_OFFT(hd->c_filesize,
588 sizeof(hd->c_filesize), HEX)
    [all...]

Completed in 11 milliseconds