Home
last modified time | relevance | path

Searched refs:option_arg (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dtelnet.c826 char option_arg[256] = ""; in check_telnet_options() local
835 snprintf(option_arg, sizeof(option_arg), "USER,%s", conn->user); in check_telnet_options()
836 beg = curl_slist_append(tn->telnet_vars, option_arg); in check_telnet_options()
848 option_keyword, option_arg) == 2) { in check_telnet_options()
852 strncpy(tn->subopt_ttype, option_arg, 31); in check_telnet_options()
860 strncpy(tn->subopt_xdisploc, option_arg, 127); in check_telnet_options()
868 beg = curl_slist_append(tn->telnet_vars, option_arg); in check_telnet_options()
880 if(sscanf(option_arg, "%hu%*[xX]%hu", in check_telnet_options()
893 binary_option = atoi(option_arg); in check_telnet_options()
/external/iptables/extensions/
Dlibxt_hashlimit.c403 static int parse_mode(uint32_t *mode, const char *option_arg) in parse_mode() argument
406 char *arg = strdup(option_arg); in parse_mode()