Searched refs:tms (Results 1 - 13 of 13) sorted by relevance
/ast/src/cmd/3d/ |
H A D | utimensat3d.c | 36 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 D | utimets3d.c | 36 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 D | utime3d.c | 56 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 D | utimes3d.c | 30 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 D | tclUnixTime.c | 115 struct tms dummy;
|
/ast/src/cmd/ksh93/bltins/ |
H A D | sleep.c | 218 struct tms tt;
|
/ast/src/cmd/warp/ |
H A D | warp.c | 196 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 D | error.c | 371 struct tms us;
|
/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 588 # define tms timeval macro 597 struct tms tp; 622 struct tms tp; 633 struct tms tp;
|
H A D | path.c | 1356 static struct tms buffer;
|
H A D | xec.c | 2580 struct tms before,after;
|
/ast/src/cmd/ie/ |
H A D | vi.c | 62 struct tms struct 237 struct tms dummy;
|
/ast/src/cmd/ksh93/edit/ |
H A D | vi.c | 232 struct tms dummy;
|
Completed in 613 milliseconds