Lines Matching defs:tsp
53 timespec_t *tsp;
56 tsp = NULL;
65 tsp = ts;
67 return (utimensat(AT_FDCWD, path, tsp, 0));
75 timespec_t *tsp;
78 tsp = NULL;
87 tsp = ts;
89 return (utimensat(AT_FDCWD, path, tsp, 0));
98 timespec_t *tsp;
101 tsp = NULL;
110 tsp = ts;
114 return (futimens(fd, tsp));
116 return (utimensat(fd, path, tsp, 0));