HomeSort by: relevance | last modified time | path
    Searched refs:ftime (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/sys/
timeb.h 42 /* The ftime(2) system call structure -- deprecated. */
54 int ftime(struct timeb *);
  /src/usr.bin/find/
ls.c 91 printtime(time_t ftime)
96 longstring = ctime(&ftime);
101 if (ftime + SIXMONTHS > time(NULL))
  /src/lib/libcompat/4.1/
ftime.c 1 /* $NetBSD: ftime.c,v 1.12 2003/07/26 19:24:55 salo Exp $ */
39 __RCSID("$NetBSD: ftime.c,v 1.12 2003/07/26 19:24:55 salo Exp $");
50 ftime(tbp) function
  /src/lib/libcompat/
Makefile 21 SRCS= gtty.c ftime.c stty.c
27 MAN+= ftime.3 stty.3
  /src/bin/ls/
print.c 403 printtime(time_t ftime)
408 if ((longstring = ctime(&ftime)) == NULL) {
419 else if (ftime + SIXMONTHS > now && ftime - SIXMONTHS < now)
  /src/common/dist/zlib/contrib/untgz/
untgz.c 205 int setfiletime (char *fname,time_t ftime)
215 loctm = localtime(&ftime);
244 settime.actime = settime.modtime = ftime;
  /src/sys/fs/cd9660/
iso.h 164 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
cd9660_node.c 227 if (!cd9660_tstamp_conv17(ap->ftime,&inop->inode.iso_atime))
  /src/games/warp/
config.h.SH 55 * This symbol, if defined, indicates that the ftime() routine exists. function
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
randombytes_salsa20_random.c 51 # define _ftime ftime
  /src/sbin/fsck_udf/
main.c 226 printtime(time_t ftime)
236 if ((longstring = ctime(&ftime)) == NULL) {
244 if (ftime + SIXMONTHS > now && ftime - SIXMONTHS < now)

Completed in 21 milliseconds