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

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_ctime.c28 * ctime. However, it was implemented in three different ways (with
44 (void)strncpy(time_buf, ctime(tod), CTIME_BUFLEN - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dipcs.c209 /* ctime uses static buffer: use separate calls */
211 ? ctime(&shmseg.shm_atime) + 4 : "Not set");
213 ? ctime(&shmseg.shm_dtime) + 4 : "Not set");
215 ? ctime(&shmseg.shm_ctime) + 4 : "Not set");
326 /* ctime uses static buffer: use separate calls */
328 ? ctime(&semary.sem_otime) : "Not set");
330 ? ctime(&semary.sem_ctime) : "Not set");
429 ? ctime(&msgque.msg_stime) + 4 : "Not set");
431 ? ctime(&msgque.msg_rtime) + 4 : "Not set");
433 ? ctime(
[all...]
H A Drdate.c68 printf("%s", ctime(&remote_time));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/printer-accounting/
H A Dhp5-redir19 $atime,$mtime,$ctime,$blksize,$blocks)
H A Dlp-acct19 $atime,$mtime,$ctime,$blksize,$blocks)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dcallback.h51 struct timespec ctime; member in struct:cb_getattrres
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dwho.c68 ctime(&thyme) + 4, ut->ut_host);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dgencache.c125 " %s (%d seconds %s)\n", keybuf.dptr, value,ctime(&timeout),
170 = %s\n", keystr, old_valstr, ctime(&old_timeout)));
178 ctime(&timeout), (int)(timeout - time(NULL)),
263 "expired", keystr, v, ctime(&t)));
341 keystr, valstr, ctime(&timeout)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dls.c213 fprintf(f, "Filesystem created: %s", ctime(&tm));
217 sb->s_mtime ? ctime(&tm) : "n/a\n");
223 ctime(&tm), sb->s_mnt_count, sb->s_max_mnt_count);
228 ctime(&tm),
235 fprintf(f, "Next check after: %s", ctime(&next));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Ddirectory.c110 ndir->ctime[1] = ndir->time[1] = hour + min_hi;
111 ndir->ctime[0] = ndir->time[0] = min_low + sec;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-save.c83 IPTABLES_VERSION, ctime(&now));
119 printf("# Completed on %s", ctime(&now));
H A Diptables-save.c81 IPTABLES_VERSION, ctime(&now));
117 printf("# Completed on %s", ctime(&now));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dstat.h73 struct timespec ctime; member in struct:kstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dftpgetinfo.c71 printf("filetime %s: %s", filename, ctime(&filetime));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/udhcp/
H A Ddumpleases.c62 fputs(ctime(&expires), stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Dwatch.c67 thyme = ctime(&t);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Dar.c25 mtime = ctime(&file_header->mtime);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/raid/
H A Dmd_p.h127 __u32 ctime; /* 6 Creation time */ member in struct:mdp_superblock_s
217 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ member in struct:mdp_superblock_1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/krb5/
H A Dkrb5_asn.h200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dkrb5_asn.h200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dkrb5_asn.h200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/udhcpd/
H A Ddumpleases.c109 } else printf("%s", ctime(&expires));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/krb5/
H A Dkrb5_asn.h200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtime.c443 unsigned long ctime = get_cmos_time(); local
444 long sleep_length = (ctime - sleep_start) * HZ;
452 ctime = sleep_start;
459 sec = ctime + clock_cmos_diff;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dfore200e_mkfirm.c121 progname, infname, ctime(&now));

Completed in 309 milliseconds

123456