Searched refs:Utimes_f (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/warp/
H A Dwarp.c199 typedef int (*Utimes_f)(const char*, const struct timeval*); typedef
953 return (*(Utimes_f)p->call)(path, tv);
959 r = (*(Utimes_f)p->call)(path, tb);
963 r = (*(Utimes_f)p->call)(path, tv);

Completed in 12 milliseconds