Searched refs:args_required (Results 1 – 1 of 1) sorted by relevance
3678 static int check_arg_count(unsigned int argc, unsigned int args_required) in check_arg_count() argument3680 if (argc != args_required) { in check_arg_count()3682 argc, args_required); in check_arg_count()