Lines Matching refs:number

507 static void gen_num(const char *keyword, const u_longlong_t number);
601 static ino_t mt_ino; /* inode number of output file */
620 static blkcnt_t blocklim; /* number of blocks to accept per volume */
621 static blkcnt_t tapepos; /* current block number to be written */
624 static int extno; /* number of extent: starts at 1 */
699 #define GS 8 /* number of valid 'gzip' sufixes */
700 #define BS 4 /* number of valid 'bzip2' sufixes */
1081 /* Get inode and device number of output file */
1567 * routine just eats the number of blocks computed from the
2514 * to allow for a large number of extents. This code should be
2522 "tar: %s needs unusual number of volumes to split\n"
2753 * open_attr_dir() was recursively called (input combination number 4),
3752 * Check if the number of files extracted is different from the
3753 * number of files listed on the command line
3822 * needs to be the maximum number of bytes to be written rounded up
3874 * by the preferred I/O size. If the number of bytes
3877 * just set maxwrite to the number of bytes left to write.
4019 * except extno (extent number), checksum, or size (extent size).
4198 * Check if the number of files tabled is different from the
4199 * number of files listed on the command line
5022 * set the number of blocks to read initially, based on
5761 * a typeflag 'A' and typeflag 'O', then the number of
5765 * followed by typeflag 'O', then the number of bytes
6970 gen_num(const char *keyword, const u_longlong_t number)
6976 (void) sprintf(save_val, "%llu", number);