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

/src/usr.bin/diff/
H A Ddiff.h106 extern char *start, *ifdefname, *diffargs, *label[2];
H A Dpr.c53 xasprintf(&header, "%s %s %s", diffargs, file1, file2);
H A Ddiff.c43 char *start, *ifdefname, *diffargs, *label[2]; variable in typeref:typename:char ***
414 diffargs = xmalloc(argsize);
415 strlcpy(diffargs, "diff", argsize);
418 strlcat(diffargs, " ", argsize);
419 strlcat(diffargs, *ap, argsize);
H A Ddiffreg.c1053 printf("%s %s %s\n", diffargs, file1, file2);

Completed in 5 milliseconds