HomeSort by: relevance | last modified time | path
    Searched defs:ctime (Results 1 - 25 of 106) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
time.h 29 #include <ctime>
41 #undef ctime macro
55 using std::ctime;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
time.h 29 #include <ctime>
41 #undef ctime macro
55 using std::ctime;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
ctime.c 1 /* Implementation of the CTIME and FDATE g77 intrinsics.
33 /* Maximum space a ctime-like string might need. A "normal" ctime
41 /* Thread-safe ctime-like function that fills a Fortran
44 strftime(..., "%c",...) doesn't produce ctime-like output on
105 extern void PREFIX(ctime) (char **, gfc_charlen_type *, GFC_INTEGER_8);
106 export_proto_np(PREFIX(ctime));
109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
ctime.c 1 /* Implementation of the CTIME and FDATE g77 intrinsics.
33 /* Maximum space a ctime-like string might need. A "normal" ctime
41 /* Thread-safe ctime-like function that fills a Fortran
44 strftime(..., "%c",...) doesn't produce ctime-like output on
105 extern void PREFIX(ctime) (char **, gfc_charlen_type *, GFC_INTEGER_8);
106 export_proto_np(PREFIX(ctime));
109 PREFIX(ctime) (char ** date, gfc_charlen_type * date_len, GFC_INTEGER_8 t) function
  /src/lib/libc/time/
asctime.c 182 ctime(const time_t *timep) function
184 /* Do not call localtime_r, as C23 requires ctime to initialize the
  /src/sys/fs/v7fs/
v7fs_inode.h 45 v7fs_time_t ctime; member in struct:v7fs_inode
v7fs_impl.h 97 v7fs_time_t ctime; member in struct:v7fs_fileattr
  /src/external/ibm-public/postfix/dist/src/global/
mail_stream.h 48 struct timeval ctime; /* creation time */ member in struct:MAIL_STREAM
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_sa.c 205 uint64_t crtime[2], mtime[2], ctime[2]; local
232 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CTIME(zfsvfs), NULL, &ctime, 16);
268 &ctime, 16);
zfs_dir.c 503 uint64_t mtime[2], ctime[2]; local
541 ctime, sizeof (ctime));
543 ctime, B_TRUE);
558 ctime, sizeof (ctime));
561 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE);
610 uint64_t mtime[2], ctime[2]; local
650 NULL, &ctime, sizeof (ctime));
    [all...]
  /src/external/gpl2/lvm2/dist/lib/filters/
filter-persistent.c 33 time_t ctime; member in struct:pfilter
107 pf->ctime = info.st_ctime;
232 if (info.st_ctime != pf->ctime)
  /src/sys/nfs/
