Home
last modified time | relevance | path

Searched refs:longindex (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dgetoptl.c42 …char* const* argv, const char* optstring, const struct option* longopts, int* longindex, int flags) in golly() argument
142 …(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) in getopt_long() argument
144 return golly(argc, argv, optstring, longopts, longindex, 2); in getopt_long()
148 …(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) in getopt_long_only() argument
150 return golly(argc, argv, optstring, longopts, longindex, 1); in getopt_long_only()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwgetopt.c159 int *longindex) in dwgetopt_long() argument
260 *longindex = lo_num; in dwgetopt_long()
H A Ddwgetopt.h80 int *longindex);