Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/src/
H A Ddiff.c1356 char *link_value[2] = { NULL, NULL }; in compare_files() local
1360 link_value[f] = xreadlink (cmp.file[f].name); in compare_files()
1361 if (link_value[f] == NULL) in compare_files()
1370 if ( ! STREQ (link_value[0], link_value[1])) in compare_files()
1379 free (link_value[f]); in compare_files()