Searched defs:tms (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/3d/
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);
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);
/ast/src/cmd/ie/
H A Dvi.c62 struct tms struct
237 struct tms dummy;
/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;

Completed in 33 milliseconds