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

/freebsd-current/lib/libcompat/
H A DMakefile12 SRCS+= ftime.c
14 MAN+= 4.1/ftime.3
/freebsd-current/sys/sys/
H A Dtimeb.h51 /* The ftime(2) system call structure -- deprecated. */
63 int ftime(struct timeb *);
/freebsd-current/usr.bin/find/
H A Dls.c78 printtime(time_t ftime) argument
94 if (ftime + SIXMONTHS > lnow && ftime < lnow + SIXMONTHS)
100 if ((tm = localtime(&ftime)) != NULL)
/freebsd-current/lib/libcompat/4.1/
H A Dftime.c38 ftime(struct timeb *tbp) function
/freebsd-current/sys/i386/linux/
H A Dlinux_dummy_machdep.c49 UNIMPLEMENTED(ftime); variable
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_dummy_machdep.c43 UNIMPLEMENTED(ftime); variable
/freebsd-current/usr.bin/systat/
H A Dpigs.c138 float ftime; local
161 ftime = kpp[i].ki_swtime;
162 if (ftime == 0 || (kpp[i].ki_flag & P_INMEM) == 0)
166 fscale) / (1.0 - exp(ftime * lccpu));
/freebsd-current/contrib/tcpdump/lbl/
H A Dos-sunos4.h86 int ftime(struct timeb *);
/freebsd-current/contrib/libpcap/lbl/
H A Dos-sunos4.h85 int ftime(struct timeb *);
/freebsd-current/bin/ls/
H A Dprint.c456 printtime(time_t ftime) argument
474 else if (ftime + SIXMONTHS > now && ftime < now + SIXMONTHS)
480 ls_strftime(longstring, sizeof(longstring), format, localtime(&ftime));
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_node.c180 if (!cd9660_tstamp_conv17(ap->ftime,&inop->inode.iso_atime))
H A Diso.h203 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
/freebsd-current/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c51 # define _ftime ftime

Completed in 144 milliseconds