Searched refs:unsignedlong_format (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/debugfs/
H A Ddebugfs.c1218 const char *unsignedlong_format = "%lu"; local
1231 modify_u32(argv[0], "Size", unsignedlong_format, &inode.i_size);
1238 modify_u16(argv[0], "Block count high", unsignedlong_format,
1240 modify_u32(argv[0], "Block count", unsignedlong_format, &inode.i_blocks);

Completed in 234 milliseconds