Lines Matching refs:send_hex
50 static char *send_hex;
335 send_data = my_malloc(strlen(send_hex)); /* guesstimate */
338 for (p = send_hex; *p; ++p) {
459 length = (send_hex ? strlen(send_hex) + 1 : 0) + strlen(str) + 1;
461 if (send_hex) {
462 strcpy(s, send_hex);
468 free(send_hex);
469 send_hex = s;
566 if (!send_hex && !argv[optind]) {
586 if (!send_file_name && !receive_file_name && !send_hex && !dump) {
590 if (send_file_name && send_hex) {
597 else if (send_hex)
599 if ((send_file_name || send_hex) && !send_data)