Searched refs:longind (Results 1 – 5 of 5) sorted by relevance
/external/flac/include/share/ |
D | getopt.h | 156 const struct share__option *longopts, int *longind); 159 const struct share__option *longopts, int *longind); 164 const struct share__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/libusb/examples/getopt/ |
D | getopt.c | 511 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() argument 516 int *longind; 742 if (longind != NULL) 743 *longind = option_index; 914 if (longind != NULL) 915 *longind = option_index;
|
/external/syslinux/lzo/src/ |
D | lzo_supp.h | 1283 int* longind); 2429 int* longind) in LZOLIB_PUBLIC() 2445 if (longind) in LZOLIB_PUBLIC() 2446 *longind = -1; in LZOLIB_PUBLIC() 2519 if (longind) in LZOLIB_PUBLIC() 2520 *longind = (int) (o - longopts); in LZOLIB_PUBLIC()
|
D | miniacc.h | 4052 int* longind);
|