Searched refs:longOptcount (Results 1 – 1 of 1) sorted by relevance
957 int longOptcount = 0; in GetOpts() local973 longOptions[longOptcount].name = optEntries[i].longOpt; in GetOpts()974 longOptions[longOptcount].has_arg = optEntries[i].needArg ? required_argument : no_argument; in GetOpts()975 longOptions[longOptcount].flag = nullptr; in GetOpts()976 longOptions[longOptcount].val = optEntries[i].opt; in GetOpts()977 longOptcount++; in GetOpts()979 longOptions[longOptcount].name = nullptr; in GetOpts()980 longOptions[longOptcount].has_arg = 0; in GetOpts()981 longOptions[longOptcount].flag = nullptr; in GetOpts()982 longOptions[longOptcount].val = 0; in GetOpts()