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

/netbsd-current/sys/sys/
H A Dtimeb.h42 /* The ftime(2) system call structure -- deprecated. */
54 int ftime(struct timeb *);
/netbsd-current/usr.bin/find/
H A Dls.c91 printtime(time_t ftime) argument
96 longstring = ctime(&ftime);
101 if (ftime + SIXMONTHS > time(NULL))
/netbsd-current/lib/libcompat/4.1/
H A Dftime.c1 /* $NetBSD: ftime.c,v 1.11 2000/09/14 01:24:31 msaitoh Exp $ */
39 __RCSID("$NetBSD: ftime.c,v 1.11 2000/09/14 01:24:31 msaitoh Exp $");
50 ftime(tbp) function
/netbsd-current/lib/libcompat/
H A DMakefile21 SRCS= gtty.c ftime.c stty.c
27 MAN+= ftime.3 stty.3
/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A Dexec.c556 if (ebase.simtime < sregs->ftime) {
557 sregs->ftime = ebase.simtime + sregs->hold;
1344 if (ebase.simtime < sregs->ftime) {
1347 sregs->fhold += (sregs->ftime - ebase.simtime);
1369 if (ebase.simtime < sregs->ftime) {
1373 sregs->fhold += (sregs->ftime - ebase.simtime);
1395 if (ebase.simtime < sregs->ftime) {
1396 sregs->fhold += (sregs->ftime - ebase.simtime);
1425 if (ebase.simtime < sregs->ftime) {
1426 sregs->fhold += (sregs->ftime
[all...]
H A Dsis.h73 uint32 ftime; member in struct:pstate
/netbsd-current/external/gpl3/gdb/dist/sim/erc32/
H A Dexec.c547 if (ebase.simtime < sregs->ftime) {
548 sregs->ftime = ebase.simtime + sregs->hold;
1335 if (ebase.simtime < sregs->ftime) {
1338 sregs->fhold += (sregs->ftime - ebase.simtime);
1360 if (ebase.simtime < sregs->ftime) {
1364 sregs->fhold += (sregs->ftime - ebase.simtime);
1387 if (ebase.simtime < sregs->ftime) {
1388 sregs->fhold += (sregs->ftime - ebase.simtime);
1417 if (ebase.simtime < sregs->ftime) {
1418 sregs->fhold += (sregs->ftime
[all...]
H A Dsis.h66 uint32_t ftime; member in struct:pstate
/netbsd-current/bin/ls/
H A Dprint.c403 printtime(time_t ftime) argument
408 if ((longstring = ctime(&ftime)) == NULL) {
419 else if (ftime + SIXMONTHS > now && ftime - SIXMONTHS < now)
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A Duntgz.c206 int setfiletime (char *fname,time_t ftime) argument
216 loctm = localtime(&ftime);
245 settime.actime = settime.modtime = ftime;
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A Duntgz.c206 int setfiletime (char *fname,time_t ftime) argument
216 loctm = localtime(&ftime);
245 settime.actime = settime.modtime = ftime;
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/untgz/
H A Duntgz.c206 int setfiletime (char *fname,time_t ftime) argument
216 loctm = localtime(&ftime);
245 settime.actime = settime.modtime = ftime;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
H A Duntgz.c206 int setfiletime (char *fname,time_t ftime) argument
216 loctm = localtime(&ftime);
245 settime.actime = settime.modtime = ftime;
/netbsd-current/common/dist/zlib/contrib/untgz/
H A Duntgz.c206 int setfiletime (char *fname,time_t ftime) argument
216 loctm = localtime(&ftime);
245 settime.actime = settime.modtime = ftime;
/netbsd-current/sys/fs/cd9660/
H A Diso.h164 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
H A Dcd9660_node.c227 if (!cd9660_tstamp_conv17(ap->ftime,&inop->inode.iso_atime))
/netbsd-current/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h86 int ftime(struct timeb *);
/netbsd-current/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h87 int ftime(struct timeb *);
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c51 # define _ftime ftime
/netbsd-current/games/warp/
H A Dconfig.h.SH55 * This symbol, if defined, indicates that the ftime() routine exists.
/netbsd-current/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl1731 my $ftime = $self->ftime($hour, $min);
1732 return "$fdate $ftime";
1762 sub ftime { subroutine
/netbsd-current/sbin/fsck_udf/
H A Dmain.c226 printtime(time_t ftime) argument
236 if ((longstring = ctime(&ftime)) == NULL) {
244 if (ftime + SIXMONTHS > now && ftime - SIXMONTHS < now)
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dtraps-linux.c397 result = ftime(&t);
/netbsd-current/external/gpl3/gdb/dist/sim/m32r/
H A Dtraps.c386 result = ftime (&t);
/netbsd-current/external/gpl2/xcvs/dist/
H A Dconfigure14862 ftime \

Completed in 533 milliseconds