Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Dtargetdir.c68 int stat_result; in target_directory_operand() local
74 stat_result = stat (file, st); in target_directory_operand()
75 if (stat_result == 0) in target_directory_operand()
97 errno = (((O_DIRECTORY ? stat (file, st) : stat_result) == 0 in target_directory_operand()