utimbuf           345 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_utime(const char* filename, const struct utimbuf* times) {
utimbuf           116 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_utime(const char* filename, const struct utimbuf* times);
utimbuf           334 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::utime(const char* filename, const struct utimbuf* times) {
utimbuf            90 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int utime(const char* filename, const struct utimbuf* times);
utimbuf           104 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int utime(const char* filename, const struct utimbuf* times);
utimbuf           218 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc int _utime(const char* filename, const struct utimbuf* times) {
utimbuf            12 native_client_sdk/src/libraries/nacl_io/osutime.h struct utimbuf;
utimbuf             8 native_client_sdk/src/libraries/nacl_io/syscalls/utime.c int utime(const char* filename, const struct utimbuf* times) {
utimbuf           542 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   const struct utimbuf* times = NULL;
utimbuf            67 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD2(utime, int(const char*, const struct utimbuf*));
utimbuf           599 third_party/talloc/libreplace/replace.c int rep_utime(const char *filename, const struct utimbuf *buf)
utimbuf           609 third_party/talloc/libreplace/replace.c 	struct utimbuf u;
utimbuf            61 third_party/talloc/libreplace/system/time.h int rep_utime(const char *filename, const struct utimbuf *buf);
utimbuf           877 third_party/talloc/libreplace/test/testsuite.c 	struct utimbuf u;
utimbuf            88 third_party/zlib/contrib/minizip/miniunz.c   struct utimbuf ut;