Lines Matching refs:LONG_OPTIONS
104 constexpr struct option LONG_OPTIONS[] = { variable
310 if (!strcmp(LONG_OPTIONS[optionIndex].name, "buffer_size")) { in ParseLongOpt()
325 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_clock")) { in ParseLongOpt()
333 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "help")) { in ParseLongOpt()
335 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "time")) { in ParseLongOpt()
343 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "list_categories")) { in ParseLongOpt()
345 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "output")) { in ParseLongOpt()
347 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "overwrite")) { in ParseLongOpt()
349 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_begin")) { in ParseLongOpt()
351 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_finish")) { in ParseLongOpt()
353 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_finish_nodump")) { in ParseLongOpt()
355 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_dump")) { in ParseLongOpt()
357 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "record")) { in ParseLongOpt()
367 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "start_bgsrv")) { in ParseLongOpt()
369 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "dump_bgsrv")) { in ParseLongOpt()
371 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "stop_bgsrv")) { in ParseLongOpt()
373 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "text")) { in ParseLongOpt()
375 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "raw")) { in ParseLongOpt()
377 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "file_size")) { in ParseLongOpt()
475 opt = getopt_long(argc, argv, shortOption.c_str(), LONG_OPTIONS, &optionIndex); in HandleOpt()