Searched refs:opt_end (Results 1 – 4 of 4) sorted by relevance
/external/fio/lib/ |
D | getopt_long.c | 76 const char *opt_end = NULL; in getopt_long_only() local 87 if ((opt_end = option_matches(carg+2, lo->name))) in getopt_long_only() 90 if (!opt_end) in getopt_long_only() 96 if (*opt_end == '=') { in getopt_long_only() 98 optarg = (char *)opt_end+1; in getopt_long_only()
|
/external/openssh/openbsd-compat/ |
D | getopt_long.c | 139 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument 149 nopts = opt_end - panonopt_end; in permute_args() 151 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
|
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 122 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument 132 nopts = opt_end - panonopt_end; in permute_args() 134 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
|
/external/tcpdump/missing/ |
D | getopt_long.c | 139 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument 149 nopts = opt_end - panonopt_end; in permute_args() 151 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
|