Home
last modified time | relevance | path

Searched refs:opts_ptr (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/power/acpi/common/
Dgetopt.c123 char *opts_ptr; in acpi_getopt() local
143 (opts_ptr = strchr(opts, current_char)) == NULL) { in acpi_getopt()
156 if (*++opts_ptr == ':') { in acpi_getopt()
176 else if (*opts_ptr == '+') { in acpi_getopt()
192 else if (*opts_ptr == '^') { in acpi_getopt()
207 else if (*opts_ptr == '|') { in acpi_getopt()