ctime
status_t GetCreationTime(time_t *ctime) const;
status_t SetCreationTime(time_t ctime);
status_t GetCreationTime(time_t* ctime) const;
status_t SetCreationTime(time_t ctime);
extern char *ctime(const time_t *timer);
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
strcat(s, ctime((const time_t*)&time));
localType, ctime, mtime, mode, offset, size);
uint32 itemGroups = 0, path = 0, cust = 0, ctime = 0, mtime = 0;
ctime = 0; \
fPackageFile->Read(&ctime, 4);
swap_data(B_UINT32_TYPE, &ctime, sizeof(uint32),
item = new PackageFile(fPackageFile, dest, localType, ctime,
pathType, ctime, mtime, offset, size);
const BString &link, uint8 type, uint32 ctime, uint32 mtime,
PackageItem(parent, path, type, ctime, mtime, offset, size),
uint32 ctime, uint32 mtime, uint64 offset, uint64 size)
SetTo(parent, path, type, ctime, mtime, offset, size);
PackageItem::SetTo(BFile* parent, const BString& path, uint8 type, uint32 ctime,
fCreationTime = ctime;
uint8 type, uint32 ctime, uint32 mtime, uint64 offset, uint64 size)
PackageItem(parent, path, type, ctime, mtime, offset, size)
uint32 ctime, uint32 mtime, uint64 offset, uint64 size,
PackageItem(parent, path, type, ctime, mtime, offset, size),
uint8 type, uint32 ctime, uint32 mtime,
uint8 type, uint32 ctime, uint32 mtime,
const BString& link, uint8 type, uint32 ctime,
uint8 type, uint32 ctime, uint32 mtime,
uint8 type, uint32 ctime, uint32 mtime,
timestr = ctime( &lsb.st_mtime );
Print(" create_time = %s",ctime(&time));
Print(" last_modified_time = %s",ctime(&time));
messageText.Append(ctime(×tamp));
g_DatabaseRecognitionString, ctime (&CurrentTime)) <= 0)
ctime(&now)+4, ident, remotehost,
z_utim->ctime =
z_utim->ctime =
z_utim->ctime = (time_t)i_time;
z_utim->ctime = (time_t)i_time;
time_t ctime; /* used for creation time; NOT same as st_ctime */
char *ts = ctime(&t);
BStatable::GetCreationTime(time_t *ctime) const
return GetModificationTime(ctime);
BStatable::SetCreationTime(time_t ctime)
BStatable::GetCreationTime(time_t* ctime) const
status_t result = (ctime ? B_OK : B_BAD_VALUE);
*ctime = stat.st_crtime;
BStatable::SetCreationTime(time_t ctime)
stat.st_crtime = ctime;
strcpy(ss,ctime(×tamp)); /* convert to string and copy to ss */
fCreationTime = ctime(&time);
ctime(&time_reg));
time_t ctime;
CPPUNIT_ASSERT( statable->GetCreationTime(&ctime) == B_OK );
CPPUNIT_ASSERT( ctime == st.st_crtime );
time_t ctime;
CPPUNIT_ASSERT( statable->GetCreationTime(&ctime) == B_NO_INIT );
time_t ctime = 654321;
CPPUNIT_ASSERT( statable->SetCreationTime(ctime) == B_OK );
CPPUNIT_ASSERT( ctime == st.st_crtime );
time_t ctime = 654321;
CPPUNIT_ASSERT( statable->SetCreationTime(ctime) != B_OK );
? "-\n" : ctime(&result));
printf("All times relative to: %s (%ld)\n", ctime(&now), now);