Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c5187 Stat_t src_st; local
5191 src_sts = flex_lstat(src, &src_st);
5197 if (src_st.st_devnam[0] == 0) {
5206 if (dst_st.st_dev != src_st.st_dev) {
5216 if (!VMS_INO_T_COMPARE(src_st.st_ino, dst_st.st_ino)) {
5221 if (S_ISDIR(src_st.st_mode) && !S_ISDIR(dst_st.st_mode)) {
5245 if (!S_ISDIR(dst_st.st_mode) || S_ISDIR(src_st.st_mode)) {
5304 if (S_ISDIR(src_st.st_mode)) {
5385 old_file_dsc.dsc$a_pointer = src_st.st_devnam;
5386 old_file_dsc.dsc$w_length = strlen(src_st.st_devnam);
[all …]