Lines Matching refs:strings
184 size_t strings; in zonecopy() local
199 strings = remote_dir_len + filename_len + local_dir_len + display_len; in zonecopy()
201 datasize = CALL_SIZE(zcopy_call_t, strings - BUFSIZE); in zonecopy()
212 strings = 0; in zonecopy()
217 clcall.remote_dir = strings; in zonecopy()
218 strings += remote_dir_len; in zonecopy()
219 clcall.filename = strings; in zonecopy()
220 strings += filename_len; in zonecopy()
221 clcall.local_dir = strings; in zonecopy()
222 strings += local_dir_len; in zonecopy()
223 clcall.display = strings; in zonecopy()