Searched refs:samefile (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y1204 static int samefile = FALSE;
1275 if (! samefile) {
1301 samefile = TRUE;
1340 samefile = FALSE;
H A Dawkgram.c3043 static int samefile = FALSE;
3114 if (! samefile) {
3140 samefile = TRUE;
3179 samefile = FALSE;
3039 static int samefile = FALSE; local
/haiku-fatelf/src/bin/findutils/find/
H A Dparser.c271 PARSE_TEST ("samefile", samefile), /* GNU */
858 error(0, 0,_("warning: Unix filenames usually don't contain slashes (though pathnames do). That means that '%s %s' will probably evaluate to false all the time on this system. You might find the '-wholename' test more useful, or perhaps '-samefile'. Alternatively, if you are using GNU grep, you could use 'find ... -print0 | grep -FzZ %s'."),

Completed in 55 milliseconds