Home
last modified time | relevance | path

Searched refs:print_prog_name (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dgcc.c151 static const char *print_prog_name = NULL; variable
3673 print_prog_name = argv[i] + 17; in process_command()
6481 if (print_prog_name) in main()
6483 char *newname = find_a_file (&exec_prefixes, print_prog_name, X_OK, 0); in main()
6484 printf ("%s\n", (newname ? newname : print_prog_name)); in main()
DChangeLog-199917978 * gcc.c (print_file_name, print_prog_name, spec_machine,