Searched refs:dash (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/jam/
H A Dexpand.c227 char *dash; local
229 if( dash = strchr( bracket + 1, '-' ) )
230 *dash = '\0';
234 if( !dash )
236 else if( !dash[1] || dash[1] == MAGIC_RIGHT )
239 sub2 = atoi( dash + 1 ) - sub1;
/haiku-buildtools/legacy/binutils/binutils/
H A Ddllwrap.c245 const char *dash; local
249 dash = NULL;
254 dash = cp;
263 dash = NULL;
269 if (dash != NULL)
272 cmd = look_for_prog (name, prog_name, dash - prog_name + 1);
H A Ddlltool.c3416 char *dash, *slash, *cp; local
3418 dash = NULL;
3423 dash = cp;
3431 dash = NULL;
3437 if (dash != NULL)
3441 cmd = look_for_prog (prog_name, program_name, dash - program_name + 1);
/haiku-buildtools/binutils/binutils/
H A Ddllwrap.c247 const char *dash; local
251 dash = NULL;
256 dash = cp;
265 dash = NULL;
271 if (dash != NULL)
274 cmd = look_for_prog (name, prog_name, dash - prog_name + 1);
H A Ddlltool.c4427 char *dash, *slash, *cp;
4429 dash = NULL;
4434 dash = cp;
4442 dash = NULL;
4448 if (dash != NULL)
4452 cmd = look_for_prog (prog_name, program_name, dash - program_name + 1);
4426 char *dash, *slash, *cp; local
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c4939 char *str, *dash, *comma;
4952 dash = strchr (str, '-');
4953 if (!dash)
4958 *dash = '\0';
4959 comma = strchr (dash + 1, ',');
4970 last = decode_reg_name (dash + 1);
4973 warning (0, "unknown register name: %s", dash + 1);
4977 *dash = '-';
4981 warning (0, "%s-%s is an empty range", str, dash + 1);
4929 char *str, *dash, *comma; local
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh.c9554 char *str, *dash, *comma;
9567 dash = strchr (str, '-');
9568 if (!dash)
9573 *dash = '\0';
9574 comma = strchr (dash + 1, ',');
9585 last = decode_reg_name (dash + 1);
9588 warning (0, "unknown register name: %s", dash + 1);
9592 *dash = '-';
9596 warning (0, "%s-%s is an empty range", str, dash + 1);
9543 char *str, *dash, *comma; local
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa.c439 char *str, *dash, *comma;
453 dash = strchr (str, '-');
454 if (!dash)
459 *dash = '\0';
461 comma = strchr (dash + 1, ',');
472 last = decode_reg_name (dash + 1);
475 warning (0, "unknown register name: %s", dash + 1);
479 *dash = '-';
483 warning (0, "%s-%s is an empty range", str, dash + 1);
437 char *str, *dash, *comma; local
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c5979 char *str, *dash, *comma;
5993 dash = strchr (str, '-');
5994 if (!dash)
5999 *dash = '\0';
6001 comma = strchr (dash + 1, ',');
6012 last = decode_reg_name (dash + 1);
6015 warning (0, "unknown register name: %s", dash + 1);
6019 *dash = '-';
6023 warning (0, "%s-%s is an empty range", str, dash + 1);
5968 char *str, *dash, *comma; local
/haiku-buildtools/gcc/
H A DMakefile.tpl1765 ;; dep-subtarget extracts everything up to the first dash in the given
1770 ;; dep-module extracts everything up to the first dash in the given
/haiku-buildtools/binutils/
H A DMakefile.tpl1792 ;; dep-subtarget extracts everything up to the first dash in the given
1797 ;; dep-module extracts everything up to the first dash in the given
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex1376 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex1348 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex1422 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex1781 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex1412 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex1861 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex2092 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex2631 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex2487 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex2634 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex2505 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex2505 % and arrange explicitly to hyphenate at a dash.
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex2507 % and arrange explicitly to hyphenate at a dash.

Completed in 674 milliseconds