Home | History | Annotate | Download | only in symlink

Lines Matching refs:utime

102  *	TEST IDENTIFIER	: utime01 (utime)
182 * For utime
213 #include <utime.h> /* utime(2) system call */
266 #define UTIME "utime01"
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",
415 UTIME, 0, 0, 19, creat_both, ck_both, {
417 UTIME, 1, ENOENT, 20, creat_symlink, ck_symlink, {
419 UTIME, 1, ELOOP, 28, creat_symlink, ck_symlink, {
484 UTIME, "utime", 3, &test_objects[33],
1001 else if (cktcsid(tc_ptr->tcid, UTIME))
1119 } else if (cktcsid(tc_ptr->tcid, UTIME)) {
1121 if ((utime(tc_ptr->fn_arg[1], NULL) == -1) && (errno == ENOENT)) {
1125 "Expected ENOENT error condition when utime(2) a symbolic",
1202 } else if (cktcsid(tc_ptr->tcid, UTIME)) {
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",