Searched defs:shortopt_idx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dparseopt.c199 unsigned int shortopt_idx = 0; local
214 shortopts[shortopt_idx++] = cmd->options[i].shortopt;
217 shortopts[shortopt_idx++] = ':';
221 shortopts[shortopt_idx++] = 'h';
222 shortopts[shortopt_idx++] = '\0';
223 assert ( shortopt_idx <= sizeof ( shortopts ) );

Completed in 81 milliseconds