Searched defs:usage_types (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
H A Dmke2fs.c1051 const char *usage_types,
1131 if (!usage_types)
1132 usage_types = size_type;
1134 parse_str = malloc(strlen(usage_types)+1);
1140 strcpy(parse_str, usage_types);
1294 char * usage_types = 0; local
1578 if (usage_types) {
1583 usage_types = strdup(optarg);
1716 if (!usage_types)
1718 "usage_types",
1050 parse_fs_type(const char *fs_type, const char *usage_types, struct ext2_super_block *sb, blk64_t fs_blocks_count, char *progname) argument
[all...]

Completed in 25 milliseconds