nttime_to_timeval  220 lib/util/time.h _PUBLIC_ void nttime_to_timeval(struct timeval *tv, NTTIME t);
nttime_to_timeval  854 source4/libnet/libnet_user.c 		nttime_to_timeval(r->out.acct_expiry, info->acct_expiry);
nttime_to_timeval  855 source4/libnet/libnet_user.c 		nttime_to_timeval(r->out.allow_password_change, info->allow_password_change);
nttime_to_timeval  856 source4/libnet/libnet_user.c 		nttime_to_timeval(r->out.force_password_change, info->force_password_change);
nttime_to_timeval  857 source4/libnet/libnet_user.c 		nttime_to_timeval(r->out.last_logon, info->last_logon);
nttime_to_timeval  858 source4/libnet/libnet_user.c 		nttime_to_timeval(r->out.last_logoff, info->last_logoff);
nttime_to_timeval  859 source4/libnet/libnet_user.c 		nttime_to_timeval(r->out.last_password_change, info->last_password_change);
nttime_to_timeval  532 source4/ntvfs/posix/pvfs_open.c 		nttime_to_timeval(&tv[0], h->name->dos.access_time);
nttime_to_timeval  533 source4/ntvfs/posix/pvfs_open.c 		nttime_to_timeval(&tv[1], h->write_time.close_time);
nttime_to_timeval  489 source4/ntvfs/posix/pvfs_setfileinfo.c 		nttime_to_timeval(&tv[0], newstats.dos.access_time);
nttime_to_timeval  490 source4/ntvfs/posix/pvfs_setfileinfo.c 		nttime_to_timeval(&tv[1], newstats.dos.write_time);
nttime_to_timeval  820 source4/ntvfs/posix/pvfs_setfileinfo.c 		nttime_to_timeval(&tv[0], newstats.dos.access_time);
nttime_to_timeval  821 source4/ntvfs/posix/pvfs_setfileinfo.c 		nttime_to_timeval(&tv[1], newstats.dos.write_time);
nttime_to_timeval  246 source4/torture/libnet/userman.c 		nttime_to_timeval(&t, i->fld); \