Lines Matching refs:strings
182 size_t strings; in zonecopy() local
197 strings = remote_dir_len + filename_len + local_dir_len + display_len; in zonecopy()
199 datasize = CALL_SIZE(zcopy_call_t, strings - BUFSIZE); in zonecopy()
210 strings = 0; in zonecopy()
215 clcall.remote_dir = strings; in zonecopy()
216 strings += remote_dir_len; in zonecopy()
217 clcall.filename = strings; in zonecopy()
218 strings += filename_len; in zonecopy()
219 clcall.local_dir = strings; in zonecopy()
220 strings += local_dir_len; in zonecopy()
221 clcall.display = strings; in zonecopy()