Home | History | Annotate | Download | only in utime

Lines Matching refs:utime

24  *  Verify that the system call utime() successfully sets the modification
29 * utime succeeds returning zero and sets the access and modification
77 #include <utime.h>
111 tst_brkm(TCONF, cleanup, "Cannot do utime on a file"
117 "Cannot do utime on a file on %s filesystem",
127 * Invoke utime(2) to set TEMP_FILE access and
130 TEST(utime(TEMP_FILE, NULL));
133 tst_resm(TFAIL|TTERRNO, "utime(%s) failed", TEMP_FILE);
144 * utime(2)
166 "utime(%s, NULL) successful",