Searched refs:stat_result (Results 1 – 1 of 1) sorted by relevance
68 int stat_result; in target_directory_operand() local74 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()