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

/ast/src/cmd/3d/
H A Dutimensat3d.c36 utimensat3d(int dir, const char* path, const struct timespec* tms, int flags)
47 return(UTIMETS(path, tms));
48 if (tms)
50 atime = atimeof(tms);
51 mtime = mtimeof(tms);
63 r = UTIMENSAT(dir, sp, tms, flags);
H A Dutimets3d.c36 utimets3d(const char* path, const struct timespec* tms)
47 return(UTIMETS(path, tms));
48 if (tms)
50 atime = atimeof(tms);
51 mtime = mtimeof(tms);
61 r = UTIMETS(sp, tms);
H A Dutime3d.c56 utime3d(const char* path, const struct utimbuf* tms) argument
67 return(UTIME(path, tms));
68 if (tms)
70 atime = atimeof(tms);
71 mtime = mtimeof(tms);
81 r = UTIME(sp, tms);
H A Dutimes3d.c30 utimes3d(const char* path, const struct timeval* tms) argument
41 return(UTIMES(path, tms));
42 if (tms)
44 atime = atimeof(tms);
45 mtime = mtimeof(tms);
55 r = UTIMES(sp, tms);
/ast/src/lib/libtksh/tcl/
H A DtclUnixTime.c115 struct tms dummy;
/ast/src/cmd/ksh93/bltins/
H A Dsleep.c218 struct tms tt;
/ast/src/cmd/warp/
H A Dwarp.c196 typedef clock_t (*Times_f)(struct tms*);
752 warp_times(register Call_t* p, struct tms* tv)
768 times(struct tms* tv)
778 _times(struct tms* tv)
786 __times(struct tms* tv)
794 _libc_times(struct tms* tv)
802 __libc_times(struct tms* tv)
/ast/src/lib/libast/misc/
H A Derror.c371 struct tms us;
/ast/src/cmd/ksh93/sh/
H A Dinit.c588 # define tms timeval macro
597 struct tms tp;
622 struct tms tp;
633 struct tms tp;
H A Dpath.c1356 static struct tms buffer;
H A Dxec.c2580 struct tms before,after;
/ast/src/cmd/ie/
H A Dvi.c62 struct tms struct
237 struct tms dummy;
/ast/src/cmd/ksh93/edit/
H A Dvi.c232 struct tms dummy;

Completed in 613 milliseconds