ReactOS 0.4.16-dev-91-g764881a
|
#include "getopt.h"
Go to the source code of this file.
Macros | |
#define | my_index wcschr |
#define | my_strtoul wcstoul |
#define | my_strlen wcslen |
#define | my_strncmp wcsncmp |
#define | my_strcpy wcscpy |
#define | my_strcat wcscat |
#define | my_strcmp wcscmp |
Enumerations | |
enum | { REQUIRE_ORDER , PERMUTE , RETURN_IN_ORDER } |
Functions | |
void | getopt_init (optarg_ctx *o) |
static void | exchange (optarg_ctx *o, WCHAR **argv) |
int | _getopt_internal (optarg_ctx *o, int argc, WCHAR *const *argv, const WCHAR *optstring, const struct option *longopts, int *longind, int long_only) |
int | getopt (optarg_ctx *o, int argc, WCHAR *const *argv, const WCHAR *optstring) |
int | getopt_long (optarg_ctx *o, int argc, WCHAR *const *argv, const WCHAR *options, const struct option *long_options, int *opt_index) |
Variables | |
static enum { ... } | ordering |
Definition at line 48 of file getopt.cpp.
Definition at line 54 of file getopt.cpp.
Definition at line 55 of file getopt.cpp.
Definition at line 53 of file getopt.cpp.
Definition at line 51 of file getopt.cpp.
Definition at line 52 of file getopt.cpp.
Definition at line 50 of file getopt.cpp.
anonymous enum |
Enumerator | |
---|---|
REQUIRE_ORDER | |
PERMUTE | |
RETURN_IN_ORDER |
Definition at line 43 of file getopt.cpp.
int _getopt_internal | ( | optarg_ctx * | o, |
int | argc, | ||
WCHAR *const * | argv, | ||
const WCHAR * | optstring, | ||
const struct option * | longopts, | ||
int * | longind, | ||
int | long_only | ||
) |
Definition at line 157 of file getopt.cpp.
Referenced by getopt(), getopt_long(), and getopt_long_only().
|
static |
Definition at line 70 of file getopt.cpp.
Referenced by _getopt_internal().
Definition at line 459 of file getopt.cpp.
void getopt_init | ( | optarg_ctx * | o | ) |
Definition at line 61 of file getopt.cpp.
int getopt_long | ( | optarg_ctx * | o, |
int | argc, | ||
WCHAR *const * | argv, | ||
const WCHAR * | options, | ||
const struct option * | long_options, | ||
int * | opt_index | ||
) |
Definition at line 472 of file getopt.cpp.
enum { ... } ordering |
Referenced by _getopt_internal(), cid_get_ros(), and FT_Get_CID_Registry_Ordering_Supplement().