Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Dtargetdir.c67 int try_to_open = 1; in target_directory_operand() local
77 try_to_open = S_ISDIR (st->st_mode); in target_directory_operand()
84 try_to_open = errno == EOVERFLOW; in target_directory_operand()
88 if (try_to_open) in target_directory_operand()