|
Mixe for Privacy and Anonymity in the Internet
|
#include "../StdAfx.h"Go to the source code of this file.
Macros | |
| #define | POPT_ARGV_ARRAY_GROW_DELTA 5 |
Functions | |
| int | poptDupArgv (int argc, const char **argv, int *argcPtr, const char ***argvPtr) |
| int | poptParseArgvString (const char *s, int *argcPtr, const char ***argvPtr) |
| #define POPT_ARGV_ARRAY_GROW_DELTA 5 |
Definition at line 8 of file poptparse.cpp.
| int poptDupArgv | ( | int | argc, |
| const char ** | argv, | ||
| int * | argcPtr, | ||
| const char *** | argvPtr | ||
| ) |
Definition at line 10 of file poptparse.cpp.
References POPT_ERROR_NOARG.
Referenced by poptParseArgvString(), and poptStuffArgs().
| int poptParseArgvString | ( | const char * | s, |
| int * | argcPtr, | ||
| const char *** | argvPtr | ||
| ) |
Definition at line 39 of file poptparse.cpp.
References alloca(), POPT_ARGV_ARRAY_GROW_DELTA, POPT_ERROR_BADQUOTE, and poptDupArgv().