HomeSort by: relevance | last modified time | path
    Searched defs:arsb (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/pax/
ar_io.c 92 static struct stat arsb; /* stat of archive device at open */ variable in typeref:struct:stat
211 if (fstat(arfd, &arsb) < 0) {
218 if (S_ISDIR(arsb.st_mode)) {
227 if (S_ISCHR(arsb.st_mode)) {
234 } else if (S_ISBLK(arsb.st_mode))
244 if (artyp == ISREG && arsb.st_size == 0) {
314 if ((arsb.st_blksize > 0) && (arsb.st_blksize < MAXBLK) &&
315 ((arsb.st_blksize % BLKMULT) == 0))
316 rdblksz = arsb.st_blksize
    [all...]
ar_io.c 92 static struct stat arsb; /* stat of archive device at open */ variable in typeref:struct:stat
211 if (fstat(arfd, &arsb) < 0) {
218 if (S_ISDIR(arsb.st_mode)) {
227 if (S_ISCHR(arsb.st_mode)) {
234 } else if (S_ISBLK(arsb.st_mode))
244 if (artyp == ISREG && arsb.st_size == 0) {
314 if ((arsb.st_blksize > 0) && (arsb.st_blksize < MAXBLK) &&
315 ((arsb.st_blksize % BLKMULT) == 0))
316 rdblksz = arsb.st_blksize
    [all...]
ar_io.c 92 static struct stat arsb; /* stat of archive device at open */ variable in typeref:struct:stat
211 if (fstat(arfd, &arsb) < 0) {
218 if (S_ISDIR(arsb.st_mode)) {
227 if (S_ISCHR(arsb.st_mode)) {
234 } else if (S_ISBLK(arsb.st_mode))
244 if (artyp == ISREG && arsb.st_size == 0) {
314 if ((arsb.st_blksize > 0) && (arsb.st_blksize < MAXBLK) &&
315 ((arsb.st_blksize % BLKMULT) == 0))
316 rdblksz = arsb.st_blksize
    [all...]
ar_io.c 92 static struct stat arsb; /* stat of archive device at open */ variable in typeref:struct:stat
211 if (fstat(arfd, &arsb) < 0) {
218 if (S_ISDIR(arsb.st_mode)) {
227 if (S_ISCHR(arsb.st_mode)) {
234 } else if (S_ISBLK(arsb.st_mode))
244 if (artyp == ISREG && arsb.st_size == 0) {
314 if ((arsb.st_blksize > 0) && (arsb.st_blksize < MAXBLK) &&
315 ((arsb.st_blksize % BLKMULT) == 0))
316 rdblksz = arsb.st_blksize
    [all...]

Completed in 42 milliseconds