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

/freebsd-11.0-release/contrib/gperf/doc/
H A Dhelp2man29 my $this_program = 'help2man';
32 GNU $this_program $this_version
42 `$this_program' generates a man page out of `--help' and `--version' output.
44 Usage: $this_program [OPTION]... EXECUTABLE
101 die "$this_program: can't open `$inc' ($!)\n"
147 die "$this_program: no valid information found in `$inc'\n"
166 or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
177 or die "$this_program: can't unlink $opt_output ($!)\n"
181 or die "$this_program: can't create $opt_output ($!)\n";
472 .\\" DO NOT MODIFY THIS FILE! It was generated by $this_program
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dlibgcov.c163 struct gcov_summary this_program; local
176 memset (&this_program, 0, sizeof (this_program));
185 cs_ptr = &this_program.ctrs[t_ix];
432 cs_tprg = &this_program.ctrs[t_ix];

Completed in 64 milliseconds