Home
last modified time | relevance | path

Searched refs:GETOPT_LONG_OPTION_T (Results 1 - 2 of 2) sorted by relevance

/third_party/ninja/src/
H A Dgetopt.h13 /* GETOPT_LONG_OPTION_T: The type of long option */
14 typedef struct GETOPT_LONG_OPTION_T struct
26 } GETOPT_LONG_OPTION_T; typedef
28 typedef GETOPT_LONG_OPTION_T option;
46 const GETOPT_LONG_OPTION_T * longopts, int *longind);
48 const GETOPT_LONG_OPTION_T * longopts, int *longind);
H A Dgetopt.c33 element of an array of type GETOPT_LONG_OPTION_T. The last element of the
147 GETOPT_LONG_OPTION_T * longopts, int *longind, int only) in getopt_internal()
398 const GETOPT_LONG_OPTION_T * longopts, int *longind) in getopt_long()
400 return getopt_internal (argc, argv, (char*)shortopts, (GETOPT_LONG_OPTION_T*)longopts, longind, 0); in getopt_long()
405 const GETOPT_LONG_OPTION_T * longopts, int *longind) in getopt_long_only()
407 return getopt_internal (argc, argv, (char*)shortopts, (GETOPT_LONG_OPTION_T*)longopts, longind, 1); in getopt_long_only()

Completed in 2 milliseconds