Searched refs:ctime (Results 1 - 25 of 35) sorted by relevance

12

/haiku/src/system/libroot/posix/time/
H A Dctime.c11 ctime(const time_t *_timer) function
/haiku/src/libs/print/libprint/
H A DSpoolMetaData.cpp24 fCreationTime = ctime(&time);
/haiku/headers/private/netservices/
H A DHttpTime.h8 #include <ctime>
/haiku/headers/build/os/storage/
H A DStatable.h44 status_t GetCreationTime(time_t *ctime) const;
45 status_t SetCreationTime(time_t 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/tests/kits/storage/
H A DStatableTest.cpp109 time_t ctime; local
122 CPPUNIT_ASSERT( statable->GetCreationTime(&ctime) == B_OK );
135 CPPUNIT_ASSERT( ctime == st.st_crtime );
152 time_t ctime; local
161 CPPUNIT_ASSERT( statable->GetCreationTime(&ctime) == B_NO_INIT );
202 time_t ctime = 654321; local
211 CPPUNIT_ASSERT( statable->SetCreationTime(ctime) == B_OK );
220 CPPUNIT_ASSERT( ctime == st.st_crtime );
234 time_t ctime = 654321; local
240 CPPUNIT_ASSERT( statable->SetCreationTime(ctime) !
[all...]
/haiku/src/apps/packageinstaller/
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,
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 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);
/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/tests/system/libroot/os/
H A DParseDateTest.cpp96 printf("All times relative to: %s (%ld)\n", ctime(&now), now);
140 ? "-\n" : ctime(&result));
/haiku/headers/private/netservices2/
H A DHttpTime.h8 #include <ctime>
/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/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/bin/
H A Dwatch.c187 char *ts = ctime(&t);
/haiku/src/libs/mapm/
H A Dmapm_rnd.c264 strcpy(ss,ctime(&timestamp)); /* convert to string and copy to ss */
/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/neomagic/
H A DInitAccelerant.c136 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c105 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp269 messageText.Append(ctime(&timestamp));
/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/add-ons/accelerants/via/
H A DInitAccelerant.c106 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
/haiku/src/bin/unzip/
H A Dprocess.c1290 iztimes *z_utim; /* return storage: atime, mtime, ctime */
1453 z_utim->ctime =
1456 z_utim->ctime =
1465 z_utim->ctime = (time_t)i_time;
1474 z_utim->ctime = (time_t)i_time;

Completed in 326 milliseconds

12