Searched refs:skip_prefix (Results 1 – 1 of 1) sorted by relevance
91 skip_prefix(const char *args, const char *key, const char **argsout) in skip_prefix() function188 if (*args == '-' && skip_prefix(args + 1, key, &args)) { in static_if_boot_arg_uint64()192 } else if (skip_prefix(args, key, &args)) { in static_if_boot_arg_uint64()