/src/bin/pax/ |
ar_io.c | 948 off_t mpos; local in function:ar_rdsync 1016 mpos = fsbz - (cpos % (off_t)fsbz); 1017 if (lseek(arfd, mpos, SEEK_CUR) < 0) 1051 off_t mpos; local in function:ar_fow 1086 mpos = cpos + sksz; 1087 if (artyp == ISREG && mpos > arsb.st_size) 1088 mpos = arsb.st_size; 1089 if ((mpos = lseek(arfd, mpos, SEEK_SET)) >= 0) { 1090 *skipped = mpos - cpos [all...] |
ar_io.c | 948 off_t mpos; local in function:ar_rdsync 1016 mpos = fsbz - (cpos % (off_t)fsbz); 1017 if (lseek(arfd, mpos, SEEK_CUR) < 0) 1051 off_t mpos; local in function:ar_fow 1086 mpos = cpos + sksz; 1087 if (artyp == ISREG && mpos > arsb.st_size) 1088 mpos = arsb.st_size; 1089 if ((mpos = lseek(arfd, mpos, SEEK_SET)) >= 0) { 1090 *skipped = mpos - cpos [all...] |
/src/sbin/newfs_udf/ |
udf_core.c | 297 uint32_t pos, mpos; local in function:udf_calculate_disc_layout 480 mpos = pos; 481 layout.fsd = mpos; mpos += 1; 482 layout.rootdir = mpos; 483 pos = mpos; 485 mpos = 0; 486 layout.fsd = mpos; mpos += 1; 487 layout.rootdir = mpos; [all...] |
udf_core.c | 297 uint32_t pos, mpos; local in function:udf_calculate_disc_layout 480 mpos = pos; 481 layout.fsd = mpos; mpos += 1; 482 layout.rootdir = mpos; 483 pos = mpos; 485 mpos = 0; 486 layout.fsd = mpos; mpos += 1; 487 layout.rootdir = mpos; [all...] |