Lines Matching full:else
62 } else if (++acpi_gbl_optind >= argc) { in acpi_getopt_argument()
67 } else { in acpi_getopt_argument()
98 } else if (strcmp(argv[acpi_gbl_optind], "--") == 0) { in acpi_getopt()
129 } else if (++acpi_gbl_optind >= argc) { in acpi_getopt()
135 } else { in acpi_getopt()
144 else if (*opts_ptr == '+') { in acpi_getopt()
149 } else if (++acpi_gbl_optind >= argc) { in acpi_getopt()
151 } else { in acpi_getopt()
160 else if (*opts_ptr == '^') { in acpi_getopt()
164 } else { in acpi_getopt()
175 else if (*opts_ptr == '|') { in acpi_getopt()
179 } else { in acpi_getopt()
195 else { in acpi_getopt()