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

/openbsd-current/gnu/usr.bin/perl/lib/Time/
H A Dlocaltime.pm39 sub ctime (;$) { scalar CORE::localtime(@_ ? shift : time) } subroutine
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dtime.h41 #undef ctime macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_ctime.h59 #undef ctime macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dtime.h41 #undef ctime macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_ctime.h59 #undef ctime macro
/openbsd-current/usr.bin/at/
H A Dat.h32 time_t ctime; member in struct:atjob
/openbsd-current/sys/lib/libsa/
H A Dctime.c34 ctime(const time_t *clock) function
/openbsd-current/lib/libc/hidden/
H A Dtime.h34 PROTO_STD_DEPRECATED(ctime); variable
/openbsd-current/sys/isofs/cd9660/
H A Diso.h165 char ctime [ISODCL (11, 27)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
/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/usr.bin/ipcs/
H A Dipcs.c305 show_msginfo(time_t stime, time_t rtime, time_t ctime, int ipcid, key_t key, argument
360 show_shminfo(time_t atime, time_t dtime, time_t ctime, int ipcid, key_t key, argument
413 show_seminfo(time_t otime, time_t ctime, int ipcid, key_t key, mode_t mode, argument
/openbsd-current/usr.sbin/smtpd/
H A Dscheduler_ramqueue.c56 time_t ctime; member in struct:rq_envelope
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h207 uint32 ctime; /* mac file create time [44]*/ member in struct:__anon7415
/openbsd-current/usr.sbin/amd/rpcx/
H A Dnfs_prot.h106 nfstime ctime; member in struct:fattr
/openbsd-current/lib/libc/time/
H A Dlocaltime.c1532 ctime(const time_t *timep) function
/openbsd-current/gnu/usr.bin/perl/
H A Dreentr.h876 # undef ctime macro
878 # define ctime(a) ctime_r(a, PL_reentrant_buffer->_ctime_buffer) macro
881 # define ctime(a) ctime_r(a, PL_reentrant_buffer->_ctime_buffer, PL_reentrant_buffer->_ctime_size) macro
884 # define ctime(a) (ctime_r(a, PL_reentrant_buffer->_ctime_buffer) == 0 ? PL_reentrant_buffer->_ctime_buffer : 0) macro
887 # define ctime(a) (ctime_r(a, PL_reentrant_buffer->_ctime_buffer, PL_reentrant_buffer->_ctime_size) == 0 ? PL_reentrant_buffer->_ctime_buffer : 0) macro
[all...]
/openbsd-current/sys/isofs/udf/
H A Decma167-udf.h759 struct timestamp ctime; member in struct:extfile_entry

Completed in 179 milliseconds