|
lftp
4.4.6
About: lftp is a command line ftp client (FTP, HTTP, ssl support, background transfer, reget, reput, ...)
Fossies Dox: lftp-4.4.6.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |

Go to the source code of this file.
Macros | |
| #define | NULL 0 |
Functions | |
| int | getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) |
| int | _getopt_long_r (int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) |
| int | getopt_long_only (int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) |
| int | _getopt_long_only_r (int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) |
Definition at line 36 of file getopt1.c.
Referenced by TRIO_ARGS1(), TRIO_ARGS2(), TRIO_ARGS3(), TRIO_ARGS4(), TRIO_ARGS5(), TRIO_ARGS6(), TRIO_VARGS2(), TRIO_VARGS3(), TRIO_VARGS4(), and TrioStringAlloc().
| int _getopt_long_only_r | ( | int | argc, |
| char ** | argv, | ||
| const char * | options, | ||
| const struct option * | long_options, | ||
| int * | opt_index, | ||
| struct _getopt_data * | d | ||
| ) |
Definition at line 71 of file getopt1.c.
References _getopt_internal_r().
| int _getopt_long_r | ( | int | argc, |
| char ** | argv, | ||
| const char * | options, | ||
| const struct option * | long_options, | ||
| int * | opt_index, | ||
| struct _getopt_data * | d | ||
| ) |
Definition at line 48 of file getopt1.c.
References _getopt_internal_r().
| int getopt_long | ( | int | argc, |
| char *__getopt_argv_const * | argv, | ||
| const char * | options, | ||
| const struct option * | long_options, | ||
| int * | opt_index | ||
| ) |
Definition at line 40 of file getopt1.c.
References _getopt_internal().
| int getopt_long_only | ( | int | argc, |
| char *__getopt_argv_const * | argv, | ||
| const char * | options, | ||
| const struct option * | long_options, | ||
| int * | opt_index | ||
| ) |
Definition at line 62 of file getopt1.c.
References _getopt_internal().