| /openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| D | perlxs.pod | 101 bool_t rpcb_gettime(const char *host, time_t *timep); 108 time_t timep; 109 status = rpcb_gettime( "localhost", &timep ); 113 The $status and $timep variables will contain the output of the function. 116 $status = rpcb_gettime( "localhost", $timep ); 140 rpcb_gettime(host,timep) 142 time_t &timep 144 timep 444 rpcb_gettime(host,timep) 446 time_t &timep [all …]
|
| /openbsd/src/lib/libc/time/ |
| D | localtime.c | 140 static struct tm * gmtsub(const time_t * timep, long offset, 142 static struct tm * localsub(const time_t * timep, long offset, 164 static struct tm * timesub(const time_t * timep, long offset, 1213 localsub(const time_t *timep, long offset, struct tm *tmp) in localsub() argument 1219 const time_t t = *timep; in localsub() 1223 return gmtsub(timep, offset, tmp); in localsub() 1307 localtime_r(const time_t *timep, struct tm *p_tm) in localtime_r() argument 1311 p_tm = localsub(timep, 0L, p_tm); in localtime_r() 1318 localtime(const time_t *timep) in localtime() argument 1325 return localtime_r(timep, p_tm); in localtime() [all …]
|
| /openbsd/src/gnu/gcc/libmudflap/ |
| D | mf-hooks2.c | 493 WRAPPER2(char *, ctime, const time_t *timep) in WRAPPER2() argument 498 MF_VALIDATE_EXTENT(timep, sizeof (time_t), __MF_CHECK_READ, "ctime time"); in WRAPPER2() 499 result = ctime (timep); in WRAPPER2() 510 WRAPPER2(struct tm*, localtime, const time_t *timep) in WRAPPER2() argument 515 MF_VALIDATE_EXTENT(timep, sizeof (time_t), __MF_CHECK_READ, "localtime time"); in WRAPPER2() 516 result = localtime (timep); in WRAPPER2() 526 WRAPPER2(struct tm*, gmtime, const time_t *timep) in WRAPPER2() argument 531 MF_VALIDATE_EXTENT(timep, sizeof (time_t), __MF_CHECK_READ, "gmtime time"); in WRAPPER2() 532 result = gmtime (timep); in WRAPPER2() 567 WRAPPER2(time_t, time, time_t *timep) in WRAPPER2() argument [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | dfsan_custom.cpp | 878 char *__dfsw_ctime_r(const time_t *timep, char *buf, dfsan_label timep_label, in __dfsw_ctime_r() argument 880 char *ret = ctime_r(timep, buf); in __dfsw_ctime_r() 882 dfsan_set_label(dfsan_read_label(timep, sizeof(time_t)), buf, in __dfsw_ctime_r() 892 char *__dfso_ctime_r(const time_t *timep, char *buf, dfsan_label timep_label, in __dfso_ctime_r() argument 896 char *ret = ctime_r(timep, buf); in __dfso_ctime_r() 899 dfsan_read_label(timep, sizeof(time_t)), in __dfso_ctime_r() 900 dfsan_read_origin_of_first_taint(timep, sizeof(time_t)), buf, in __dfso_ctime_r() 1349 struct tm *__dfsw_localtime_r(const time_t *timep, struct tm *result, in __dfsw_localtime_r() argument 1352 struct tm *ret = localtime_r(timep, result); in __dfsw_localtime_r() 1354 dfsan_set_label(dfsan_read_label(timep, sizeof(time_t)), result, in __dfsw_localtime_r() [all …]
|
| /openbsd/src/usr.sbin/dhcpd/ |
| D | parse.c | 289 parse_lease_time(FILE *cfile, time_t *timep) in parse_lease_time() argument 304 *timep = value; in parse_lease_time()
|
| /openbsd/src/sbin/unwind/libunbound/ |
| D | config.h | 1342 struct tm *gmtime_r(const time_t *timep, struct tm *result); 1395 char *ctime_r(const time_t *timep, char *buf);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 1398 INTERCEPTOR(__sanitizer_tm *, localtime, unsigned long *timep) { 1400 COMMON_INTERCEPTOR_ENTER(ctx, localtime, timep); 1401 __sanitizer_tm *res = REAL(localtime)(timep); 1403 COMMON_INTERCEPTOR_READ_RANGE(ctx, timep, sizeof(*timep)); 1408 INTERCEPTOR(__sanitizer_tm *, localtime_r, unsigned long *timep, void *result) { 1410 COMMON_INTERCEPTOR_ENTER(ctx, localtime_r, timep, result); 1411 __sanitizer_tm *res = REAL(localtime_r)(timep, result); 1413 COMMON_INTERCEPTOR_READ_RANGE(ctx, timep, sizeof(*timep)); 1418 INTERCEPTOR(__sanitizer_tm *, gmtime, unsigned long *timep) { 1420 COMMON_INTERCEPTOR_ENTER(ctx, gmtime, timep); [all …]
|
| /openbsd/src/usr.sbin/zic/ |
| D | zic.c | 139 const char *dayp, const char *timep); 1174 const char * const timep) in rulesub() argument 1187 dp = ecpyalloc(timep); in rulesub()
|
| /openbsd/src/gnu/usr.bin/perl/vms/ |
| D | vms.c | 11590 Perl_my_time(pTHX_ time_t *timep) argument 11629 if (timep != NULL) *timep = when; 11638 Perl_my_gmtime(pTHX_ const time_t *timep) argument 11643 if (timep == NULL) { 11647 if (*timep == 0) gmtime_emulation_type = 0; /* possibly reset TZ */ 11649 when = *timep; 11660 Perl_my_localtime(pTHX_ const time_t *timep) argument 11664 if (timep == NULL) { 11668 if (*timep == 0) gmtime_emulation_type = 0; /* possibly reset TZ */ 11671 when = *timep;
|
| /openbsd/src/usr.sbin/unbound/ |
| D | config.h.in | 1337 struct tm *gmtime_r(const time_t *timep, struct tm *result); 1390 char *ctime_r(const time_t *timep, char *buf);
|
| D | acx_nlnetlabs.m4 | 1324 struct tm *gmtime_r(const time_t *timep, struct tm *result);
|
| D | configure.ac | 2224 char *ctime_r(const time_t *timep, char *buf);
|
| /openbsd/src/usr.sbin/nsd/ |
| D | acx_nlnetlabs.m4 | 1324 struct tm *gmtime_r(const time_t *timep, struct tm *result);
|