Searched defs:ctime (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dctime.pl0 ;# ctime.pl is a simple Perl emulation for the well known ctime(3C) function.
9 # Suggested alternative: the POSIX ctime function
14 ;# $RCSfile: ctime.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:23:47 $
20 ;# #include <ctime.pl> # see the -P and -I option in perl.man
21 ;# $Date = &ctime(time);
24 package ctime; package
31 sub ctime { subroutine
32 package ctime; package
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dlocaltime.pm11 @EXPORT = qw(localtime ctime);
34 sub ctime (;$) { scalar CORE::localtime(@_ ? shift : time) } subroutine
49 $now = ctime();
53 $date_string = ctime(stat($file)->mtime);
70 The ctime() function provides a way of getting at the
/osnet-11/usr/src/lib/libc/port/gen/
H A Dctime.c69 * ctime(t) just calls localtime, then asctime.
163 ctime(const time_t *t) function
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dhfs.h42 grub_uint32_t ctime; member in struct:grub_hfs_sblock
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dmdraid1x_linux.c53 grub_uint64_t ctime; /* Lo 40 bits are seconds, top 24 are microseconds or 0. */ member in struct:grub_raid_super_1x
H A Dmdraid_linux.c112 grub_uint32_t ctime; /* Creation time. */ member in struct:grub_raid_super_09
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h42 krb5_timestamp ctime; member in struct:_krb5_pk_authenticator
52 krb5_timestamp ctime; member in struct:_krb5_pk_authenticator_draft9
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dminix.c131 grub_uint32_t ctime; member in struct:grub_minix_inode
H A Dhfs.c136 grub_uint32_t ctime; member in struct:grub_hfs_dirrec
H A Djfs.c174 struct grub_jfs_time ctime; member in struct:grub_jfs_inode
H A Dufs.c143 grub_uint64_t ctime; member in struct:grub_ufs_inode
177 grub_uint64_t ctime; member in struct:grub_ufs_inode
H A Dxfs.c118 struct grub_xfs_time ctime; member in struct:grub_xfs_inode
H A Dext2.c209 grub_uint32_t ctime; member in struct:grub_ext2_inode
H A Dreiserfs.c144 grub_uint32_t ctime; member in struct:grub_reiserfs_stat_item_v1
159 grub_uint32_t ctime; member in struct:grub_reiserfs_stat_item_v2
857 grub_le_to_cpu32 (entry_v1_stat.ctime),
869 entry_v1_stat.ctime,
902 grub_le_to_cpu32 (entry_v2_stat.ctime),
916 entry_v2_stat.ctime,
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtcp.c362 grub_uint64_t ctime = grub_get_time_ms (); local
363 grub_uint64_t limit_time = ctime - TCP_RETRANSMISSION_TIMEOUT;
383 unack->last_try = ctime;
H A Dnet.c1377 grub_uint64_t ctime = grub_get_time_ms (); local
1379 if (ctime < card->last_poll
1380 || ctime >= card->last_poll + card->idle_poll_delay_ms)

Completed in 74 milliseconds