Searched refs:ctime (Results 1 - 20 of 20) sorted by relevance

/barrelfish-master/lib/libc/stdtime/
H A DMakefile.inc16 MAN+= ctime.3 strftime.3 strptime.3 time2posix.3
19 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
20 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
21 ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime
[all...]
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Detharp.c102 u16_t ctime; member in struct:etharp_entry
185 arp_table[i].ctime = 0;
212 arp_table[i].ctime++;
213 if ((arp_table[i].ctime >= ARP_MAXAGE) ||
215 (arp_table[i].ctime >= ARP_MAXPENDING))) {
309 if (arp_table[i].ctime >= age_queue) {
311 age_queue = arp_table[i].ctime;
316 if (arp_table[i].ctime >= age_pending) {
318 age_pending = arp_table[i].ctime;
329 if (arp_table[i].ctime >
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/krb5/
H A Dkrb5_asn.h200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
H A Dkrb5_asn.c152 ASN1_EXP(KRB5_AUTHENTBODY, ctime, ASN1_GENERALIZEDTIME, 5),
/barrelfish-master/include/openssl/
H A Dkrb5_asn.h200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
/barrelfish-master/lib/lwip/src/netif/
H A Detharp.c103 u8_t ctime; member in struct:etharp_entry
183 arp_table[i].ctime++;
185 (arp_table[i].ctime >= ARP_MAXAGE)) ||
187 (arp_table[i].ctime >= ARP_MAXPENDING))) {
335 if (arp_table[i].ctime >= age_queue) {
337 age_queue = arp_table[i].ctime;
342 if (arp_table[i].ctime >= age_pending) {
344 age_pending = arp_table[i].ctime;
363 } else if (arp_table[i].ctime >= age_stable) {
365 age_stable = arp_table[i].ctime;
[all...]
/barrelfish-master/include/
H A Dtime.h146 char *ctime(const time_t *);
/barrelfish-master/lib/nfs/
H A Dnfs.x97 nfstime3 ctime;
110 nfstime3 ctime;
H A Dnfs_xdr.c184 if (!xdr_nfstime3 (xdrs, &objp->ctime))
209 if (!xdr_nfstime3 (xdrs, &objp->ctime))
/barrelfish-master/lib/acpica/source/common/
H A Ddmtables.c192 AcpiOsPrintf (" * Disassembly of %s, %s", Filename, ctime (&Timer));
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dkssl.c1988 ** authenticator ctime back in *atimep (or 0 if time unavailable).
2123 if (k_gmtime(auth->ctime, &tm_time) &&
2136 if (auth && auth->ctime && auth->ctime->length && auth->ctime->data)
2137 printf("%.*s\n", auth->ctime->length, auth->ctime->data);
/barrelfish-master/usr/eclipseclp/Alog/src/
H A Dalog.c234 strcpy(cd,(char *) ctime(&buf.st_ctime));
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_misc.c1456 str = ctime(&buf.st_atime);
1462 str = ctime(&buf.st_mtime);
1468 str = ctime(&buf.st_ctime);
H A Dos_support.c199 /* On SUNOS 4.0 the first call to ctime() takes much longer than the
203 (void) ctime(&now);
1092 strcpy(buf, ctime(&ti));
/barrelfish-master/include/nfs/
H A Dnfs_rpc.h119 nfstime3 ctime; member in struct:fattr3
134 nfstime3 ctime; member in struct:wcc_attr
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dutils.c280 str = ctime(&t);
/barrelfish-master/lib/acpica/source/compiler/
H A Dasltree.c862 StaticTimeString = ctime (&CurrentTime);
/barrelfish-master/include/lwip2/netif/ppp/
H A Dutils.c280 str = ctime(&t);
/barrelfish-master/lib/tzcode/stdtime/
H A Dlocaltime.c257 ** ctime, gmtime, localtime] return values in one of two static
1733 ctime(const time_t *const timep) function
1737 ** The ctime function converts the calendar time pointed to by timer
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dio.pl904 do_get_file_info(File, ctime, X) :-

Completed in 126 milliseconds