MCPcopy Create free account
hub / github.com/F-Stack/f-stack / getopt_long

Function getopt_long

dpdk/lib/eal/windows/getopt.c:447–454  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

445 * Parse argc/argv argument vector.
446 */
447int
448getopt_long(int nargc, char *nargv[], const char *options,
449 const struct option *long_options, int *idx)
450{
451
452 return (getopt_internal(nargc, nargv, options, long_options, idx,
453 FLAG_PERMUTE));
454}
455
456/*
457 * getopt_long_only --

Callers 15

mainFunction · 0.85
mainFunction · 0.85
zpool_do_initializeFunction · 0.85
zpool_do_checkpointFunction · 0.85
zpool_do_importFunction · 0.85
zpool_do_trimFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
zfs_do_sendFunction · 0.85
mainFunction · 0.85
parse_argsFunction · 0.85
ff_parse_argsFunction · 0.85

Calls 1

getopt_internalFunction · 0.85

Tested by 2

parse_argsFunction · 0.68
args_parseFunction · 0.68