Searched refs:ctime (Results 76 - 100 of 246) sorted by relevance

12345678910

/openbsd-current/usr.sbin/yppoll/
H A Dyppoll.c170 (long long)order, ctime(&torder));
/openbsd-current/usr.bin/ssh/
H A Dsshlogin.c129 time_string = ctime(&last_login_time);
/openbsd-current/games/battlestar/
H A Dcommand6.c128 date = ctime(&tv);
/openbsd-current/sys/arch/i386/stand/cdboot/
H A DMakefile30 SRCS+= alloc.c ctime.c exit.c getchar.c hexdump.c \
/openbsd-current/sys/arch/amd64/stand/cdboot/
H A DMakefile31 strerror.c strncpy.c strtol.c strtoll.c ctime.c strlcpy.c
/openbsd-current/usr.sbin/makefs/cd9660/
H A Diso.h162 char ctime [ISODCL (11, 27)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
/openbsd-current/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h30 #include <ctime>
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DFileManager.h31 #include <ctime>
/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DMainLoopWindows.cpp17 #include <ctime>
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DChrono.h16 #include <ctime>
/openbsd-current/gnu/llvm/libcxx/include/__chrono/
H A Dconvert_to_tm.h31 #include <ctime>
/openbsd-current/usr.bin/lastcomm/
H A Dlastcomm.c132 t / (double)AHZ, ctime(&ab.ac_btime));
/openbsd-current/sbin/pfctl/
H A Dpfctl_table.c398 ct = ctime(&time);
499 ct = ctime(&time);
502 printf("\tCleared: %s", ctime(&time));
630 ct = ctime(&tzero);
/openbsd-current/sbin/dump/
H A Dmain.c426 ct = ctime(&t);
430 ct = ctime(&t);
594 ct = ctime(&t);
598 ct = ctime(&t);
/openbsd-current/sbin/scan_ffs/
H A Dscan_ffs.c60 char *ct = ctime(&t);
/openbsd-current/usr.sbin/ldapctl/
H A Dldapctl.c403 printf("start time: %s", ctime(&st->started_at));
419 printf("%s timestamp: %s", prefix, ctime(&st->created_at));
/openbsd-current/sys/isofs/cd9660/
H A Dcd9660_node.c316 cd9660_tstamp_conv17(ap->ctime,&inop->inode.iso_atime);
317 if (!cd9660_tstamp_conv17(ap->ctime,&inop->inode.iso_ctime))
/openbsd-current/lib/librpcsvc/
H A Dnfs_prot.x129 nfstime ctime; /* time of last change */
/openbsd-current/usr.sbin/amd/rpcx/
H A Dnfs_prot.x148 nfstime ctime; /* time of last change */
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A Dstat.t35 [ctime => 'change time'],
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
H A DSemaphore.pm35 ctime => '$',
290 ctime
H A DSharedMem.pm40 ctime => '$',
231 ctime
/openbsd-current/usr.sbin/mtree/
H A Dcompare.c207 tab, ctime(&s->st_mtime));
208 (void)printf("%.24s", ctime(&p->fts_statp->st_mtime));
/openbsd-current/usr.bin/ipcs/
H A Dipcs.c305 show_msginfo(time_t stime, time_t rtime, time_t ctime, int ipcid, key_t key, argument
315 cvt_time(ctime, ctime_buf, sizeof(ctime_buf));
360 show_shminfo(time_t atime, time_t dtime, time_t ctime, int ipcid, key_t key, argument
369 cvt_time(ctime, ctime_buf, sizeof(ctime_buf));
413 show_seminfo(time_t otime, time_t ctime, int ipcid, key_t key, mode_t mode, argument
420 cvt_time(ctime, ctime_buf, sizeof(ctime_buf));
/openbsd-current/usr.bin/at/
H A Dat.c380 return (j1->ctime < j2->ctime) ? -1 : (j1->ctime > j2->ctime);
550 job->ctime = stbuf.st_ctime;

Completed in 377 milliseconds

12345678910