Searched refs:cfutimesat (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | utime.c | 52 cfutimesat(int fd, char *fname, int nmflag, vattr_t *vap, int flags, int follow) in cfutimesat() function 181 return (cfutimesat(fd, NULL, 2, &vattr, flags, FOLLOW)); in futimens() 194 return (cfutimesat(fd, fname, 1, &vattr, flags, in utimensat()
|