Home | History | Annotate | Download | only in openssh

Lines Matching defs:string

39 #include <string.h>
447 char *string;
450 handle_to_string(handle, &string, &hlen);
452 send_data_or_handle(SSH2_FXP_HANDLE, id, string, hlen);
453 xfree(string);