Lines Matching full:argument
15 * "f:" - Option requires an argument
16 * "f+" - Option has an optional argument
41 * RETURN: 0 if an argument was found, -1 otherwise. Sets acpi_gbl_Optarg
42 * to point to the next argument.
44 * DESCRIPTION: Get the next argument. Used to obtain arguments for the
46 * Note: Either the argument starts at the next character after
63 ACPI_OPTION_ERROR("\nOption requires an argument", 0); in acpi_getopt_argument()
122 /* Option requires an argument? */ in acpi_getopt()
130 ACPI_OPTION_ERROR("Option requires an argument: -", in acpi_getopt()
142 /* Option has an optional argument? */ in acpi_getopt()
173 /* Option has a required single-char argument? */ in acpi_getopt()