HomeSort by relevance Sort by last modified time
    Searched defs:nonopt_end (Results 1 - 5 of 5) sorted by null

  /system/core/logcat/include/log/
getopt.h 45 int nonopt_end; member in struct:getopt_context
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 111 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
150 * Exchange the block from nonopt_start to nonopt_end with the block
151 * from nonopt_end to opt_end (keeping the same order of arguments
389 nonopt_start = nonopt_end = -1;
395 if (nonopt_end != -1) {
397 permute_args(nonopt_start, nonopt_end,
399 optind -= nonopt_end - nonopt_start;
408 nonopt_start = nonopt_end = -1;
436 else if (nonopt_end != -1) {
437 permute_args(nonopt_start, nonopt_end,
    [all...]
  /external/mesa3d/src/getopt/
getopt_long.c 88 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
117 * Exchange the block from nonopt_start to nonopt_end with the block
118 * from nonopt_end to opt_end (keeping the same order of arguments
309 nonopt_start = nonopt_end = -1;
315 if (nonopt_end != -1) {
317 permute_args(nonopt_start, nonopt_end,
319 optind -= nonopt_end - nonopt_start;
328 nonopt_start = nonopt_end = -1;
352 else if (nonopt_end != -1) {
353 permute_args(nonopt_start, nonopt_end,
    [all...]
  /external/openssh/openbsd-compat/
getopt_long.c 105 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
134 * Exchange the block from nonopt_start to nonopt_end with the block
135 * from nonopt_end to opt_end (keeping the same order of arguments
326 nonopt_start = nonopt_end = -1;
332 if (nonopt_end != -1) {
334 permute_args(nonopt_start, nonopt_end,
336 optind -= nonopt_end - nonopt_start;
345 nonopt_start = nonopt_end = -1;
369 else if (nonopt_end != -1) {
370 permute_args(nonopt_start, nonopt_end,
    [all...]
  /external/tcpdump/missing/
getopt_long.c 95 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
134 * Exchange the block from nonopt_start to nonopt_end with the block
135 * from nonopt_end to opt_end (keeping the same order of arguments
395 if (nonopt_end != -1) {
397 permute_args(nonopt_start, nonopt_end,
399 optind -= nonopt_end - nonopt_start;
408 nonopt_start = nonopt_end = -1;
436 else if (nonopt_end != -1) {
437 permute_args(nonopt_start, nonopt_end,
440 (nonopt_end - nonopt_start)
    [all...]

Completed in 748 milliseconds