HomeSort by relevance Sort by last modified time
    Searched refs:opt_end (Results 1 - 10 of 10) sorted by null

  /external/fio/oslib/
getopt_long.c 76 const char *opt_end = NULL; local
87 opt_end = option_matches(carg+2, lo->name, 0);
88 if (opt_end)
97 if (!opt_end) {
106 if (!opt_end) {
107 opt_end = ret;
110 opt_end = NULL;
114 if (!opt_end)
122 if (*opt_end == '=') {
124 optarg = (char *)opt_end+1
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
miniopt.h 39 bool opt_end; /* at end of options (passed a "--") */ member in struct:miniopt
  /external/syslinux/com32/lib/
getopt_long.c 70 const char *opt_end = NULL; local
81 if ((opt_end = option_matches(carg+2, lo->name)))
84 if (!opt_end)
90 if (*opt_end == '=') {
92 optarg = (char *)opt_end+1;
  /external/syslinux/libinstaller/getopt/
getopt_long.c 70 const char *opt_end = NULL; local
81 if ((opt_end = option_matches(carg+2, lo->name)))
84 if (!opt_end)
90 if (*opt_end == '=') {
92 optarg = (char *)opt_end+1;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
miniopt.c 79 if (!t->opt_end && !strcmp(p, "--")) {
80 t->opt_end = TRUE;
89 if (t->opt_end) {
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 151 * from nonopt_end to opt_end (keeping the same order of arguments
155 permute_args(int panonopt_start, int panonopt_end, int opt_end,
165 nopts = opt_end - panonopt_end;
167 cyclelen = (opt_end - panonopt_start) / ncycle;
  /external/mesa3d/src/getopt/
getopt_long.c 118 * from nonopt_end to opt_end (keeping the same order of arguments
122 permute_args(int panonopt_start, int panonopt_end, int opt_end,
132 nopts = opt_end - panonopt_end;
134 cyclelen = (opt_end - panonopt_start) / ncycle;
  /external/openssh/openbsd-compat/
getopt_long.c 135 * from nonopt_end to opt_end (keeping the same order of arguments
139 permute_args(int panonopt_start, int panonopt_end, int opt_end,
149 nopts = opt_end - panonopt_end;
151 cyclelen = (opt_end - panonopt_start) / ncycle;
  /external/tcpdump/missing/
getopt_long.c 135 * from nonopt_end to opt_end (keeping the same order of arguments
139 permute_args(int panonopt_start, int panonopt_end, int opt_end,
149 nopts = opt_end - panonopt_end;
151 cyclelen = (opt_end - panonopt_start) / ncycle;
  /toolchain/binutils/binutils-2.25/bfd/
ecofflink.c 368 struct shuffle *opt_end;
487 ainfo->opt_end = NULL;
942 if (!add_file_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end,
993 if (!add_memory_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, out,
366 struct shuffle *opt_end; member in struct:accumulate
    [all...]

Completed in 2234 milliseconds