Searched refs:ubuf (Results 1 – 1 of 1) sorted by relevance
40 struct utimbuf ubuf; in Utime() local53 ubuf.modtime = PARAM_0; in Utime()54 time(&ubuf.actime); in Utime()55 if (utime(strTemp, &ubuf) == PARAM_0) { in Utime()