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

1 2 3 4 5 6

  /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));
v7fs_inode.h 45 v7fs_time_t ctime; member in struct:v7fs_inode
v7fs_superblock_util.c 96 printf("%s", ctime(&t));
v7fs.h 160 v7fs_time_t ctime; member in struct:v7fs_inode_diskimage
v7fs_file.c 154 if (attr->ctime)
155 inode.ctime = attr->ctime;
v7fs_impl.h 97 v7fs_time_t ctime; member in struct:v7fs_fileattr
  /src/sys/nfs/
nfs_clntsubs.c 158 struct timespec ctime; local in function:nfs_loadattrcache
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/games/mille/
save.c 128 if ((p = ctime(tp)) == NULL)
166 if ((p = ctime(&sbuf.st_mtime)) == NULL)
  /src/sys/ufs/chfs/
media.h 91 le32 ctime; /* change time */ member in struct:chfs_flash_vnode
chfs_inode.h 106 uint32_t ctime; /* creation time */ member in struct:chfs_inode
  /src/sbin/fsdb/
fsdbutil.c 147 p = ctime(&t);
151 p = ctime(&t);
152 printf("\n\t CTIME=%15.15s %4.4s [%d nsec]", &p[4], &p[20],
155 p = ctime(&t);
160 p = ctime(&t);
  /src/sys/arch/sparc64/sparc64/
clock.c 619 struct timeval ctime; local in function:clockintr
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/tests/kernel/
t_sysv.c 324 printf("stime: %s", ctime(&mp->msg_stime));
325 printf("rtime: %s", ctime(&mp->msg_rtime));
326 printf("ctime: %s", ctime(&mp->msg_ctime));
544 printf("otime: %s", ctime(&sp->sem_otime));
545 printf("ctime: %s", ctime(&sp->sem_ctime));
727 printf("atime: %s", ctime(&sp->shm_atime));
728 printf("dtime: %s", ctime(&sp->shm_dtime));
729 printf("ctime: %s", ctime(&sp->shm_ctime))
    [all...]
  /src/usr.bin/moduli/qsafe/
qsafe.c 116 ctime(&time_start), trials, generator_wanted);
322 ctime(&time_stop), count_out, count_possible,
  /src/distrib/utils/tls/
tls.c 127 if ((date = ctime(&st.st_mtime)) == NULL)
  /src/usr.bin/find/
ls.c 96 longstring = ctime(&ftime);
  /src/lib/libc/compat/include/
time.h 61 char *ctime(const int32_t *);
  /src/sbin/dump/
itime.c 219 spcl.c_date == 0 ? "the epoch\n" : ctime(&dtfound->dd_ddate));
229 ctime(&what->dd_ddate)) < 0)
250 ddatep->dd_ddate == 0 ? "the epoch\n" : ctime(&ddatep->dd_ddate));
  /src/usr.bin/moduli/qsieve/
qsieve.c 332 ctime(&time_start), largenumbers, power);
416 ctime(&time_stop), largetries,
455 ctime(&time_stop), r);
  /src/sys/fs/sysvbfs/
bfs.h 82 int32_t ctime; member in struct:bfs_fileattr
  /src/usr.bin/finger/
sprint.c 128 p = ctime(&w->loginat);
  /src/usr.bin/leave/
leave.c 149 ctime(&daytime), (unsigned)getpid());
  /src/usr.sbin/rdate/
rdate.c 173 (void) fputs(ctime(&tim), stdout);
  /src/usr.bin/script/
script.c 275 (void)fprintf(fscript, "Script started on %s", ctime(&tvec));
352 ctime(&tvec));
478 ctime(&tclock));
488 ctime(&tclock));
  /src/lib/libc/time/
asctime.c 182 ctime(const time_t *timep) function in typeref:typename:char *
184 /* Do not call localtime_r, as C23 requires ctime to initialize the

Completed in 22 milliseconds

1 2 3 4 5 6