Home
last modified time | relevance | path

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

/freebsd/contrib/libdiff/lib/
H A Ddiff_output.c414 return info->right_path ? info->right_path : "b"; in diff_output_get_label_right()
/freebsd/contrib/libdiff/include/
H A Ddiff_output.h20 const char *right_path; member
/freebsd/usr.bin/diff/
H A Ddiffreg_new.c207 info.right_path = (label[1] != NULL) ? in diffreg_new()