Home
last modified time | relevance | path

Searched refs:stat_buff (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmy_atomic_writes.c118 struct stat stat_buff; in test_if_shannon_card_exists() local
122 if (stat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
136 (ulong) stat_buff.st_dev, in test_if_shannon_card_exists()
137 (ulong) stat_buff.st_rdev, in test_if_shannon_card_exists()
154 if (stat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
236 struct stat stat_buff; in shannon_has_atomic_write() local
238 if (fstat(file, &stat_buff) < 0) in shannon_has_atomic_write()
248 (ulong) stat_buff.st_dev, (ulong) stat_buff.st_rdev); in shannon_has_atomic_write()
294 struct stat stat_buff; in test_if_sfx_card_exists() local
353 struct stat stat_buff; in sfx_has_atomic_write() local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dmy_atomic_writes.c118 struct stat stat_buff; in test_if_shannon_card_exists() local
122 if (stat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
136 (ulong) stat_buff.st_dev, in test_if_shannon_card_exists()
137 (ulong) stat_buff.st_rdev, in test_if_shannon_card_exists()
154 if (stat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
236 struct stat stat_buff; in shannon_has_atomic_write() local
238 if (fstat(file, &stat_buff) < 0) in shannon_has_atomic_write()
248 (ulong) stat_buff.st_dev, (ulong) stat_buff.st_rdev); in shannon_has_atomic_write()
294 struct stat stat_buff; in test_if_sfx_card_exists() local
353 struct stat stat_buff; in sfx_has_atomic_write() local
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg5/
H A Dfile-status.c36 ( strncpy( dest, ctime(&stat_buff.st_field), 24 ), dest[24]='\0', dest )
38 struct stat stat_buff; local
44 stat_ret = stat( file_name_string, &stat_buff );
47 uidpasswd = getpwuid( stat_buff.st_uid );
48 gidgroup = getgrgid( stat_buff.st_gid );
49 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
50 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
51 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
53 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
54 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macintel/
H A Dfile-status.c36 ( strncpy( dest, ctime(&stat_buff.st_field), 24 ), dest[24]='\0', dest )
38 struct stat stat_buff; local
44 stat_ret = stat( file_name_string, &stat_buff );
47 uidpasswd = getpwuid( stat_buff.st_uid );
48 gidgroup = getgrgid( stat_buff.st_gid );
49 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
50 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
51 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
53 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
54 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/armv6/
H A Dfile-status.c64 struct stat stat_buff; local
70 stat_ret = stat( file_name_string, &stat_buff );
73 uidpasswd = getpwuid( stat_buff.st_uid );
74 gidgroup = getgrgid( stat_buff.st_gid );
75 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
76 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
77 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
78 RET_INFO( 3, stat_buff.st_size, NULL ); /* No string for file size. */
79 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
80 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/freeBSD64/
H A Dfile-status.c64 struct stat stat_buff; local
70 stat_ret = stat( file_name_string, &stat_buff );
73 uidpasswd = getpwuid( stat_buff.st_uid );
74 gidgroup = getgrgid( stat_buff.st_gid );
75 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
76 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
77 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
78 RET_INFO( 3, stat_buff.st_size, NULL ); /* No string for file size. */
79 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
80 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macintel64/
H A Dfile-status.c37 ( strncpy( dest, ctime(&stat_buff.st_field), 24 ), dest[24]='\0', dest )
39 struct stat stat_buff; local
45 stat_ret = stat( file_name_string, &stat_buff );
48 uidpasswd = getpwuid( stat_buff.st_uid );
49 gidgroup = getgrgid( stat_buff.st_gid );
50 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
51 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
52 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
54 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
55 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/brock/
H A Dfile-status.c64 struct stat stat_buff; local
70 stat_ret = stat( file_name_string, &stat_buff );
73 uidpasswd = getpwuid( stat_buff.st_uid );
74 gidgroup = getgrgid( stat_buff.st_gid );
75 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
76 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
77 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
78 RET_INFO( 3, stat_buff.st_size, NULL ); /* No string for file size. */
79 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
80 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/freeBSD/
H A Dfile-status.c63 struct stat stat_buff; local
69 stat_ret = stat( file_name_string, &stat_buff );
72 uidpasswd = getpwuid( stat_buff.st_uid );
73 gidgroup = getgrgid( stat_buff.st_gid );
74 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
75 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
76 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
77 RET_INFO( 3, stat_buff.st_size, NULL ); /* No string for file size. */
78 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
79 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/AMD64_ext/
H A Dfile-status.c64 struct stat stat_buff; local
70 stat_ret = stat( file_name_string, &stat_buff );
73 uidpasswd = getpwuid( stat_buff.st_uid );
74 gidgroup = getgrgid( stat_buff.st_gid );
75 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
76 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
77 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
78 RET_INFO( 3, stat_buff.st_size, NULL ); /* No string for file size. */
79 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
80 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/aarch64/
H A Dfile-status.c64 struct stat stat_buff; local
70 stat_ret = stat( file_name_string, &stat_buff );
73 uidpasswd = getpwuid( stat_buff.st_uid );
74 gidgroup = getgrgid( stat_buff.st_gid );
75 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
76 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
77 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
78 RET_INFO( 3, stat_buff.st_size, NULL ); /* No string for file size. */
79 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
80 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/ibmrs/
H A Dfile-status.c36 ( strncpy( dest, ctime(&stat_buff.st_field), 24 ), dest[24]='\0', dest )
38 struct stat stat_buff; local
44 stat_ret = stat( file_name_string, &stat_buff );
47 uidpasswd = getpwuid( stat_buff.st_uid );
48 gidgroup = getgrgid( stat_buff.st_gid );
49 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
50 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
51 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
53 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
54 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/linux/
H A Dfile-status.c63 struct stat stat_buff; local
69 stat_ret = stat( file_name_string, &stat_buff );
72 uidpasswd = getpwuid( stat_buff.st_uid );
73 gidgroup = getgrgid( stat_buff.st_gid );
74 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
75 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
76 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
77 RET_INFO( 3, stat_buff.st_size, NULL ); /* No string for file size. */
78 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
79 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg4/
H A Dfile-status.c36 ( strncpy( dest, ctime(&stat_buff.st_field), 24 ), dest[24]='\0', dest )
38 struct stat stat_buff; local
44 stat_ret = stat( file_name_string, &stat_buff );
47 uidpasswd = getpwuid( stat_buff.st_uid );
48 gidgroup = getgrgid( stat_buff.st_gid );
49 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
50 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
51 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
53 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
54 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/math/reduce/Reduce-svn5758-src/vsl/
H A Dfile-status.c65 ( strncpy( dest, ctime(&stat_buff.st_field), 24 ), dest[24]='\0', dest ) in _()
67 struct stat stat_buff; in _() local
73 stat_ret = stat( file_name_string, &stat_buff ); in _()
75 { uidpasswd = getpwuid( stat_buff.st_uid ); in _()
76 gidgroup = getgrgid( stat_buff.st_gid ); in _()
77 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name ); in _()
78 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name ); in _()
79 RET_INFO( 2, stat_buff.st_mode, get_mode_string(stat_buff.st_mode) ); in _()
81 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) ); in _()
82 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) ); in _()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/AMD64/
H A Dfile-status.c64 struct stat stat_buff; local
70 stat_ret = stat( file_name_string, &stat_buff );
73 uidpasswd = getpwuid( stat_buff.st_uid );
74 gidgroup = getgrgid( stat_buff.st_gid );
75 RET_INFO( 0, stat_buff.st_uid, uidpasswd->pw_name );
76 RET_INFO( 1, stat_buff.st_gid, gidgroup->gr_name );
77 RET_INFO( 2, stat_buff.st_mode, get_mode_string( stat_buff.st_mode ) );
78 RET_INFO( 3, stat_buff.st_size, NULL ); /* No string for file size. */
79 RET_INFO( 4, stat_buff.st_mtime, TIME_STRING( st_mtime, write_str ) );
80 RET_INFO( 5, stat_buff.st_atime, TIME_STRING( st_atime, access_str ) );
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dmy_atomic_writes.c113 struct stat stat_buff; in test_if_shannon_card_exists() local
117 if (lstat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
123 shannon_devices[shannon_found_devices].st_dev= stat_buff.st_rdev; in test_if_shannon_card_exists()
131 (ulong) stat_buff.st_dev, in test_if_shannon_card_exists()
132 (ulong) stat_buff.st_rdev, in test_if_shannon_card_exists()
149 if (lstat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
160 (ulong) stat_buff.st_dev, in test_if_shannon_card_exists()
230 struct stat stat_buff; in shannon_has_atomic_write() local
232 if (fstat(file, &stat_buff) < 0) in shannon_has_atomic_write()
242 (ulong) stat_buff.st_dev, (ulong) stat_buff.st_rdev); in shannon_has_atomic_write()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmy_atomic_writes.c113 struct stat stat_buff; in test_if_shannon_card_exists() local
117 if (lstat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
123 shannon_devices[shannon_found_devices].st_dev= stat_buff.st_rdev; in test_if_shannon_card_exists()
131 (ulong) stat_buff.st_dev, in test_if_shannon_card_exists()
132 (ulong) stat_buff.st_rdev, in test_if_shannon_card_exists()
149 if (lstat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
160 (ulong) stat_buff.st_dev, in test_if_shannon_card_exists()
230 struct stat stat_buff; in shannon_has_atomic_write() local
232 if (fstat(file, &stat_buff) < 0) in shannon_has_atomic_write()
242 (ulong) stat_buff.st_dev, (ulong) stat_buff.st_rdev); in shannon_has_atomic_write()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmy_atomic_writes.c113 struct stat stat_buff; in test_if_shannon_card_exists() local
117 if (lstat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
123 shannon_devices[shannon_found_devices].st_dev= stat_buff.st_rdev; in test_if_shannon_card_exists()
131 (ulong) stat_buff.st_dev, in test_if_shannon_card_exists()
132 (ulong) stat_buff.st_rdev, in test_if_shannon_card_exists()
149 if (lstat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
160 (ulong) stat_buff.st_dev, in test_if_shannon_card_exists()
230 struct stat stat_buff; in shannon_has_atomic_write() local
232 if (fstat(file, &stat_buff) < 0) in shannon_has_atomic_write()
242 (ulong) stat_buff.st_dev, (ulong) stat_buff.st_rdev); in shannon_has_atomic_write()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dmy_atomic_writes.c113 struct stat stat_buff; in test_if_shannon_card_exists() local
117 if (lstat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
123 shannon_devices[shannon_found_devices].st_dev= stat_buff.st_rdev; in test_if_shannon_card_exists()
131 (ulong) stat_buff.st_dev, in test_if_shannon_card_exists()
132 (ulong) stat_buff.st_rdev, in test_if_shannon_card_exists()
149 if (lstat(path, &stat_buff) < 0) in test_if_shannon_card_exists()
160 (ulong) stat_buff.st_dev, in test_if_shannon_card_exists()
230 struct stat stat_buff; in shannon_has_atomic_write() local
232 if (fstat(file, &stat_buff) < 0) in shannon_has_atomic_write()
242 (ulong) stat_buff.st_dev, (ulong) stat_buff.st_rdev); in shannon_has_atomic_write()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibOpenJPEG/
H A Dopj_includes.h74 # define OPJ_FSTAT(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) argument
77 # define OPJ_STAT(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff) argument
80 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff) argument
83 # define OPJ_STAT(path,stat_buff) stat(path,stat_buff) argument
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dmy_copy.cc84 MY_STAT stat_buff, new_stat_buff; in my_copy() local
95 if (!my_stat(from, &stat_buff, MyFlags)) { in my_copy()
100 stat_buff = new_stat_buff; in my_copy()
103 if ((to_file = my_create(to, (int)stat_buff.st_mode, O_WRONLY | create_flag, in my_copy()
130 if (chmod(to, stat_buff.st_mode & 07777)) { in my_copy()
139 if (chown(to, stat_buff.st_uid, stat_buff.st_gid)) { in my_copy()
150 timep.actime = stat_buff.st_atime; in my_copy()
151 timep.modtime = stat_buff.st_mtime; in my_copy()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/libopenjpeg20/
H A Dopj_includes.h79 # define OPJ_FSTAT(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) argument
82 # define OPJ_STAT(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff) argument
85 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff) argument
88 # define OPJ_STAT(path,stat_buff) stat(path,stat_buff) argument
/dports/databases/mysql55-client/mysql-5.5.62/mysys/
H A Dmy_copy.c59 MY_STAT stat_buff,new_stat_buff; in my_copy() local
70 if (!my_stat(from, &stat_buff, MyFlags)) in my_copy()
76 stat_buff=new_stat_buff; in my_copy()
79 if ((to_file= my_create(to,(int) stat_buff.st_mode, in my_copy()
106 if (chmod(to, stat_buff.st_mode & 07777)) in my_copy()
115 if (chown(to, stat_buff.st_uid, stat_buff.st_gid)) in my_copy()
127 timep.actime = stat_buff.st_atime; in my_copy()
128 timep.modtime = stat_buff.st_mtime; in my_copy()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dmy_copy.c71 MY_STAT stat_buff,new_stat_buff; in my_copy() local
82 if (!my_stat(from, &stat_buff, MyFlags)) in my_copy()
88 stat_buff=new_stat_buff; in my_copy()
91 if ((to_file= my_create(to,(int) stat_buff.st_mode, in my_copy()
122 if (chmod(to, stat_buff.st_mode & 07777)) in my_copy()
135 if (chown(to, stat_buff.st_uid, stat_buff.st_gid)) in my_copy()
151 timep.actime = stat_buff.st_atime; in my_copy()
152 timep.modtime = stat_buff.st_mtime; in my_copy()

1234567