Home
last modified time | relevance | path

Searched defs:timep (Results 1 – 16 of 16) sorted by relevance

/freebsd-src/contrib/tzcode/
H A Dasctime.c122 ctime_r(const time_t * timep,char * buf) ctime_r() argument
130 ctime(const time_t * timep) ctime() argument
H A Dlocaltime.c1610 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 Dzic.c2185 const char *timep) in rulesub() argument
/freebsd-src/contrib/unbound/compat/
H A Dgmtime_r.c45 timesub(timep, offset, tmp) in timesub() argument
103 struct tm * gmtime_r(const time_t* timep, struct tm *tm) in gmtime_r()
H A Dctime_r.c23 char *ctime_r(const time_t *timep, char *buf) in ctime_r()
/freebsd-src/contrib/ldns/compat/
H A Dgmtime_r.c9 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r()
H A Dlocaltime_r.c9 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r()
H A Dctime_r.c9 char *ctime_r(const time_t *timep, char *buf) in ctime_r()
/freebsd-src/contrib/ntp/libntp/
H A Duglydate.c19 char *timep; in uglydate() local
/freebsd-src/lib/libc/rpc/
H A Drtime.c66 rtime(struct sockaddr_in *addrp, struct timeval *timep, in rtime()
H A Drpcb_clnt.c1182 rpcb_gettime(const char *host, time_t *timep) in rpcb_gettime()
/freebsd-src/usr.sbin/rpc.umntall/
H A Dmounttab.c78 char *timep, *endp; in read_mtab() local
/freebsd-src/sbin/dhclient/
H A Dparse.c219 parse_lease_time(FILE *cfile, time_t *timep) in parse_lease_time()
/freebsd-src/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c442 localtime_r(const time_t *timep, struct tm *result) in localtime_r()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp994 char *__dfsw_ctime_r(const time_t *timep, char *buf, dfsan_label timep_label, in __dfsw_ctime_r() argument
1008 char *__dfso_ctime_r(const time_t *timep, char *buf, dfsan_label timep_label, in __dfso_ctime_r() argument
1377 struct tm *__dfsw_localtime_r(const time_t *timep, struct tm *result, in __dfsw_localtime_r() argument
1392 __dfso_localtime_r(const time_t * timep,struct tm * result,dfsan_label timep_label,dfsan_label result_label,dfsan_label * ret_label,dfsan_origin timep_origin,dfsan_origin result_origin,dfsan_origin * ret_origin) __dfso_localtime_r() argument
[all...]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c2823 fileTimeToUtc(uint64_t fileTime,time_t * timep,long * ns) fileTimeToUtc() argument