Home
last modified time | relevance | path

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

/freebsd-head/contrib/tzcode/
HDasctime.c135 ctime_r(const time_t *timep, char *buf) in ctime_r()
143 ctime(const time_t *timep) in ctime()
HDlocaltime.c1551 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub()
1647 localtime_rz(struct state *restrict sp, time_t const *restrict timep, in localtime_rz()
1656 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname) in localtime_tzset()
1680 localtime(const time_t *timep) in localtime()
1707 localtime_r(const time_t *restrict timep, struct tm *restrict tmp) in localtime_r()
1717 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const *sp, time_t const *timep, in gmtsub()
1740 gmtime_r(time_t const *restrict timep, struct tm *restrict tmp) in gmtime_r()
1754 gmtime(const time_t *timep) in gmtime()
1786 offtime_r(time_t const *restrict timep, long offset, struct tm *restrict tmp) in offtime_r()
1800 offtime(const time_t *timep, long offset) in offtime()
[all …]
HDzic.c2185 const char *timep) in rulesub()
/freebsd-head/contrib/unbound/compat/
HDgmtime_r.c45 timesub(timep, offset, tmp) in timesub() argument
103 struct tm * gmtime_r(const time_t* timep, struct tm *tm) in gmtime_r()
HDctime_r.c23 char *ctime_r(const time_t *timep, char *buf) in ctime_r()
/freebsd-head/contrib/ldns/compat/
HDgmtime_r.c9 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r()
HDlocaltime_r.c9 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r()
HDctime_r.c9 char *ctime_r(const time_t *timep, char *buf) in ctime_r()
/freebsd-head/contrib/ntp/libntp/
HDuglydate.c19 char *timep; in uglydate() local
/freebsd-head/lib/libc/rpc/
HDrtime.c66 rtime(struct sockaddr_in *addrp, struct timeval *timep, in rtime()
HDrpcb_clnt.c1182 rpcb_gettime(const char *host, time_t *timep) in rpcb_gettime()
/freebsd-head/usr.sbin/rpc.umntall/
HDmounttab.c78 char *timep, *endp; in read_mtab() local
/freebsd-head/sbin/dhclient/
HDparse.c219 parse_lease_time(FILE *cfile, time_t *timep) in parse_lease_time()
/freebsd-head/crypto/openssh/openbsd-compat/
HDbsd-misc.c442 localtime_r(const time_t *timep, struct tm *result) in localtime_r()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_custom.cpp994 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()
/freebsd-head/contrib/libarchive/libarchive/
HDarchive_read_support_format_7zip.c2846 fileTimeToUtc(uint64_t fileTime, time_t *timep, long *ns) in fileTimeToUtc()