Home
last modified time | relevance | path

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

/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dcopy.c913 (void) src_sb; in set_author()
1890 struct stat src_sb; in copy_internal() local
1946 memset (&src_sb, 0, sizeof src_sb); in copy_internal()
2308 earlier_file = remember_copied (dst_name, src_sb.st_ino, src_sb.st_dev); in copy_internal()
2310 earlier_file = src_to_dest_lookup (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2314 earlier_file = src_to_dest_lookup (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2323 earlier_file = remember_copied (dst_name, src_sb.st_ino, src_sb.st_dev); in copy_internal()
2481 forget_created (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2497 forget_created (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2788 && lchown (dst_name, src_sb.st_uid, src_sb.st_gid) != 0 in copy_internal()
[all …]
H A Dinstall.c177 struct stat src_sb, dest_sb; in need_copy() local
185 if (lstat (src_name, &src_sb) != 0) in need_copy()
191 if (!S_ISREG (src_sb.st_mode) || !S_ISREG (dest_sb.st_mode) in need_copy()
192 || extra_mode (src_sb.st_mode) || extra_mode (dest_sb.st_mode)) in need_copy()
195 if (src_sb.st_size != dest_sb.st_size in need_copy()
526 change_timestamps (struct stat const *src_sb, char const *dest) in change_timestamps() argument
529 timespec[0] = get_stat_atime (src_sb); in change_timestamps()
530 timespec[1] = get_stat_mtime (src_sb); in change_timestamps()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dcopy.c879 (void) src_sb; in set_author()
1856 struct stat src_sb; in copy_internal() local
1910 memset (&src_sb, 0, sizeof src_sb); in copy_internal()
2271 earlier_file = remember_copied (dst_name, src_sb.st_ino, src_sb.st_dev); in copy_internal()
2273 earlier_file = src_to_dest_lookup (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2277 earlier_file = src_to_dest_lookup (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2286 earlier_file = remember_copied (dst_name, src_sb.st_ino, src_sb.st_dev); in copy_internal()
2444 forget_created (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2460 forget_created (src_sb.st_ino, src_sb.st_dev); in copy_internal()
2751 && lchown (dst_name, src_sb.st_uid, src_sb.st_gid) != 0 in copy_internal()
[all …]
H A Dinstall.c177 struct stat src_sb, dest_sb; in need_copy() local
185 if (lstat (src_name, &src_sb) != 0) in need_copy()
191 if (!S_ISREG (src_sb.st_mode) || !S_ISREG (dest_sb.st_mode) in need_copy()
192 || extra_mode (src_sb.st_mode) || extra_mode (dest_sb.st_mode)) in need_copy()
195 if (src_sb.st_size != dest_sb.st_size in need_copy()
526 change_timestamps (struct stat const *src_sb, char const *dest) in change_timestamps() argument
529 timespec[0] = get_stat_atime (src_sb); in change_timestamps()
530 timespec[1] = get_stat_mtime (src_sb); in change_timestamps()
/dports/sysutils/rset/rset-2.1/
H A Drutils.c65 struct stat src_sb; in install_if_new() local
68 if (stat(src, &src_sb) == -1) in install_if_new()
72 if ((stat(dst, &dst_sb) == -1) || (src_sb.st_mtime > dst_sb.st_mtime)) in install_if_new()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-hmtx-table.hh150 FWORD src_sb = *(lsbs + gids[i] - _mtx.num_advances); in subset() local
156 metric->sb = src_sb; in subset()
161 *((FWORD *) dest_pos) = src_sb; in subset()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-hmtx-table.hh150 FWORD src_sb = *(lsbs + gids[i] - _mtx.num_advances); in subset() local
156 metric->sb = src_sb; in subset()
161 *((FWORD *) dest_pos) = src_sb; in subset()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-hmtx-table.hh150 FWORD src_sb = *(lsbs + gids[i] - _mtx.num_advances); in subset() local
156 metric->sb = src_sb; in subset()
161 *((FWORD *) dest_pos) = src_sb; in subset()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-hmtx-table.hh150 FWORD src_sb = *(lsbs + gids[i] - _mtx.num_advances); in subset() local
156 metric->sb = src_sb; in subset()
161 *((FWORD *) dest_pos) = src_sb; in subset()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-hmtx-table.hh150 FWORD src_sb = *(lsbs + gids[i] - _mtx.num_advances); in subset() local
156 metric->sb = src_sb; in subset()
161 *((FWORD *) dest_pos) = src_sb; in subset()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-hmtx-table.hh150 FWORD src_sb = *(lsbs + gids[i] - _mtx.num_advances); in subset() local
156 metric->sb = src_sb; in subset()
161 *((FWORD *) dest_pos) = src_sb; in subset()
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirfile.c1542 struct stat src_sb; in virFileLinkPointsTo() local
1545 return (stat(checkLink, &src_sb) == 0 in virFileLinkPointsTo()
1547 && SAME_INODE(src_sb, dest_sb)); in virFileLinkPointsTo()
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-agent/
H A Dverify_files_utils.c1286 struct stat src_sb;
1287 local_changed_src = (lstat(changes_sourcefile, &src_sb) != -1);
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-agent/
H A Dverify_files_utils.c1286 struct stat src_sb;
1287 local_changed_src = (lstat(changes_sourcefile, &src_sb) != -1);
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-agent/
H A Dverify_files_utils.c1286 struct stat src_sb;
1287 local_changed_src = (lstat(changes_sourcefile, &src_sb) != -1);
/dports/sysutils/cfengine/cfengine-3.19.0/cf-agent/
H A Dverify_files_utils.c1286 struct stat src_sb;
1287 local_changed_src = (lstat(changes_sourcefile, &src_sb) != -1);
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-agent/
H A Dverify_files_utils.c1286 struct stat src_sb;
1287 local_changed_src = (lstat(changes_sourcefile, &src_sb) != -1);
/dports/devel/ncurses/ncurses-6.3/
H A Daclocal.m45217 struct stat src_sb, dst_sb;
5220 fclose(fp); stat(src, &src_sb);
5226 long diff = (dst_sb.st_mtime - src_sb.st_mtime);
/dports/sysutils/coreutils/coreutils-8.32/
H A DChangeLog1804 rather than accessing the src_sb again. Also unconditionally
1805 populate src_sb when !x->move_mode and in lint mode.
/dports/misc/gnuls/coreutils-8.30/
H A DChangeLog19 rather than accessing the src_sb again. Also unconditionally
20 populate src_sb when !x->move_mode and in lint mode.