Home
last modified time | relevance | path

Searched refs:current_char (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/power/acpi/common/
H A Dgetopt.c90 int current_char; in acpi_getopt() local
106 current_char = argv[acpi_gbl_optind][current_char_ptr]; in acpi_getopt()
110 if (current_char == ':' || in acpi_getopt()
111 (opts_ptr = strchr(opts, current_char)) == NULL) { in acpi_getopt()
112 ACPI_OPTION_ERROR("Illegal option: -", current_char); in acpi_getopt()
131 current_char); in acpi_getopt()
182 current_char); in acpi_getopt()
204 return (current_char); in acpi_getopt()
/kernel/linux/linux-6.6/tools/power/acpi/common/
H A Dgetopt.c90 int current_char; in acpi_getopt() local
106 current_char = argv[acpi_gbl_optind][current_char_ptr]; in acpi_getopt()
110 if (current_char == ':' || in acpi_getopt()
111 (opts_ptr = strchr(opts, current_char)) == NULL) { in acpi_getopt()
112 ACPI_OPTION_ERROR("Illegal option: -", current_char); in acpi_getopt()
131 current_char); in acpi_getopt()
182 current_char); in acpi_getopt()
204 return (current_char); in acpi_getopt()

Completed in 2 milliseconds