Home
last modified time | relevance | path

Searched refs:stat_buf (Results 1 – 25 of 2080) sorted by relevance

12345678910>>...84

/dports/misc/findutils/findutils-4.8.0/find/
H A Dpred.c181 (void) &stat_buf; in pred_closeparen()
231 (void) stat_buf; in pred_delete()
367 (void) &stat_buf; in pred_false()
389 (void) &stat_buf; in pred_fprint()
492 (void) stat_buf; in pred_iname()
524 (void) stat_buf; in pred_ipath()
608 (void) stat_buf; in pred_name()
730 (void) stat_buf; in pred_openparen()
750 (void) stat_buf; in pred_path()
800 (void) stat_buf; in pred_executable()
[all …]
/dports/irc/epic4/epic4-2.10.9/source/
H A Dmail.c142 Stat * stat_buf; in poll_mbox_status() local
145 stat_buf = (Stat *)ptr; in poll_mbox_status()
147 stat_buf = &sb; in poll_mbox_status()
174 Stat stat_buf; in update_mail_level1_mbox() local
220 Stat stat_buf; in update_mail_level2_mbox() local
281 Stat stat_buf; in update_mail_level3_mbox() local
416 Stat * stat_buf; in poll_maildir_status() local
422 stat_buf = &sb; in poll_maildir_status()
449 Stat stat_buf; in update_mail_level1_maildir() local
502 Stat stat_buf; in update_mail_level2_maildir() local
[all …]
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/
H A DFileType.hh41 if (S_ISDIR(stat_buf.st_mode)) { in filetype_from_stat()
43 } else if (S_ISREG(stat_buf.st_mode)) { in filetype_from_stat()
45 } else if (S_ISLNK(stat_buf.st_mode)) { in filetype_from_stat()
54 struct stat stat_buf; in get_filetype() local
62 return filetype_from_stat(stat_buf); in get_filetype()
67 struct stat stat_buf; in get_link_filetype() local
75 return filetype_from_stat(stat_buf); in get_link_filetype()
80 struct stat stat_buf; in get_fd_filetype() local
81 int ret = fstat(fd,&stat_buf); in get_fd_filetype()
85 return filetype_from_stat(stat_buf); in get_fd_filetype()
[all …]
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-pipe-set-fchmod.c31 struct stat stat_buf; in TEST_IMPL() local
51 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
52 ASSERT(stat_buf.st_mode & S_IRUSR); in TEST_IMPL()
53 ASSERT(stat_buf.st_mode & S_IRGRP); in TEST_IMPL()
54 ASSERT(stat_buf.st_mode & S_IROTH); in TEST_IMPL()
60 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
61 ASSERT(stat_buf.st_mode & S_IWUSR); in TEST_IMPL()
62 ASSERT(stat_buf.st_mode & S_IWGRP); in TEST_IMPL()
63 ASSERT(stat_buf.st_mode & S_IWOTH); in TEST_IMPL()
69 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
[all …]
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-pipe-set-fchmod.c31 struct stat stat_buf; in TEST_IMPL() local
51 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
52 ASSERT(stat_buf.st_mode & S_IRUSR); in TEST_IMPL()
53 ASSERT(stat_buf.st_mode & S_IRGRP); in TEST_IMPL()
54 ASSERT(stat_buf.st_mode & S_IROTH); in TEST_IMPL()
60 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
61 ASSERT(stat_buf.st_mode & S_IWUSR); in TEST_IMPL()
62 ASSERT(stat_buf.st_mode & S_IWGRP); in TEST_IMPL()
63 ASSERT(stat_buf.st_mode & S_IWOTH); in TEST_IMPL()
69 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
[all …]
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dtest-pipe-set-fchmod.c31 struct stat stat_buf; in TEST_IMPL() local
51 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
52 ASSERT(stat_buf.st_mode & S_IRUSR); in TEST_IMPL()
53 ASSERT(stat_buf.st_mode & S_IRGRP); in TEST_IMPL()
54 ASSERT(stat_buf.st_mode & S_IROTH); in TEST_IMPL()
60 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
61 ASSERT(stat_buf.st_mode & S_IWUSR); in TEST_IMPL()
62 ASSERT(stat_buf.st_mode & S_IWGRP); in TEST_IMPL()
63 ASSERT(stat_buf.st_mode & S_IWOTH); in TEST_IMPL()
69 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
[all …]
/dports/mail/courier/courier-0.65.3/courier/
H A Dmailq.c73 if (stat_buf->st_size < 1024) in showq()
86 tmptr=localtime(&stat_buf->st_mtime); in showq()
91 pw=getpwuid(stat_buf->st_uid); in showq()
148 struct stat stat_buf; in main() local
205 if (stat(name, &stat_buf) || (u && in main()
206 stat_buf.st_uid != u)) in main()
230 stat_buf.st_uid == u)) in main()
232 ctf.starttime=stat_buf.st_mtime; in main()
233 showq(&ctf, &stat_buf); in main()
267 ctf.starttime=stat_buf.st_mtime; in main()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (long long int) stat_buf.st_size, in RestoreArchivedFile()
521 struct stat stat_buf; in XLogArchiveForceDone() local
526 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
531 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
575 struct stat stat_buf; in XLogArchiveCheckDone() local
629 struct stat stat_buf; in XLogArchiveIsBusy() local
674 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (long long int) stat_buf.st_size, in RestoreArchivedFile()
521 struct stat stat_buf; in XLogArchiveForceDone() local
526 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
531 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
575 struct stat stat_buf; in XLogArchiveCheckDone() local
629 struct stat stat_buf; in XLogArchiveIsBusy() local
674 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (long long int) stat_buf.st_size, in RestoreArchivedFile()
521 struct stat stat_buf; in XLogArchiveForceDone() local
526 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
531 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
575 struct stat stat_buf; in XLogArchiveCheckDone() local
629 struct stat stat_buf; in XLogArchiveIsBusy() local
674 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (long long int) stat_buf.st_size, in RestoreArchivedFile()
521 struct stat stat_buf; in XLogArchiveForceDone() local
526 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
531 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
575 struct stat stat_buf; in XLogArchiveCheckDone() local
629 struct stat stat_buf; in XLogArchiveIsBusy() local
674 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (long long int) stat_buf.st_size, in RestoreArchivedFile()
521 struct stat stat_buf; in XLogArchiveForceDone() local
526 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
531 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
575 struct stat stat_buf; in XLogArchiveCheckDone() local
629 struct stat stat_buf; in XLogArchiveIsBusy() local
674 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (unsigned long) stat_buf.st_size, in RestoreArchivedFile()
520 struct stat stat_buf; in XLogArchiveForceDone() local
525 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
530 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
574 struct stat stat_buf; in XLogArchiveCheckDone() local
628 struct stat stat_buf; in XLogArchiveIsBusy() local
673 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (long long int) stat_buf.st_size, in RestoreArchivedFile()
521 struct stat stat_buf; in XLogArchiveForceDone() local
526 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
531 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
575 struct stat stat_buf; in XLogArchiveCheckDone() local
629 struct stat stat_buf; in XLogArchiveIsBusy() local
674 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (unsigned long) stat_buf.st_size, in RestoreArchivedFile()
520 struct stat stat_buf; in XLogArchiveForceDone() local
525 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
530 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
574 struct stat stat_buf; in XLogArchiveCheckDone() local
628 struct stat stat_buf; in XLogArchiveIsBusy() local
673 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf;
105 if (stat(xlogpath, &stat_buf) != 0)
182 if (stat(xlogpath, &stat_buf) == 0)
207 (long long int) stat_buf.st_size,
521 struct stat stat_buf;
526 if (stat(archiveDone, &stat_buf) == 0)
531 if (stat(archiveReady, &stat_buf) == 0)
575 struct stat stat_buf;
629 struct stat stat_buf;
674 struct stat stat_buf;
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (unsigned long) stat_buf.st_size, in RestoreArchivedFile()
520 struct stat stat_buf; in XLogArchiveForceDone() local
525 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
530 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
574 struct stat stat_buf; in XLogArchiveCheckDone() local
628 struct stat stat_buf; in XLogArchiveIsBusy() local
673 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (unsigned long) stat_buf.st_size, in RestoreArchivedFile()
520 struct stat stat_buf; in XLogArchiveForceDone() local
525 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
530 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
574 struct stat stat_buf; in XLogArchiveCheckDone() local
628 struct stat stat_buf; in XLogArchiveIsBusy() local
673 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf;
105 if (stat(xlogpath, &stat_buf) != 0)
182 if (stat(xlogpath, &stat_buf) == 0)
207 (unsigned long) stat_buf.st_size,
520 struct stat stat_buf;
525 if (stat(archiveDone, &stat_buf) == 0)
530 if (stat(archiveReady, &stat_buf) == 0)
574 struct stat stat_buf;
628 struct stat stat_buf;
673 struct stat stat_buf;
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in main()
105 if (stat(xlogpath, &stat_buf) != 0) in main()
182 if (stat(xlogpath, &stat_buf) == 0) in main()
207 (unsigned long) stat_buf.st_size, in main()
520 struct stat stat_buf;
525 if (stat(archiveDone, &stat_buf) == 0)
530 if (stat(archiveReady, &stat_buf) == 0)
574 struct stat stat_buf;
628 struct stat stat_buf;
673 struct stat stat_buf;
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/transam/
H A Dxlogarchive.c61 struct stat stat_buf; in RestoreArchivedFile() local
105 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
182 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
207 (unsigned long) stat_buf.st_size, in RestoreArchivedFile()
520 struct stat stat_buf; in XLogArchiveForceDone() local
525 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
530 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
574 struct stat stat_buf; in XLogArchiveCheckDone() local
628 struct stat stat_buf; in XLogArchiveIsBusy() local
673 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/lang/parrot/parrot-8.1.0/src/platform/generic/
H A Dfile.c37 ARGIN(struct stat *stat_buf),
51 PARROT_ASSERT_ARG(stat_buf) \
227 buf->uid = stat_buf->st_uid; in convert_stat_buf()
228 buf->gid = stat_buf->st_gid; in convert_stat_buf()
229 buf->dev = stat_buf->st_dev; in convert_stat_buf()
277 struct stat stat_buf; in Parrot_file_stat() local
286 convert_stat_buf(&stat_buf, buf); in Parrot_file_stat()
304 struct stat stat_buf; in Parrot_file_lstat() local
313 convert_stat_buf(&stat_buf, buf); in Parrot_file_lstat()
331 struct stat stat_buf; in Parrot_file_fstat() local
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/transam/
H A Dxlogarchive.c62 struct stat stat_buf; in RestoreArchivedFile() local
99 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
219 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
244 (unsigned long) stat_buf.st_size, in RestoreArchivedFile()
556 struct stat stat_buf; in XLogArchiveForceDone() local
561 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
566 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
610 struct stat stat_buf; in XLogArchiveCheckDone() local
664 struct stat stat_buf; in XLogArchiveIsBusy() local
709 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/transam/
H A Dxlogarchive.c62 struct stat stat_buf; in RestoreArchivedFile() local
99 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
219 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
244 (unsigned long) stat_buf.st_size, in RestoreArchivedFile()
556 struct stat stat_buf; in XLogArchiveForceDone() local
561 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
566 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
610 struct stat stat_buf; in XLogArchiveCheckDone() local
664 struct stat stat_buf; in XLogArchiveIsBusy() local
709 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/transam/
H A Dxlogarchive.c62 struct stat stat_buf; in RestoreArchivedFile() local
99 if (stat(xlogpath, &stat_buf) != 0) in RestoreArchivedFile()
219 if (stat(xlogpath, &stat_buf) == 0) in RestoreArchivedFile()
244 (unsigned long) stat_buf.st_size, in RestoreArchivedFile()
556 struct stat stat_buf; in XLogArchiveForceDone() local
561 if (stat(archiveDone, &stat_buf) == 0) in XLogArchiveForceDone()
566 if (stat(archiveReady, &stat_buf) == 0) in XLogArchiveForceDone()
610 struct stat stat_buf; in XLogArchiveCheckDone() local
664 struct stat stat_buf; in XLogArchiveIsBusy() local
709 struct stat stat_buf; in XLogArchiveIsReadyOrDone() local
[all …]

12345678910>>...84