/freebsd/contrib/tzcode/ |
H A D | asctime.c | 122 ctime_r(const time_t * timep,char * buf) ctime_r() argument 130 ctime(const time_t * timep) ctime() argument
|
H A D | localtime.c | 1610 localsub(struct state const * sp,time_t const * timep,int_fast32_t setname,struct tm * const tmp) localsub() argument 1706 localtime_rz(struct state * restrict sp,time_t const * restrict timep,struct tm * restrict tmp) localtime_rz() argument 1715 localtime_tzset(time_t const * timep,struct tm * tmp,bool setname) localtime_tzset() argument 1739 localtime(const time_t * timep) localtime() argument 1766 localtime_r(const time_t * restrict timep,struct tm * restrict tmp) localtime_r() argument 1776 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const * sp,time_t const * timep,int_fast32_t offset,struct tm * tmp) gmtsub() argument 1799 gmtime_r(time_t const * restrict timep,struct tm * restrict tmp) gmtime_r() argument 1813 gmtime(const time_t * timep) gmtime() argument 1845 offtime_r(time_t const * restrict timep,long offset,struct tm * restrict tmp) offtime_r() argument 1859 offtime(const time_t * timep,long offset) offtime() argument 1907 timesub(const time_t * timep,int_fast32_t offset,const struct state * sp,struct tm * tmp) timesub() argument [all...] |
H A D | zic.c | 2185 const char *timep) in rulesub() argument
|
/freebsd/contrib/unbound/compat/ |
H A D | gmtime_r.c | 45 timesub(timep, offset, tmp) in timesub() argument 103 struct tm * gmtime_r(const time_t* timep, struct tm *tm) in gmtime_r()
|
H A D | ctime_r.c | 23 char *ctime_r(const time_t *timep, char *buf) in ctime_r()
|
/freebsd/contrib/ldns/compat/ |
H A D | gmtime_r.c | 9 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r()
|
H A D | localtime_r.c | 9 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r()
|
H A D | ctime_r.c | 9 char *ctime_r(const time_t *timep, char *buf) in ctime_r()
|
/freebsd/contrib/ntp/libntp/ |
H A D | uglydate.c | 20 char *timep; uglydate() local
|
/freebsd/lib/libc/rpc/ |
H A D | rtime.c | 66 rtime(struct sockaddr_in *addrp, struct timeval *timep, in rtime()
|
H A D | rpcb_clnt.c | 1182 rpcb_gettime(const char *host, time_t *timep) in rpcb_gettime()
|
/freebsd/usr.sbin/rpc.umntall/ |
H A D | mounttab.c | 78 char *timep, *endp; in read_mtab() local
|
/freebsd/sbin/dhclient/ |
H A D | parse.c | 219 parse_lease_time(FILE *cfile, time_t *timep) in parse_lease_time()
|
/freebsd/crypto/krb5/src/kprop/ |
H A D | kproplog.c | 67 print_time(uint32_t *timep) in print_time()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 442 localtime_r(const time_t *timep, struct tm *result) in localtime_r()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 994 char *__dfsw_ctime_r(const time_t *timep, char *buf, dfsan_label timep_label, in __dfsw_ctime_r() 1008 char *__dfso_ctime_r(const time_t *timep, char *buf, dfsan_label timep_label, in __dfso_ctime_r() 1377 struct tm *__dfsw_localtime_r(const time_t *timep, struct tm *result, in __dfsw_localtime_r() 1392 struct tm *__dfso_localtime_r(const time_t *timep, struct tm *result, in __dfso_localtime_r()
|