Home
last modified time | relevance | path

Searched refs:statbuf (Results 151 – 175 of 6507) sorted by relevance

12345678910>>...261

/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/native/jni/native-lib/
H A Dcpio.c348 struct stat statbuf; in cpio_setFileReadonly() local
350 if (stat(filename, &statbuf) < 0) in cpio_setFileReadonly()
363 struct stat statbuf; in cpio_chmod() local
366 if (stat(filename, &statbuf) < 0) in cpio_chmod()
444 struct stat statbuf; in cpio_checkAccess() local
471 struct stat statbuf; in cpio_isFileExists() local
483 struct stat statbuf; in cpio_checkType() local
488 if (S_ISDIR(statbuf.st_mode)) in cpio_checkType()
498 struct stat statbuf; in cpio_getModificationTime() local
510 struct stat statbuf; in cpio_setModificationTime() local
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/replication/
H A Dbasebackup.c416 struct stat statbuf; in perform_base_backup() local
482 struct stat statbuf; in perform_base_backup() local
1099 struct stat statbuf; in sendFileWithContent() local
1116 statbuf.st_uid = 0; in sendFileWithContent()
1117 statbuf.st_gid = 0; in sendFileWithContent()
1124 statbuf.st_size = len; in sendFileWithContent()
1163 struct stat statbuf; in sendTablespace() local
1218 struct stat statbuf; in sendDir() local
1414 S_ISLNK(statbuf.st_mode) in sendDir()
1843 statbuf->st_mode, statbuf->st_uid, statbuf->st_gid, in _tarWriteHeader()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/replication/
H A Dbasebackup.c416 struct stat statbuf; in perform_base_backup() local
482 struct stat statbuf; in perform_base_backup() local
1099 struct stat statbuf; in sendFileWithContent() local
1116 statbuf.st_uid = 0; in sendFileWithContent()
1117 statbuf.st_gid = 0; in sendFileWithContent()
1124 statbuf.st_size = len; in sendFileWithContent()
1163 struct stat statbuf; in sendTablespace() local
1218 struct stat statbuf; in sendDir() local
1414 S_ISLNK(statbuf.st_mode) in sendDir()
1843 statbuf->st_mode, statbuf->st_uid, statbuf->st_gid, in _tarWriteHeader()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/replication/
H A Dbasebackup.c416 struct stat statbuf;
482 struct stat statbuf;
1099 struct stat statbuf;
1116 statbuf.st_uid = 0;
1117 statbuf.st_gid = 0;
1124 statbuf.st_size = len;
1163 struct stat statbuf;
1218 struct stat statbuf;
1414 S_ISLNK(statbuf.st_mode)
1843 statbuf->st_mode, statbuf->st_uid, statbuf->st_gid,
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/replication/
H A Dbasebackup.c416 struct stat statbuf; in perform_base_backup() local
482 struct stat statbuf; in perform_base_backup() local
1099 struct stat statbuf; in sendFileWithContent() local
1116 statbuf.st_uid = 0; in sendFileWithContent()
1117 statbuf.st_gid = 0; in sendFileWithContent()
1124 statbuf.st_size = len; in sendFileWithContent()
1163 struct stat statbuf; in sendTablespace() local
1218 struct stat statbuf; in sendDir() local
1414 S_ISLNK(statbuf.st_mode) in sendDir()
1843 statbuf->st_mode, statbuf->st_uid, statbuf->st_gid, in _tarWriteHeader()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/replication/
H A Dbasebackup.c416 struct stat statbuf; in perform_base_backup() local
482 struct stat statbuf; in perform_base_backup() local
1099 struct stat statbuf; in sendFileWithContent() local
1116 statbuf.st_uid = 0; in sendFileWithContent()
1117 statbuf.st_gid = 0; in sendFileWithContent()
1124 statbuf.st_size = len; in sendFileWithContent()
1163 struct stat statbuf; in sendTablespace() local
1218 struct stat statbuf; in sendDir() local
1414 S_ISLNK(statbuf.st_mode) in sendDir()
1843 statbuf->st_mode, statbuf->st_uid, statbuf->st_gid, in _tarWriteHeader()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/replication/
H A Dbasebackup.c416 struct stat statbuf; in perform_base_backup() local
482 struct stat statbuf; in perform_base_backup() local
1099 struct stat statbuf; in sendFileWithContent() local
1116 statbuf.st_uid = 0; in sendFileWithContent()
1117 statbuf.st_gid = 0; in sendFileWithContent()
1124 statbuf.st_size = len; in sendFileWithContent()
1163 struct stat statbuf; in sendTablespace() local
1218 struct stat statbuf; in sendDir() local
1414 S_ISLNK(statbuf.st_mode) in sendDir()
1843 statbuf->st_mode, statbuf->st_uid, statbuf->st_gid, in _tarWriteHeader()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/replication/
H A Dbasebackup.c416 struct stat statbuf; in perform_base_backup() local
482 struct stat statbuf; in perform_base_backup() local
1099 struct stat statbuf; in sendFileWithContent() local
1116 statbuf.st_uid = 0; in sendFileWithContent()
1117 statbuf.st_gid = 0; in sendFileWithContent()
1124 statbuf.st_size = len; in sendFileWithContent()
1163 struct stat statbuf; in sendTablespace() local
1218 struct stat statbuf; in sendDir() local
1414 S_ISLNK(statbuf.st_mode) in sendDir()
1843 statbuf->st_mode, statbuf->st_uid, statbuf->st_gid, in _tarWriteHeader()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_file.c255 struct stat statbuf; in apc_fs_stat() local
257 if ( lstat(name, &statbuf) < 0 ) in apc_fs_stat()
260 if ( stat(name, &statbuf) < 0 ) in apc_fs_stat()
263 statrec-> dev = statbuf. st_dev; in apc_fs_stat()
264 statrec-> ino = statbuf. st_ino; in apc_fs_stat()
265 statrec-> mode = statbuf. st_mode; in apc_fs_stat()
267 statrec-> uid = statbuf. st_uid; in apc_fs_stat()
268 statrec-> gid = statbuf. st_gid; in apc_fs_stat()
278 …statrec-> atim = (float) statbuf.ST_F(a).tv_sec + (float) statbuf.ST_F(a).tv_nsec / 1000000000.… in apc_fs_stat()
279 …statrec-> mtim = (float) statbuf.ST_F(m).tv_sec + (float) statbuf.ST_F(m).tv_nsec / 1000000000.… in apc_fs_stat()
[all …]
/dports/shells/ksh2020/ast-ksh2020/features/
H A Dlchmod_fallback.c22 struct stat statbuf; in main() local
50 rv = lstat(fname_hlink, &statbuf); in main()
55 fprintf(stdout, "<I> lstat(hlink %s) mode 0%o\n", fname_hlink, statbuf.st_mode); in main()
56 if ((statbuf.st_mode & 0777) != 0) { in main()
58 statbuf.st_mode); in main()
62 rv = lstat(fname_slink, &statbuf); in main()
67 fprintf(stdout, "<I> lstat(slink %s) mode 0%o\n", fname_slink, statbuf.st_mode); in main()
68 if ((statbuf.st_mode & 0777) != EXPECTED_SYMLINK_MODE) { in main()
70 EXPECTED_SYMLINK_MODE, statbuf.st_mode); in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dmy_redel.c96 MY_STAT statbuf; in my_copystat() local
98 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
101 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
105 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
118 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
121 my_error(EE_LINK_WARNING,MYF(ME_BELL+ME_WAITTANG),from,statbuf.st_nlink); in my_copystat()
124 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
140 timep.actime = statbuf.st_atime; in my_copystat()
141 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/
H A Dmy_redel.c96 MY_STAT statbuf; in my_copystat() local
98 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
101 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
105 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
118 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
121 my_error(EE_LINK_WARNING,MYF(ME_BELL+ME_WAITTANG),from,statbuf.st_nlink); in my_copystat()
124 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
140 timep.actime = statbuf.st_atime; in my_copystat()
141 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysys/
H A Dmy_redel.c96 MY_STAT statbuf; in my_copystat() local
98 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
101 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
105 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
118 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
121 my_error(EE_LINK_WARNING,MYF(ME_BELL+ME_WAITTANG),from,statbuf.st_nlink); in my_copystat()
124 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
140 timep.actime = statbuf.st_atime; in my_copystat()
141 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysys/
H A Dmy_redel.c96 MY_STAT statbuf; in my_copystat() local
98 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
101 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
105 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
118 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
121 my_error(EE_LINK_WARNING,MYF(ME_BELL+ME_WAITTANG),from,statbuf.st_nlink); in my_copystat()
124 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
140 timep.actime = statbuf.st_atime; in my_copystat()
141 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dmy_redel.c92 MY_STAT statbuf; in my_copystat() local
94 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
97 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
101 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
110 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
113 my_error(EE_LINK_WARNING,MYF(ME_BELL+ME_WAITTANG),from,statbuf.st_nlink); in my_copystat()
116 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
129 timep.actime = statbuf.st_atime; in my_copystat()
130 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmy_redel.c92 MY_STAT statbuf; in my_copystat() local
94 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
97 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
101 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
110 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
113 my_error(EE_LINK_WARNING,MYF(ME_BELL),from,statbuf.st_nlink); in my_copystat()
116 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
129 timep.actime = statbuf.st_atime; in my_copystat()
130 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmy_redel.c92 MY_STAT statbuf; in my_copystat() local
94 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
97 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
101 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
110 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
113 my_error(EE_LINK_WARNING,MYF(ME_BELL),from,statbuf.st_nlink); in my_copystat()
116 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
129 timep.actime = statbuf.st_atime; in my_copystat()
130 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmy_redel.c92 MY_STAT statbuf; in my_copystat() local
94 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
97 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
101 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
110 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
113 my_error(EE_LINK_WARNING,MYF(ME_BELL),from,statbuf.st_nlink); in my_copystat()
116 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
129 timep.actime = statbuf.st_atime; in my_copystat()
130 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dmy_redel.c92 MY_STAT statbuf; in my_copystat() local
94 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
97 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
101 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
110 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
113 my_error(EE_LINK_WARNING,MYF(ME_BELL+ME_WAITTANG),from,statbuf.st_nlink); in my_copystat()
116 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
129 timep.actime = statbuf.st_atime; in my_copystat()
130 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/mysql56-client/mysql-5.6.51/mysys/
H A Dmy_redel.c96 MY_STAT statbuf; in my_copystat() local
98 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
101 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
105 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
118 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
121 my_error(EE_LINK_WARNING,MYF(ME_BELL+ME_WAITTANG),from,statbuf.st_nlink); in my_copystat()
124 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
140 timep.actime = statbuf.st_atime; in my_copystat()
141 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/mysql55-client/mysql-5.5.62/mysys/
H A Dmy_redel.c84 struct stat statbuf; in my_copystat() local
86 if (stat(from, &statbuf)) in my_copystat()
93 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
97 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
106 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
109 my_error(EE_LINK_WARNING,MYF(ME_BELL+ME_WAITTANG),from,statbuf.st_nlink); in my_copystat()
112 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
124 timep.actime = statbuf.st_atime; in my_copystat()
125 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dmy_redel.c92 MY_STAT statbuf; in my_copystat() local
94 if (my_stat(from, &statbuf, MyFlags) == NULL) in my_copystat()
97 if ((statbuf.st_mode & S_IFMT) != S_IFREG) in my_copystat()
101 if (chmod(to, statbuf.st_mode & 07777)) in my_copystat()
110 if (statbuf.st_nlink > 1 && MyFlags & MY_LINK_WARNING) in my_copystat()
113 my_error(EE_LINK_WARNING,MYF(ME_BELL),from,statbuf.st_nlink); in my_copystat()
116 if (chown(to, statbuf.st_uid, statbuf.st_gid)) in my_copystat()
129 timep.actime = statbuf.st_atime; in my_copystat()
130 timep.modtime = statbuf.st_mtime; in my_copystat()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/replication/
H A Dbasebackup.c419 struct stat statbuf; in perform_base_backup() local
487 struct stat statbuf; in perform_base_backup() local
1094 struct stat statbuf; in sendFileWithContent() local
1109 statbuf.st_uid = 0; in sendFileWithContent()
1110 statbuf.st_gid = 0; in sendFileWithContent()
1117 statbuf.st_size = len; in sendFileWithContent()
1153 struct stat statbuf; in sendTablespace() local
1208 struct stat statbuf; in sendDir() local
1404 S_ISLNK(statbuf.st_mode) in sendDir()
1834 statbuf->st_mode, statbuf->st_uid, statbuf->st_gid, in _tarWriteHeader()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/replication/
H A Dbasebackup.c419 struct stat statbuf;
487 struct stat statbuf;
1094 struct stat statbuf;
1109 statbuf.st_uid = 0;
1110 statbuf.st_gid = 0;
1117 statbuf.st_size = len;
1153 struct stat statbuf;
1208 struct stat statbuf;
1404 S_ISLNK(statbuf.st_mode)
1834 statbuf->st_mode, statbuf->st_uid, statbuf->st_gid,
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/replication/
H A Dbasebackup.c419 struct stat statbuf;
487 struct stat statbuf;
1094 struct stat statbuf;
1109 statbuf.st_uid = 0;
1110 statbuf.st_gid = 0;
1117 statbuf.st_size = len;
1153 struct stat statbuf;
1208 struct stat statbuf;
1404 S_ISLNK(statbuf.st_mode)
1834 statbuf->st_mode, statbuf->st_uid, statbuf->st_gid,
[all …]

12345678910>>...261