Searched refs:utils_parse_size (Results 1 – 5 of 5) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | utils.h | 45 int utils_parse_size(const char *value, s64 *size, BOOL scale);
|
D | utils.c | 341 int utils_parse_size(const char *value, s64 *size, BOOL scale) in utils_parse_size() function 420 if (!utils_parse_size(string, &a, scale)) in utils_parse_range() 430 if (!utils_parse_size(middle+1, &b, scale)) in utils_parse_range()
|
D | ntfscat.c | 224 else if (utils_parse_size(optarg, &opts.inode, FALSE)) in parse_options()
|
D | ntfsdecrypt.c | 252 else if (utils_parse_size(optarg, &opts.inode, FALSE)) in parse_options()
|
D | ntfsinfo.c | 197 (!utils_parse_size(optarg, &opts.inode, FALSE))) { in parse_options()
|