Home
last modified time | relevance | path

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

/external/curl/lib/
Dtelnet.c823 char option_arg[256] = ""; in check_telnet_options() local
832 msnprintf(option_arg, sizeof(option_arg), "USER,%s", conn->user); in check_telnet_options()
833 beg = curl_slist_append(tn->telnet_vars, option_arg); in check_telnet_options()
845 option_keyword, option_arg) == 2) { in check_telnet_options()
849 strncpy(tn->subopt_ttype, option_arg, 31); in check_telnet_options()
857 strncpy(tn->subopt_xdisploc, option_arg, 127); in check_telnet_options()
865 beg = curl_slist_append(tn->telnet_vars, option_arg); in check_telnet_options()
877 if(sscanf(option_arg, "%hu%*[xX]%hu", in check_telnet_options()
890 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()