Lines Matching full:else

63 #else
243 else if (!strcmp(arg, "-f") || !strcmp(arg, "--file")) { in parse_options()
246 else { in parse_options()
251 else if (!strcmp(arg, "-c") || !strcmp(arg, "--command-line")) { in parse_options()
254 else if (!strcmp(arg, "-p") || !strcmp(arg, "--page-size")) { in parse_options()
257 else if (sscanf(argv[iarg], "%i", &conf_page_data_size) < 1) in parse_options()
264 else if (!strcmp(arg, "-s") || !strcmp(arg, "--spare-size")) { in parse_options()
267 else if (sscanf(argv[iarg], "%i", &conf_page_spare_size) < 1) in parse_options()
275 else if (!strcmp(arg, "-o") || !strcmp(arg, "--status-offset")) { in parse_options()
278 else if (sscanf(argv[iarg], "%i", &conf_status_byte_offset) < 1) in parse_options()
283 else if (!strcmp(arg, "-b") || !strcmp(arg, "--block-pages")) { in parse_options()
286 else if (sscanf(argv[iarg], "%i", &conf_pages_per_block) < 1) in parse_options()
291 else if (!strcmp(arg, "-t") || !strcmp(arg, "--total-blocks")) { in parse_options()
294 else if (sscanf(argv[iarg], "%i", &conf_total_blocks) < 1) in parse_options()
299 else if (!strcmp(arg, "-v") || !strcmp(arg, "--verbose")) { in parse_options()
302 else if (!strcmp(arg, "-m") || !strcmp(arg, "--mount")) { in parse_options()
305 else if (parse_mount_point(argv[iarg], m_idx) < 0) in parse_options()
309 else if (!strcmp(arg, "-e") || !strcmp(arg, "--exec")) { in parse_options()
312 else { in parse_options()
317 else if (!strcmp(arg, "-x") || !strcmp(arg, "--ecc-option")) { in parse_options()
320 else { in parse_options()
333 else if (!strcmp(arg, "-z") || !strcmp(arg, "--ecc-size")) { in parse_options()
336 else if (sscanf(argv[iarg], "%i", &conf_ecc_size) < 1) in parse_options()
343 else { in parse_options()
348 else { in parse_options()
477 else { in main()
481 else { in main()