Home
last modified time | relevance | path

Searched refs:pr_program (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/diff/src/
H A Dutil.c29 char const pr_program[] = PR_PROGRAM; variable
217 execl (pr_program, pr_program, "-h", name, (char *) 0); in begin_output()
228 char *command = xmalloc (sizeof pr_program - 1 + 7 in begin_output()
231 sprintf (command, "%s -f -h ", pr_program); in begin_output()
232 p = command + sizeof pr_program - 1 + 7; in begin_output()
309 pr_program, status); in finish_output()
H A Ddiff.h352 extern char const pr_program[];
H A Ddiff.c405 if (!pr_program[0]) in main()
/freebsd-14.2/contrib/diff/
H A DChangeLog1783 (pr_program): New decl.
2050 * util.c (pr_program): New var.