Searched refs:str_in (Results 1 – 3 of 3) sorted by relevance
69 extern char *get_ssl_verify_file(char *str_in);
83 char *get_ssl_verify_file(char *str_in);547 char *get_ssl_verify_file(char *str_in) { in get_ssl_verify_file() argument554 if (! str_in) { in get_ssl_verify_file()559 if (stat(str_in, &sbuf) == 0) { in get_ssl_verify_file()561 return str_in; in get_ssl_verify_file()591 str = strdup(str_in); in get_ssl_verify_file()
2626 static int do_reverse_connect(char *str_in) { in do_reverse_connect() argument2628 char *host, *p, *str = str_in, *s = NULL; in do_reverse_connect()2656 str = (char *) malloc(strlen(str_in)+1); in do_reverse_connect()2659 sprintf(str, "repeater=%s+%s", plus+1, str_in + strlen("repeater://")); in do_reverse_connect()