Home
last modified time | relevance | path

Searched refs:utils_parse_size (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dutils.h45 int utils_parse_size(const char *value, s64 *size, BOOL scale);
Dutils.c341 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()
Dntfscat.c224 else if (utils_parse_size(optarg, &opts.inode, FALSE)) in parse_options()
Dntfsdecrypt.c252 else if (utils_parse_size(optarg, &opts.inode, FALSE)) in parse_options()
Dntfsinfo.c197 (!utils_parse_size(optarg, &opts.inode, FALSE))) { in parse_options()