Searched refs:cache_fstatat (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | remove.c | 59 cache_fstatat (int fd, char const *file, struct stat *st, int flag) in cache_fstatat() function 102 if (cache_fstatat (fd_cwd, file, buf, AT_SYMLINK_NOFOLLOW) != 0) in write_protected_non_symlink() 225 if (cache_fstatat (fd_cwd, filename, sbuf, AT_SYMLINK_NOFOLLOW) == 0) in prompt() 303 if (cache_fstatat (fd_cwd, filename, sbuf, AT_SYMLINK_NOFOLLOW) != 0) in prompt()
|