search for: bufferp

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

Did you mean: buffer
1998 Apr 12
0
Long file name support for smbclient
...f.name, strlen(hb->dbuf.name) + 1); } - + if ((unoct(hb->dbuf.mode, sizeof(hb->dbuf.mode)) & S_IFDIR) || (*(finfo->name+strlen(finfo->name)-1) == '\\')) { @@ -1309,7 +1330,9 @@ do { if (!fsize) { - switch (readtarheader((union hblock *) bufferp, &finfo, cur_dir)) + int result, skipblks; + result=readtarheader((union hblock *) bufferp, &finfo, cur_dir); + switch (result) { case -2: /* something dodgy but not fatal about this */ DEBUG(0, ("skipping %s...\n", finfo.name)); @@ -1325,8 +1...