Home
last modified time | relevance | path

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

/plan9/sys/src/ape/cmd/diff/
H A Ddiff3.c203 static char const diff_program[] = DIFF_PROGRAM; variable
1152 *ap++ = diff_program;
1175 execve (diff_program, (char **) argv, environ);
1177 write (STDERR_FILENO, diff_program, strlen (diff_program));
1191 char *command = xmalloc (sizeof (diff_program) + 30 + INT_STRLEN_BOUND (int)
1195 diff_program, horizon_lines);