diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/TestMasterMicroMod_2getopt_8c.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/TestMasterMicroMod_2getopt_8c.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,389 @@ + +
+#include <stdio.h>
#include "getopt.h"
#include <strings.h>
+Include dependency graph for getopt.c:
+Go to the source code of this file.
Defines | |
#define | GETOPT_INTERFACE_VERSION 2 |
#define | _(msgid) (msgid) |
#define | SWAP_FLAGS(ch1, ch2) |
#define | NONOPTION_P (argv[optind][0] != '-' || argv[optind][1] == '\0') |
Enumerations | |
enum | { REQUIRE_ORDER, +PERMUTE, +RETURN_IN_ORDER + } |
Functions | |
char * | getenv () |
int | _getopt_internal (int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only) |
int | getopt (int argc, char *const *argv, const char *optstring) |
Variables | |
char * | optarg |
int | optind = 1 |
int | __getopt_initialized |
int | opterr = 1 |
int | optopt = '?' |
#define _ | +( | +msgid | ++ | ) | +(msgid) | +
#define GETOPT_INTERFACE_VERSION 2 | +
#define SWAP_FLAGS | +( | +ch1, | |||
+ | + | ch2 | ++ | ) | ++ |
+
anonymous enum | +
+
int _getopt_internal | +( | +int | +argc, | +|
+ | + | char *const * | +argv, | +|
+ | + | const char * | +optstring, | +|
+ | + | const struct option * | +longopts, | +|
+ | + | int * | +longind, | +|
+ | + | int | +long_only | + |
+ | ) | ++ |
+ +
+Definition at line 511 of file getopt.c. +
+References __getopt_initialized, option::name, NONOPTION_P, optarg, opterr, optind, PERMUTE, and REQUIRE_ORDER. +
char* getenv | +( | ++ | ) | ++ |
+ +
int getopt | +( | +int | +argc, | +|
+ | + | char *const * | +argv, | +|
+ | + | const char * | +optstring | + |
+ | ) | ++ |
+ +
+Definition at line 1171 of file getopt.c. +
+References _getopt_internal(). +
+Here is the call graph for this function:
+
int __getopt_initialized | +
+