Searched refs:thetime (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c73 uint32_t thetime; local
108 tu_data.udata.buf = (char *)&thetime;
109 tu_data.udata.len = (uint_t)sizeof (thetime);
142 if (t_rcv(fd, (char *)&thetime, (uint_t)sizeof (thetime), &flag)
143 != (uint_t)sizeof (thetime)) {
150 thetime = ntohl(thetime);
151 timep->tv_sec = thetime - TOFFSET;
H A Dauth_time.c198 uint_t thetime; local
415 xdr_u_int, (char *)&thetime, tv);
529 tu_data.udata.buf = (char *)&thetime;
530 tu_data.udata.len = (uint_t)sizeof (thetime);
573 if (t_rcv(rtime_fd, (char *)&thetime,
574 (uint_t)sizeof (thetime), &flag) !=
575 (uint_t)sizeof (thetime)) {
588 thetime = ntohl(thetime);
590 thetime
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_vers.cc165 char *thetime; local
166 thetime = ctime((long *) (&(time_sec)));
167 thetime[strlen(thetime)-1] = 0;
174 thetime,

Completed in 16 milliseconds