nfs_clntsubs.c 158 struct timespec ctime; local
171 fxdr_nfsv3time(&fp->fa3_ctime, &ctime);
179 ctime.tv_sec = fxdr_unsigned(u_int32_t,
181 ctime.tv_nsec = 0;
218 * Invalidate access cache if uid, gid, mode or ctime changed.
222 || timespeccmp(&ctime, &vap->va_ctime, !=)))
229 vap->va_ctime = ctime;
383 nfs_check_wccdata(struct nfsnode *np, const struct timespec *ctime,
403 if (vp->v_type == VDIR && timespeccmp(octime, ctime, <=)) {
404 reason = "ctime";
    [all...]
  /src/share/examples/puffs/pgfs/
newfs.sql 67 ctime timestamptz NOT NULL,
94 atime, ctime, mtime, btime)
  /src/sys/arch/sparc64/sparc64/
clock.c 619 struct timeval ctime; local
622 microtime(&ctime);
624 tick_base = (ctime.tv_sec * 1000000LL + ctime.tv_usec)
629 int64_t clk = (ctime.tv_sec * 1000000LL + ctime.tv_usec);
  /src/sys/fs/sysvbfs/
bfs.h 82 int32_t ctime; member in struct:bfs_fileattr
  /src/sys/ufs/chfs/
media.h 91 le32 ctime; /* change time */ member in struct:chfs_flash_vnode
  /src/external/gpl3/gcc/dist/libbacktrace/
xztest.c 260 size_t ctime; local
422 ctime = (ts2.tv_sec - ts1.tv_sec) * 1000000000;
423 ctime += ts2.tv_nsec - ts1.tv_nsec;
424 ctimes[i] = ctime;
469 ctime = average_time (ctimes, trials);
472 printf ("backtrace: %zu ns\n", ctime);
474 printf ("ratio : %g\n", (double) ztime / (double) ctime);
zstdtest.c 307 size_t ctime; local
451 ctime = (ts2.tv_sec - ts1.tv_sec) * 1000000000;
452 ctime += ts2.tv_nsec - ts1.tv_nsec;
453 ctimes[i] = ctime;
484 ctime = average_time (ctimes, trials);
487 printf ("backtrace: %zu ns\n", ctime);
489 printf ("ratio : %g\n", (double) ztime / (double) ctime);
ztest.c 312 size_t ctime; local
467 ctime = (ts2.tv_sec - ts1.tv_sec) * 1000000000;
468 ctime += ts2.tv_nsec - ts1.tv_nsec;
469 ctimes[i] = ctime;
502 ctime = average_time (ctimes, trials);
505 printf ("backtrace: %zu ns\n", ctime);
507 printf ("ratio : %g\n", (double) ztime / (double) ctime);
  /src/external/gpl3/gcc.old/dist/libbacktrace/
xztest.c 260 size_t ctime; local
422 ctime = (ts2.tv_sec - ts1.tv_sec) * 1000000000;
423 ctime += ts2.tv_nsec - ts1.tv_nsec;
424 ctimes[i] = ctime;
469 ctime = average_time (ctimes, trials);
472 printf ("backtrace: %zu ns\n", ctime);
474 printf ("ratio : %g\n", (double) ztime / (double) ctime);
ztest.c 312 size_t ctime; local
467 ctime = (ts2.tv_sec - ts1.tv_sec) * 1000000000;
468 ctime += ts2.tv_nsec - ts1.tv_nsec;
469 ctimes[i] = ctime;
502 ctime = average_time (ctimes, trials);
505 printf ("backtrace: %zu ns\n", ctime);
507 printf ("ratio : %g\n", (double) ztime / (double) ctime);
  /src/external/gpl3/gdb/dist/libbacktrace/
xztest.c 260 size_t ctime; local
422 ctime = (ts2.tv_sec - ts1.tv_sec) * 1000000000;
423 ctime += ts2.tv_nsec - ts1.tv_nsec;
424 ctimes[i] = ctime;
469 ctime = average_time (ctimes, trials);
472 printf ("backtrace: %zu ns\n", ctime);
474 printf ("ratio : %g\n", (double) ztime / (double) ctime);
zstdtest.c 307 size_t ctime; local
451 ctime = (ts2.tv_sec - ts1.tv_sec) * 1000000000;
452 ctime += ts2.tv_nsec - ts1.tv_nsec;
453 ctimes[i] = ctime;
484 ctime = average_time (ctimes, trials);
487 printf ("backtrace: %zu ns\n", ctime);
489 printf ("ratio : %g\n", (double) ztime / (double) ctime);
ztest.c 312 size_t ctime; local
467 ctime = (ts2.tv_sec - ts1.tv_sec) * 1000000000;
468 ctime += ts2.tv_nsec - ts1.tv_nsec;
469 ctimes[i] = ctime;
502 ctime = average_time (ctimes, trials);
505 printf ("backtrace: %zu ns\n", ctime);
507 printf ("ratio : %g\n", (double) ztime / (double) ctime);
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
time.h 823 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime.html>. */
827 # define ctime rpl_ctime
829 _GL_FUNCDECL_RPL (ctime, char *, (time_t const *__tp)
831 _GL_CXXALIAS_RPL (ctime, char *, (time_t const *__tp));
833 _GL_CXXALIAS_SYS (ctime, char *, (time_t const *__tp));
836 _GL_CXXALIASWARN (ctime);
953 # undef ctime macro
954 _GL_WARN_ON_USE (ctime, "ctime can overrun buffers in some cases - "

Completed in 73 milliseconds

1 2 3 4 5