Searched defs:timep (Results 1 – 16 of 16) sorted by relevance
| /freebsd-head/contrib/tzcode/ |
| HD | asctime.c | 135 ctime_r(const time_t *timep, char *buf) in ctime_r() 143 ctime(const time_t *timep) in ctime()
|
| HD | localtime.c | 1551 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 …]
|
| HD | zic.c | 2185 const char *timep) in rulesub()
|
| /freebsd-head/contrib/unbound/compat/ |
| HD | 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()
|
| HD | ctime_r.c | 23 char *ctime_r(const time_t *timep, char *buf) in ctime_r()
|
| /freebsd-head/contrib/ldns/compat/ |
| HD | gmtime_r.c | 9 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r()
|
| HD | localtime_r.c | 9 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r()
|
| HD | ctime_r.c | 9 char *ctime_r(const time_t *timep, char *buf) in ctime_r()
|
| /freebsd-head/contrib/ntp/libntp/ |
| HD | uglydate.c | 19 char *timep; in uglydate() local
|
| /freebsd-head/lib/libc/rpc/ |
| HD | rtime.c | 66 rtime(struct sockaddr_in *addrp, struct timeval *timep, in rtime()
|
| HD | rpcb_clnt.c | 1182 rpcb_gettime(const char *host, time_t *timep) in rpcb_gettime()
|
| /freebsd-head/usr.sbin/rpc.umntall/ |
| HD | mounttab.c | 78 char *timep, *endp; in read_mtab() local
|
| /freebsd-head/sbin/dhclient/ |
| HD | parse.c | 219 parse_lease_time(FILE *cfile, time_t *timep) in parse_lease_time()
|
| /freebsd-head/crypto/openssh/openbsd-compat/ |
| HD | bsd-misc.c | 442 localtime_r(const time_t *timep, struct tm *result) in localtime_r()
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | 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()
|
| /freebsd-head/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_7zip.c | 2846 fileTimeToUtc(uint64_t fileTime, time_t *timep, long *ns) in fileTimeToUtc()
|