| /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/gpl3/gdb.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 | 116 char *opts, *opt, *opt_end; local 120 for (opt = opt_end = opts; opt_end != NULL; opt = opt_end + 1) 122 if ((opt_end = strchr (opt, ',')) != NULL) 123 *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 | 176 char *opts = xstrdup (opts_in), *opt = opts, *opt_end = opts; local 180 for ( ; opt_end != NULL; opt = opt_end + 1) 182 if ((opt_end = strchr (opt, ',')) != NULL) 183 *opt_end = 0;
|
| /src/external/gpl3/gdb/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/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/external/gpl3/gdb.old/dist/bfd/ |
| ecofflink.c | 369 struct shuffle *opt_end; 488 ainfo->opt_end = NULL; 943 if (!add_file_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, 994 if (!add_memory_shuffle (ainfo, &ainfo->opt, &ainfo->opt_end, out, 367 struct shuffle *opt_end; member in struct:accumulate
|
| /src/external/gpl3/gdb/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 | 1223 char *opt_end; local 1224 redundant = strtoimax(opt + 1, &opt_end, 10); 1225 if (opt_end != opt + 1 && !*opt_end) {
|