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

123

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/time_h/
H A D16-1.c9 char *ctime(const time_t *);
20 dummyvar = ctime;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/ctime/
H A D1-1.c9 * This test case checks if the return value of the ctime call is
23 result = ctime(&current_time);
29 printf("converted date and time is: %s\n", ctime(&current_time));
/haiku-fatelf/src/system/libroot/posix/time/
H A Dctime.c11 ctime(const time_t *_timer) function
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/sys/shm_h/
H A D6-1.c32 time_t atime = 0, dtime = 0, ctime = 0; local
41 t.shm_ctime = ctime;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mktime/
H A D1-1.c37 printf("%s", ctime(&tps));
/haiku-fatelf/headers/private/net/
H A DHttpTime.h8 #include <ctime>
/haiku-fatelf/src/bin/coreutils/lib/
H A Dtime.in.h127 # undef ctime
128 # define ctime eschew_ctime
H A Dtime.h138 # undef ctime macro
139 # define ctime eschew_ctime macro
/haiku-fatelf/src/libs/print/libprint/
H A DSpoolMetaData.cpp24 fCreationTime = ctime(&time);
/haiku-fatelf/headers/build/os/storage/
H A DStatable.h44 status_t GetCreationTime(time_t *ctime) const;
45 status_t SetCreationTime(time_t ctime);
/haiku-fatelf/headers/os/storage/
H A DStatable.h53 status_t GetCreationTime(time_t *ctime) const;
54 status_t SetCreationTime(time_t ctime);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dtime.h105 # undef ctime macro
106 # define ctime eschew_ctime macro
H A Dtime.in.h104 # undef ctime macro
105 # define ctime eschew_ctime macro
/haiku-fatelf/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-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dbin2c.c31 argv[1], ctime(&now));
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageItem.h77 uint8 type, uint32 ctime, uint32 mtime,
84 uint8 type, uint32 ctime, uint32 mtime,
119 uint8 type, uint32 ctime, uint32 mtime,
153 uint8 type, uint32 ctime, uint32 mtime,
175 const BString& link, uint8 type, uint32 ctime,
H A DPackageItem.cpp147 uint32 ctime, uint32 mtime, uint64 offset, uint64 size)
149 SetTo(parent, path, type, ctime, mtime, offset, size);
159 PackageItem::SetTo(BFile *parent, const BString &path, uint8 type, uint32 ctime, argument
168 fCreationTime = ctime;
698 uint8 type, uint32 ctime, uint32 mtime, uint64 offset, uint64 size)
700 PackageItem(parent, path, type, ctime, mtime, offset, size)
753 uint32 ctime, uint32 mtime, uint64 offset, uint64 size,
757 PackageItem(parent, path, type, ctime, mtime, offset, size),
919 const BString &link, uint8 type, uint32 ctime, uint32 mtime,
922 PackageItem(parent, path, type, ctime, mtim
146 PackageItem(BFile *parent, const BString &path, uint8 type, uint32 ctime, uint32 mtime, uint64 offset, uint64 size) argument
697 PackageDirectory(BFile *parent, const BString &path, uint8 type, uint32 ctime, uint32 mtime, uint64 offset, uint64 size) argument
752 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
918 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.cpp623 uint32 itemGroups = 0, path = 0, cust = 0, ctime = 0, mtime = 0; local
646 ctime = 0; \
730 fPackageFile->Read(&ctime, 4);
731 swap_data(B_UINT32_TYPE, &ctime, sizeof(uint32),
889 item = new PackageFile(fPackageFile, dest, localType, ctime,
954 pathType, ctime, mtime, offset, size);
999 localType, ctime, mtime, mode, offset, size);
/haiku-fatelf/src/kits/storage/
H A DStatable.cpp253 \param ctime a pointer to a variable to be set to the result
257 BStatable::GetCreationTime(time_t *ctime) const
259 status_t error = (ctime ? B_OK : B_BAD_VALUE);
264 *ctime = statData.st_crtime;
269 \param ctime the new creation time
273 BStatable::SetCreationTime(time_t ctime) argument
276 statData.st_crtime = ctime;
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dstat_util.cpp22 myst->ctime = st->st_ctime;
40 st->st_ctime = myst->ctime;
224 myst->ctime = st->st_ctime;
242 st->st_ctime = myst->ctime;
/haiku-fatelf/src/bin/bash/lib/readline/examples/
H A Dfileman.c374 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));
375 printf (" Last access at: %s", ctime (&finfo.st_atime));
376 printf (" Last modified at: %s", ctime (&finfo.st_mtime));
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Dfileman.c371 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));
372 printf (" Last access at: %s", ctime (&finfo.st_atime));
373 printf (" Last modified at: %s", ctime (&finfo.st_mtime));
/haiku-fatelf/headers/posix/
H A Dtime.h25 /* maximum length of a string returned by asctime(), and ctime() */
80 extern char *ctime(const time_t *timer);
/haiku-fatelf/src/bin/
H A Duptime.cpp78 strcpy( buf, ctime( &current_time ) );

Completed in 152 milliseconds

123