Home
last modified time | relevance | path

Searched refs:strip_off_ending (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtoplev.h32 extern void strip_off_ending PARAMS ((char *, int));
Dtoplev.c1768 strip_off_ending (name, len) in strip_off_ending() function
4538 strip_off_ending (argv[1], strlen (argv[1]));
4796 strip_off_ending (dumpname, len);
5490 strip_off_ending (name, strlen (name)); in do_compile()
DChangeLog.03910 * toplev.h (count_error, strip_off_ending, error_for_asm,
8228 * toplev.c (strip_off_ending): Generalize to endings up to 5 chars.
DFSFChangeLog.106287 * toplev.c (strip_off_ending): Strip off any ending; don't
/openbsd/src/gnu/gcc/gcc/
Dtoplev.h32 extern void strip_off_ending (char *, int);
Dtoplev.c637 strip_off_ending (char *name, int len) in strip_off_ending() function
1282 strip_off_ending (dumpname, len); in init_asm_output()
1589 strip_off_ending (name, strlen (name)); in process_options()
Dopts.c789 strip_off_ending (tmp, strlen (tmp)); in common_handle_option()