search for: an_finfo

Displaying 1 result from an estimated 1 matches for "an_finfo".

1999 Apr 08
0
Keep-timestamp-in-`get'-patch for smbclient in samba-2.0.3
...************************************************************** + get one fileinfo, used in do_get() s.n. Wed Apr 7 19:17:50 1999 + Ugly. Should write other interface to interpret_long_filename() ? + ****************************************************************************/ +static file_info an_finfo; /* Guess right to copy entity (not pointer). */ + +static void do_get_an_finfo(file_info *f, const char *mask) +{ + memcpy(&an_finfo,f,sizeof(*f)); + /* Debugger. + printf("do_get_an_finfo, a:%ld, m:%ld, mask:%s\n", + an_finfo->atime, an_finfo->mtime, mask); */ +...