Lines Matching defs:number

502 static void gen_num(const char *keyword, const u_longlong_t number);
604 static ino_t mt_ino; /* inode number of output file */
623 static blkcnt_t blocklim; /* number of blocks to accept per volume */
624 static blkcnt_t tapepos; /* current block number to be written */
627 static int extno; /* number of extent: starts at 1 */
708 #define GSUF 8 /* number of valid 'gzip' sufixes */
709 #define BSUF 4 /* number of valid 'bzip2' sufixes */
710 #define XSUF 1 /* number of valid 'xz' suffixes */
1104 /* Get inode and device number of output file */
1665 * routine just eats the number of blocks computed from the
2610 * to allow for a large number of extents. This code should be
2618 "tar: %s needs unusual number of volumes to split\n"
2849 * open_attr_dir() was recursively called (input combination number 4),
3848 * Check if the number of files extracted is different from the
3849 * number of files listed on the command line
3918 * needs to be the maximum number of bytes to be written rounded up
3970 * by the preferred I/O size. If the number of bytes
3973 * just set maxwrite to the number of bytes left to write.
4115 * except extno (extent number), checksum, or size (extent size).
4294 * Check if the number of files tabled is different from the
4295 * number of files listed on the command line
5115 * set the number of blocks to read initially, based on
5850 * a typeflag 'A' and typeflag 'O', then the number of
5854 * followed by typeflag 'O', then the number of bytes
7058 gen_num(const char *keyword, const u_longlong_t number)
7064 (void) sprintf(save_val, "%llu", number);