Searched defs:ctime (Results 1 - 25 of 32) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
H A D6-1-buildonly.c32 time_t atime = 0, dtime = 0, ctime = 0; local
41 t.shm_ctime = ctime;
/external/strace/
H A Dstat.h44 long long ctime; member in struct:strace_stat
/external/valgrind/include/
H A Dpub_tool_libcfile.h70 ULong ctime; member in struct:vg_stat
/external/bison/darwin-lib/
H A Dtime.h550 # undef ctime macro
551 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
/external/bison/linux-lib/
H A Dtime.h550 # undef ctime macro
551 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
/external/google-breakpad/src/common/linux/
H A Dgoogle_crashdump_uploader.cc47 const string& ctime,
59 ctime,
73 const string& ctime,
85 ctime,
99 const string& ctime,
111 ctime_ = ctime;
188 parameters_["ctime"] = ctime_;
43 GoogleCrashdumpUploader(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword) argument
69 GoogleCrashdumpUploader(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword, LibcurlWrapper* http_layer) argument
95 Init(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword, LibcurlWrapper* http_layer) argument
/external/syslinux/libfat/
H A Dfat.h88 le32_t ctime; /* Creation time */ member in struct:fat_dirent
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h258 # undef ctime macro
259 # define ctime tz_ctime macro
281 char *ctime(time_t const *);
H A Dlocaltime.c211 ** ctime, gmtime, localtime] return values in one of two static
1545 ctime(const time_t *const timep) function
1549 ** The ctime function converts the calendar time pointed to by timer
/external/kernel-headers/original/uapi/linux/raid/
H A Dmd_u.h83 unsigned int ctime; member in struct:mdu_array_info_s
H A Dmd_p.h144 __u32 ctime; /* 6 Creation time */ member in struct:mdp_superblock_s
238 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ member in struct:mdp_superblock_1
/external/syslinux/core/lwip/src/netif/
H A Detharp.c106 u8_t ctime; member in struct:etharp_entry
187 arp_table[i].ctime = 0;
216 arp_table[i].ctime++;
217 if ((arp_table[i].ctime >= ARP_MAXAGE) ||
219 (arp_table[i].ctime >= ARP_MAXPENDING))) {
303 if (arp_table[i].ctime >= age_queue) {
305 age_queue = arp_table[i].ctime;
310 if (arp_table[i].ctime >= age_pending) {
312 age_pending = arp_table[i].ctime;
323 if (arp_table[i].ctime >
[all...]
H A Dundiif.c155 u8_t ctime; member in struct:undiarp_entry
653 arp_table[i].ctime++;
655 (arp_table[i].ctime >= UNDIARP_MAXAGE)) ||
657 (arp_table[i].ctime >= UNDIARP_MAXPENDING))) {
790 if (arp_table[i].ctime >= age_queue) {
792 age_queue = arp_table[i].ctime;
797 if (arp_table[i].ctime >= age_pending) {
799 age_pending = arp_table[i].ctime;
816 } else if (arp_table[i].ctime >= age_stable) {
818 age_stable = arp_table[i].ctime;
[all...]
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h135 /* The uid, gid, atime, mtime and ctime members could be longer, but
154 jint32_t ctime; /* Change time. */ member in struct:jffs2_raw_inode
H A Dmsdos_fs.h179 __le16 ctime; /* Creation time */ member in struct:msdos_dir_entry
H A Dbtrfs_tree.h572 struct btrfs_timespec ctime; member in struct:btrfs_inode_item
635 struct btrfs_timespec ctime; member in struct:btrfs_root_item
H A Dfuse.h102 * - add ctime and ctimensec to fuse_setattr_in
164 uint64_t ctime; member in struct:fuse_attr
474 uint64_t ctime; member in struct:fuse_setattr_in
/external/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp267 int env$$ctime(WasmPtr<time_t> Time) {
269 char *CTime = ctime(Time.asPtr());
/external/syslinux/core/include/
H A Dfs.h111 uint32_t ctime; /* Create time */ member in struct:inode
/external/toybox/toys/
H A De2fs.h89 uint32_t ctime; // Creation time member in struct:ext2_inode
/external/toybox/toys/pending/
H A Dcrond.c584 static void schedule_jobs(time_t ctime, time_t ptime) argument
588 for (; tm <= ctime; tm += 60) {
628 time_t ctime, ptime; local
657 ctime = time(NULL);
662 ptime = ctime;
664 tdiff =(long) ((ctime = time(NULL)) - ptime);
676 schedule_jobs(ctime, ptime);
/external/syslinux/core/fs/btrfs/
H A Dbtrfs.h239 struct btrfs_timespec ctime; member in struct:btrfs_inode_item
/external/syslinux/core/fs/ntfs/
H A Dntfs.h335 int64_t ctime; member in struct:ntfs_filename_attr
/external/e2fsprogs/lib/blkid/
H A Dprobe.h326 __u32 ctime; member in struct:mdp_superblock_s
/external/r8/deps/
H A Dcommons-compress-1.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/compress/ ...

Completed in 727 milliseconds

12