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)  

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
getopt1.c File Reference
#include <config.h>
#include "getopt.h"
#include "getopt_int.h"
#include <stdio.h>
Include dependency graph for getopt1.c:

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)
 

Macro Definition Documentation

Function Documentation

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().