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

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgetopt.c33 * Option argument
35 * This will point to the argument for the most recently returned
64 * Get option argument from argv[] array
68 * @ret argument Option argument, or NULL
81 * an argument.
105 const char *argument = NULL; local
112 /* Check for inline argument */
114 argument = &opttext[ optlen + 1 ];
123 /* If we want an argument bu
169 const char *argument = NULL; local
[all...]

Completed in 1049 milliseconds