MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / getopt_long_only

Function getopt_long_only

samples/common/getopt.c:564–568  ·  view source on GitHub ↗

* getopt_long_only -- * Parse argc/argv argument vector. */

Source from the content-addressed store, hash-verified

562 * Parse argc/argv argument vector.
563 */
564int getopt_long_only(int nargc, char* const* nargv, char const* options, const struct option* long_options, int* idx)
565{
566
567 return (getopt_internal(nargc, nargv, options, long_options, idx, FLAG_PERMUTE | FLAG_LONGONLY));
568}

Callers

nothing calls this directly

Calls 1

getopt_internalFunction · 0.85

Tested by

no test coverage detected