Searched refs:ctime (Results 1 - 25 of 35) sorted by last modified time

12

/haiku/src/apps/codycam/
H A DVideoConsumer.cpp771 strcat(s, ctime((const time_t*)&time));
/haiku/src/apps/haikudepot/model/
H A DModel.cpp10 #include <ctime>
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3649 g_DatabaseRecognitionString, ctime (&CurrentTime)) <= 0)
H A Dmail2mbox.cpp269 messageText.Append(ctime(&timestamp));
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp650 uint32 itemGroups = 0, path = 0, cust = 0, ctime = 0, mtime = 0; local
673 ctime = 0; \
757 fPackageFile->Read(&ctime, 4);
758 swap_data(B_UINT32_TYPE, &ctime, sizeof(uint32),
915 item = new PackageFile(fPackageFile, dest, localType, ctime,
980 pathType, ctime, mtime, offset, size);
1025 localType, ctime, mtime, mode, offset, size);
H A DPackageItem.cpp148 uint32 ctime, uint32 mtime, uint64 offset, uint64 size)
150 SetTo(parent, path, type, ctime, mtime, offset, size);
160 PackageItem::SetTo(BFile* parent, const BString& path, uint8 type, uint32 ctime, argument
169 fCreationTime = ctime;
805 uint8 type, uint32 ctime, uint32 mtime, uint64 offset, uint64 size)
807 PackageItem(parent, path, type, ctime, mtime, offset, size)
860 uint32 ctime, uint32 mtime, uint64 offset, uint64 size,
864 PackageItem(parent, path, type, ctime, mtime, offset, size),
1026 const BString &link, uint8 type, uint32 ctime, uint32 mtime,
1029 PackageItem(parent, path, type, ctime, mtim
147 PackageItem(BFile* parent, const BString& path, uint8 type, uint32 ctime, uint32 mtime, uint64 offset, uint64 size) argument
804 PackageDirectory(BFile* parent, const BString& path, uint8 type, uint32 ctime, uint32 mtime, uint64 offset, uint64 size) argument
859 PackageFile(BFile *parent, const BString &path, uint8 type, uint32 ctime, uint32 mtime, uint64 offset, uint64 size, uint64 originalSize, uint32 platform, const BString &mime, const BString &signature, uint32 mode) argument
1025 PackageLink(BFile *parent, const BString &path, const BString &link, uint8 type, uint32 ctime, uint32 mtime, uint32 mode, uint64 offset, uint64 size) argument
[all...]
H A DPackageItem.h77 uint8 type, uint32 ctime, uint32 mtime,
84 uint8 type, uint32 ctime, uint32 mtime,
120 uint8 type, uint32 ctime, uint32 mtime,
157 uint8 type, uint32 ctime, uint32 mtime,
179 const BString& link, uint8 type, uint32 ctime,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1540 void ctime() {} function
H A Dlibroot_stubs.c1600 void ctime() {} function
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1437 #define ctime fssh_ctime macro
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp14 #include <ctime>
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2946 timestr = ctime( &lsb.st_mtime );
/haiku/headers/private/netservices2/
H A DHttpTime.h8 #include <ctime>
/haiku/headers/private/netservices/
H A DHttpTime.h8 #include <ctime>
/haiku/headers/posix/
H A Dtime.h32 /* maximum length of a string returned by asctime(), and ctime() */
87 extern char *ctime(const time_t *timer);
/haiku/src/kits/storage/
H A DStatable.cpp233 // Fills out ctime with the creation time of the node
235 BStatable::GetCreationTime(time_t* ctime) const
237 status_t result = (ctime ? B_OK : B_BAD_VALUE);
244 *ctime = stat.st_crtime;
250 // Sets the node's creation time to ctime.
252 BStatable::SetCreationTime(time_t ctime) argument
255 stat.st_crtime = ctime;
/haiku/src/bin/network/ftpd/
H A Dftpd.c3382 ctime(&now)+4, ident, remotehost,
/haiku/src/bin/bfs_tools/lib/
H A Ddump.cpp143 Print(" create_time = %s",ctime(&time));
145 Print(" last_modified_time = %s",ctime(&time));
/haiku/src/add-ons/accelerants/via/
H A DInitAccelerant.c106 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/add-ons/accelerants/nvidia/
H A DInitAccelerant.c106 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/add-ons/accelerants/matrox/
H A DInitAccelerant.c107 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/libs/uuid/
H A Duuid_time.c157 ctime(&time_reg));
/haiku/src/tests/kits/net/cookie/
H A Dcookie_test.cpp4 #include <ctime>
/haiku/headers/os/storage/
H A DStatable.h53 status_t GetCreationTime(time_t* ctime) const;
54 status_t SetCreationTime(time_t ctime);
/haiku/src/system/libroot/posix/time/
H A Dctime.c11 ctime(const time_t *_timer) function

Completed in 207 milliseconds

12