Argument parsing. More...
#include "private.h"#include "sysdefs.h"#include "mythread.h"#include "lzma.h"#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <signal.h>#include <locale.h>#include <stdio.h>#include <unistd.h>#include "tuklib_gettext.h"#include "tuklib_progname.h"#include "tuklib_exit.h"#include "getopt.h"#include <ctype.h>Functions | |
| static void | parse_real (args_info *args, int argc, char **argv) |
| static void | parse_environment (args_info *args, char *argv0) |
| void | args_parse (args_info *args, int argc, char **argv) |
Variables | |
| bool | opt_stdout = false |
| bool | opt_force = false |
| bool | opt_keep_original = false |
| bool | opt_robot = false |
| const char * | stdin_filename = "(stdin)" |
Argument parsing.
1.6.3