Lines Matching refs:d_name
1266 if ((strcmp(dp->d_name, ".") == 0) || in rcopy()
1267 (strcmp(dp->d_name, "..") == 0)) in rcopy()
1269 if (strlen(from)+1+strlen(dp->d_name) >= in rcopy()
1273 cmd, from, dp->d_name); in rcopy()
1278 "%s/%s", from, dp->d_name); in rcopy()
1750 " %s: %s"), cmd, dp->d_name,
1766 "%s\n"), cmd, dp->d_name, target);
1775 dp->d_name, dp->d_name, &s3, &s4) != 0) {
1791 " %s: "), cmd, dp->d_name, target);
1803 if (utimensat(targetdirfd, dp->d_name, times, 0) < 0) {
1818 " %s: "), cmd, dp->d_name, target);
1824 " %s for %s: "), cmd, dp->d_name, target);
1835 "%s\n"), cmd, dp->d_name, target);
1937 if (dp->d_name != NULL) {
1938 res = sysattr_list(cmd, srcattrfd, dp->d_name);
1953 dp->d_name, source, target);
2134 if ((dp->d_name[0] == '.' && dp->d_name[1] == '\0') ||
2135 (dp->d_name[0] == '.' && dp->d_name[1] == '.' &&
2136 dp->d_name[2] == '\0') ||
2137 (sysattr_type(dp->d_name) == _RO_SATTR) ||
2138 (sysattr_type(dp->d_name) == _RW_SATTR))
2141 if ((srcattrfd = openat(sourcedirfd, dp->d_name,
2146 " file %s: "), cmd, dp->d_name, source);
2158 " %s: "), cmd, dp->d_name, source);
2166 (void) unlinkat(targetdirfd, dp->d_name, 0);
2167 if ((targattrfd = openat(targetdirfd, dp->d_name,
2172 " %s on file %s: "), cmd, dp->d_name,
2180 if ((targattrfd = openat(targetdirfd, dp->d_name,
2185 " %s on file %s: "), cmd, dp->d_name,
2200 " %s: "), cmd, dp->d_name, target);