Searched refs:timep (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/ntp/libntp/
H A Duglydate.c20 char *timep; local
26 timep = ulfptoa(ts, 6); /* returns max 17 characters */
46 "%17s %02d:%03d:%02d:%02d:%02d.%03ld", timep, year,
/freebsd-9.3-release/lib/libc/rpc/
H A Drtime.c70 rtime(addrp, timep, timeout)
72 struct timeval *timep;
145 timep->tv_sec = thetime - TOFFSET;
146 timep->tv_usec = 0;
H A Drpcb_clnt.c1209 rpcb_gettime(host, timep)
1211 time_t *timep;
1221 time(timep);
1247 (xdrproc_t) xdr_int, (char *)(void *)timep, tottimeout);
1257 (xdrproc_t) xdr_int, (char *)(void *)timep,
/freebsd-9.3-release/usr.sbin/rpc.umntall/
H A Dmounttab.c78 char *timep, *endp; local
98 timep = strsep(&cp, " \t\n");
99 if (timep == NULL || *timep == '\0') {
100 badline("time", timep);
113 ultmp = strtoul(timep, &endp, 10);
115 badline("time", timep);
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c184 static struct tm * gmtsub(const time_t * timep, long offset,
186 static struct tm * localsub(const time_t * timep, long offset,
208 static struct tm * timesub(const time_t * timep, long offset,
1344 localsub(timep, offset, tmp)
1345 const time_t * const timep;
1353 const time_t t = *timep;
1358 return gmtsub(timep, offset, tmp);
1443 localtime(timep)
1444 const time_t * const timep;
1463 localsub(timep,
[all...]
/freebsd-9.3-release/sbin/dhclient/
H A Dparse.c214 parse_lease_time(FILE *cfile, time_t *timep) argument
225 convert_num((unsigned char *)timep, val, 10, 32);
227 *timep = ntohl(*timep); /* XXX */
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c493 WRAPPER2(char *, ctime, const time_t *timep) argument
498 MF_VALIDATE_EXTENT(timep, sizeof (time_t), __MF_CHECK_READ, "ctime time");
499 result = ctime (timep);
510 WRAPPER2(struct tm*, localtime, const time_t *timep) argument
515 MF_VALIDATE_EXTENT(timep, sizeof (time_t), __MF_CHECK_READ, "localtime time");
516 result = localtime (timep);
526 WRAPPER2(struct tm*, gmtime, const time_t *timep) argument
531 MF_VALIDATE_EXTENT(timep, sizeof (time_t), __MF_CHECK_READ, "gmtime time");
532 result = gmtime (timep);
567 WRAPPER2(time_t, time, time_t *timep) argument
[all...]
/freebsd-9.3-release/sys/rpc/
H A Drpcb_clnt.c1224 rpcb_gettime(host, timep)
1226 time_t *timep;
1236 time(timep);
1262 (xdrproc_t) xdr_int, (char *)(void *)timep, tottimeout);
1272 (xdrproc_t) xdr_int, (char *)(void *)timep,
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dst/
H A Ddst.h805 * "timep" is not null.
829 dst_key_gettime(const dst_key_t *key, int type, isc_stdtime_t *timep);
831 * Get a member of the timing metadata array and place it in '*timep'.
836 * "timep" is not null.
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_api.c949 dst_key_gettime(const dst_key_t *key, int type, isc_stdtime_t *timep) { argument
951 REQUIRE(timep != NULL);
955 *timep = key->times[type];
H A Dzone.c15957 /* Called once; *timep should be set to the current time. */
15959 next_keyevent(dst_key_t *key, isc_stdtime_t *timep) { argument
15964 now = *timep;
15974 *timep = then;
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_proto.h105 char timep_l_[PADL_(long *)]; long * timep; char timep_r_[PADR_(long *)]; member in struct:ibcs2_stime_args
H A Dibcs2_misc.c914 error = copyin(uap->timep, &secs, sizeof(long));
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c147 const char * dayp, const char * timep);
1234 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep)
1241 const char * const timep;
1255 dp = ecpyalloc(timep);

Completed in 194 milliseconds