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

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c151 static const char *print_prog_name = NULL; variable
3694 print_prog_name = argv[i] + 17;
6507 if (print_prog_name)
6509 char *newname = find_a_file (&exec_prefixes, print_prog_name, X_OK, 0);
6510 printf ("%s\n", (newname ? newname : print_prog_name));

Completed in 101 milliseconds