Searched defs:timep (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | tputcfent.c | 50 struct tm *timep; local 150 timep = localtime(&(ept->cinfo.modtime)); 153 timep);
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | rtime_tli.c | 71 rtime_tli(char *host, struct timeval *timep, struct timeval *timeout) argument 151 timep->tv_sec = thetime - TOFFSET; 152 timep->tv_usec = 0;
|
H A D | rpcb_clnt.c | 1204 rpcb_gettime(const char *host, time_t *timep) argument 1213 (void) time(timep); 1238 (xdrproc_t)xdr_time_t, (char *)timep, tottimeout); 1248 (xdrproc_t)xdr_time_t, (char *)timep,
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_hotspares.c | 602 char *timep; local 639 timep = meta_print_time(&tv); 644 hsp->size, devid, timep) == EOF) {
|
H A D | meta_trans.c | 868 char *timep; local 893 timep = meta_print_time(&tv); 895 timep = ""; 898 mt_state, timep) == EOF) { 1175 char *timep; local 1230 timep = meta_print_time(&tv); 1232 timep = ""; 1235 ml_state, timep) == EOF) {
|
H A D | meta_mirror.c | 1006 char *timep; local 1032 timep = meta_print_time(&tv); 1034 timep = ""; 1038 sm_state, timep) == EOF) { 1194 char *timep; local 1234 timep = meta_print_time(&tv); 1236 timep = ""; 1242 sm_state, timep) == EOF) {
|
H A D | meta_stripe.c | 810 char *timep = meta_print_time(&tv); local 816 timep) == EOF) {
|
H A D | meta_raid.c | 721 char *timep = meta_print_time(&tv); local 726 col_state, devid, hsname, timep) == EOF) { 792 char *timep; local 829 timep = meta_print_time(&tv); 831 timep = ""; 835 raid_state, timep) == EOF) {
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 433 gmtime_r(const time_t *timep, struct tm *p_tm) argument 435 return (offtime_u(*timep, 0L, p_tm)); 451 gmtime(const time_t *timep) argument 457 return (gmtime_r(timep, p_tm)); 462 __gmtime64(const timeINT_t *timep) argument 468 return (offtime_u(*timep, 0L, p_tm)); 641 localtime_r(const time_t *timep, struct tm *p_tm) argument 643 return (localtime_int(*timep, p_tm)); 664 localtime(const time_t *timep) argument 670 return (localtime_int(*timep, p_t 678 __localtime64(const timeINT_t *timep) argument [all...] |
Completed in 119 milliseconds