HomeSort by: relevance | last modified time | path
    Searched refs:opt_end (Results 1 - 17 of 17) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/Bin/
iosnoop 106 opt_mount=0; opt_start=0 opt_end=0; opt_endstr=0; opt_ins=0; opt_nums=0
128 t) opt_end=1 ;;
162 opt_end=0; opt_endstr=0; opt_nums=0; opt_ins=0; opt_dtime=0
190 inline int OPT_end = '$opt_end';
211 OPT_end ? printf("%-14s ","TIME") : 1;
324 OPT_end ? printf("%-14d ", this->etime/1000) : 1;
  /src/external/cddl/dtracetoolkit/dist/
iosnoop 106 opt_mount=0; opt_start=0 opt_end=0; opt_endstr=0; opt_ins=0; opt_nums=0
128 t) opt_end=1 ;;
162 opt_end=0; opt_endstr=0; opt_nums=0; opt_ins=0; opt_dtime=0
190 inline int OPT_end = '$opt_end';
214 OPT_end ? printf("%-14s ","TIME(us)") : 1;
327 OPT_end ? printf("%-14d ", this->etime/1000) : 1;
  /src/external/gpl3/binutils/dist/opcodes/
bpf-dis.c 96 char *opts = xstrdup (opts_in), *opt = opts, *opt_end = opts; local
98 for ( ; opt_end != NULL; opt = opt_end + 1)
100 if ((opt_end = strchr (opt, ',')) != NULL)
101 *opt_end = 0;
loongarch-dis.c 131 char *opts, *opt, *opt_end; local
135 for (opt = opt_end = opts; opt_end != NULL; opt = opt_end + 1)
137 if ((opt_end = strchr (opt, ',')) != NULL)
138 *opt_end = 0;
disassemble.c 841 char *opt_end = strchr (opt, ','); local
842 if (opt_end != NULL)
843 *opt_end = 0;
845 if (opt_end == NULL)
847 *opt_end = ',';
848 opt = opt_end + 1;
riscv-dis.c 171 char *opts = xstrdup (opts_in), *opt = opts, *opt_end = opts; local
175 for ( ; opt_end != NULL; opt = opt_end + 1)
177 if ((opt_end = strchr (opt, ',')) != NULL)
178 *opt_end = 0;
  /src/external/gpl3/binutils.old/dist/opcodes/
bpf-dis.c 96 char *opts = xstrdup (opts_in), *opt = opts, *opt_end = opts; local
98 for ( ; opt_end != NULL; opt = opt_end + 1)
100 if ((opt_end = strchr (opt, ',')) != NULL)
101 *opt_end = 0;
loongarch-dis.c 121 char *opts, *opt, *opt_end; local
125 for (opt = opt_end = opts; opt_end != NULL; opt = opt_end + 1)
127 if ((opt_end = strchr (opt, ',')) != NULL)
128 *opt_end = 0;
csky-dis.c 272 char *opt_end = opts; local
274 for (; opt_end != NULL; opt = opt_end + 1)
276 if ((opt_end = strchr (opt, ',')) != NULL)
277 *opt_end = 0;
riscv-dis.c 171 char *opts = xstrdup (opts_in), *opt = opts, *opt_end = opts; local
175 for ( ; opt_end != NULL; opt = opt_end + 1)
177 if ((opt_end = strchr (opt, ',')) != NULL)
178 *opt_end = 0;
  /src/external/bsd/file/dist/src/
getopt_long.c 139 * from nonopt_end to opt_end (keeping the same order of arguments
143 permute_args(panonopt_start, panonopt_end, opt_end, nargv)
146 int opt_end;
158 nopts = opt_end - panonopt_end;
160 cyclelen = (opt_end - panonopt_start) / ncycle;
  /src/lib/libc/stdlib/
getopt_long.c 128 * from nonopt_end to opt_end (keeping the same order of arguments
132 permute_args(int panonopt_start, int panonopt_end, int opt_end, char **nargv)
143 nopts = opt_end - panonopt_end;
145 cyclelen = (opt_end - panonopt_start) / ncycle;
  /src/external/bsd/libfido2/dist/openbsd-compat/
getopt_long.c 126 * from nonopt_end to opt_end (keeping the same order of arguments
130 permute_args(int panonopt_start, int panonopt_end, int opt_end,
140 nopts = opt_end - panonopt_end;
142 cyclelen = (opt_end - panonopt_start) / ncycle;
  /src/external/bsd/tcpdump/dist/missing/
getopt_long.c 137 * from nonopt_end to opt_end (keeping the same order of arguments
141 permute_args(int panonopt_start, int panonopt_end, int opt_end,
151 nopts = opt_end - panonopt_end;
153 cyclelen = (opt_end - panonopt_start) / ncycle;
  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 379 struct shuffle *opt_end;
498 ainfo->opt_end = NULL;
953 if (!add_file_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end,
1004 if (!add_memory_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, out,
378 struct shuffle *opt_end; member in struct:accumulate
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 379 struct shuffle *opt_end;
498 ainfo->opt_end = NULL;
953 if (!add_file_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end,
1004 if (!add_memory_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, out,
378 struct shuffle *opt_end; member in struct:accumulate
  /src/lib/libc/time/
zic.c 1207 char *opt_end; local
1208 redundant = strtoimax(opt + 1, &opt_end, 10);
1209 if (opt_end != opt + 1 && !*opt_end) {

Completed in 54 milliseconds