| /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/bsd/file/dist/src/ |
| ctime_r.c | 20 char *p = ctime(t);
|
| /src/external/bsd/unbound/dist/compat/ |
| ctime_r.c | 8 /** the lock for ctime buffer */ 34 result = ctime(timep); 37 result[8]=' '; /* fix error in windows ctime */
|
| /src/sys/fs/v7fs/ |
| v7fs_inode_util.c | 78 printf("atime %d mtime %d ctime %d\n", 79 p->atime, p->mtime, p->ctime); 83 time_t ct = p->ctime; 84 printf(" atime %s mtime %s ctime %s", ctime(&at), ctime(&mt), 85 ctime(&ct));
|
| /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/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| sleep.cc | 19 #include <ctime>
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| sleep.cc | 19 #include <ctime>
|
| /src/external/bsd/am-utils/dist/scripts/ |
| automount2amd.in | 32 require "ctime.pl"; 46 printf "# generated by automount2amd on %s\n", &ctime(time);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/precompiled/ |
| stdtr1c++.h | 45 #include <tr1/ctime>
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/precompiled/ |
| stdtr1c++.h | 45 #include <tr1/ctime>
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| sane_time.c | 121 vstream_printf("real: %s", ctime(&now)); 123 vstream_printf("fake: %s\n", ctime(&now));
|
| /src/external/bsd/libpcap/dist/msdos/ |
| bin2c.c | 31 argv[1], ctime(&now));
|
| /src/external/bsd/ntp/dist/util/ |
| testrs6000.c | 31 printf("Starting: %s", ctime(&curtime));
|
| /src/external/gpl2/xcvs/dist/lib/ |
| time_r.c | 59 return copy_string_result (buf, ctime (t));
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| rd_rep.c | 91 if ((*repl)->ctime != auth_context->authenticator->ctime ||
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| time.d | 42 @system char* ctime(const scope time_t* timer); // @system: MT-Unsafe race:tmbuf race:asctime env locale
|
| /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/external/gpl3/gdb/dist/gnulib/import/ |
| time.in.h | 312 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime.html>. */ 316 # define ctime rpl_ctime 318 _GL_FUNCDECL_RPL (ctime, char *, (time_t const *__tp) 320 _GL_CXXALIAS_RPL (ctime, char *, (time_t const *__tp)); 322 _GL_CXXALIAS_SYS (ctime, char *, (time_t const *__tp)); 325 _GL_CXXALIASWARN (ctime); 442 # undef ctime 443 _GL_WARN_ON_USE (ctime, "ctime can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| time.in.h | 312 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime.html>. */ 316 # define ctime rpl_ctime 318 _GL_FUNCDECL_RPL (ctime, char *, (time_t const *__tp) 320 _GL_CXXALIAS_RPL (ctime, char *, (time_t const *__tp)); 322 _GL_CXXALIAS_SYS (ctime, char *, (time_t const *__tp)); 325 _GL_CXXALIASWARN (ctime); 442 # undef ctime 443 _GL_WARN_ON_USE (ctime, "ctime can overrun buffers in some cases - "
|
| /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);
|