Lines Matching refs:utime
102 * TEST IDENTIFIER : utime01 (utime)
182 * For utime
213 #include <utime.h> /* utime(2) system call */
298 "utime(2) change of object file access and modify times through symbolic link file is ok",
299 "utime(2) error when accessing non-existent object through symbolic link is caught",
484 UTIME, "utime", 3, &test_objects[33],
1121 if ((utime(tc_ptr->fn_arg[1], NULL) == -1) && (errno == ENOENT)) {
1125 "Expected ENOENT error condition when utime(2) a symbolic",
1204 TEST(utime(tc_ptr->fn_arg[1], NULL));
1211 "Expected ELOOP error condition when utime(2) a nested symbolic link:",
1657 * This routine checks out the utime(2) system call for a successful
1676 /* Now hand off to utime(2) via symbolic link file */
1678 if (utime(tc_ptr->fn_arg[1], &utimes) == -1)
1680 "utime(2) failed to process object file access and modify",
1703 "utime(2) failed to change object file access and",