Searched refs:long_only (Results 1 – 4 of 4) sorted by relevance
/external/libusb/msvc/getopt/ |
D | getopt.c | 511 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() argument 517 int long_only; 642 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1]))))) 675 else if (long_only 756 if (!long_only || argv[optind][1] == '-'
|
/external/flac/src/share/getopt/ |
D | getopt.c | 524 share___getopt_internal (argc, argv, optstring, longopts, longind, long_only) in share___getopt_internal() argument 530 int long_only; 648 || (long_only && (argv[share__optind][2] || !my_index (optstring, argv[share__optind][1]))))) 758 if (!long_only || argv[share__optind][1] == '-'
|
/external/flac/include/share/ |
D | getopt.h | 165 int long_only);
|
/external/e2fsprogs/include/nonunix/ |
D | getopt.h | 122 int long_only);
|