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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclirap.c465 time_t *w_time, size_t *size, uint16 *mode,
512 if (w_time) {
513 *w_time = interpret_long_date(rdata+24) - cli->serverzone;
580 time_t *w_time, SMB_INO_T *ino)
627 if (w_time) {
628 *w_time = interpret_long_date(rdata+24) - cli->serverzone;
463 cli_qpathinfo2(struct cli_state *cli, const char *fname, time_t *c_time, time_t *a_time, time_t *m_time, time_t *w_time, size_t *size, uint16 *mode, SMB_INO_T *ino) argument
577 cli_qfileinfo(struct cli_state *cli, int fnum, uint16 *mode, size_t *size, time_t *c_time, time_t *a_time, time_t *m_time, time_t *w_time, SMB_INO_T *ino) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dtorture.c2364 time_t c_time, a_time, m_time, w_time, m_time2; local
2437 &w_time, &size, NULL, NULL)) {
2441 if (w_time < 60*60*24*2) {
2442 printf("write time=%s", ctime(&w_time));
2459 &w_time, &size, NULL, NULL)) {
2469 &w_time, &size, NULL, NULL)) {

Completed in 155 milliseconds