Searched refs:detectsuffix (Results 1 – 1 of 1) sorted by relevance
2186 static int detectsuffix(const char *str, const char *suffix) in detectsuffix() function2271 if (detectsuffix(end, "KB")) /* kilobytes */ in arg_int_scanfn()2282 else if (detectsuffix(end, "MB")) /* megabytes */ in arg_int_scanfn()2293 else if (detectsuffix(end, "GB")) /* gigabytes */ in arg_int_scanfn()2304 else if (!detectsuffix(end, "")) in arg_int_scanfn()