Searched refs:longind (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/win32/Include/ |
D | getopt.h | 116 const struct option *longopts, int *longind); 119 const struct option *longopts, int *longind); 124 const struct option *longopts, int *longind,
|
/external/e2fsprogs/include/nonunix/ |
D | getopt.h | 113 const struct option *longopts, int *longind); 116 const struct option *longopts, int *longind); 121 const struct option *longopts, int *longind,
|
/external/bison/lib/ |
D | getopt.c | 347 const struct option *longopts, int *longind, in _getopt_internal_r() argument 714 if (longind != NULL) in _getopt_internal_r() 715 *longind = option_index; in _getopt_internal_r() 1043 if (longind != NULL) in _getopt_internal_r() 1044 *longind = option_index; in _getopt_internal_r() 1129 const struct option *longopts, int *longind, int long_only, in _getopt_internal() argument 1138 longind, long_only, &getopt_data, in _getopt_internal()
|