Searched refs:quote_item (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dssh.h114 struct curl_slist *quote_item; /* for the quote option */ member in struct:ssh_conn
H A Dssh.c1039 sshc->quote_item = data->set.quote;
1050 sshc->quote_item = data->set.postquote;
1066 if(curl_strequal("pwd", sshc->quote_item->data)) {
1088 else if(sshc->quote_item->data) {
1093 cp = strchr(sshc->quote_item->data, ' ');
1124 if(curl_strnequal(sshc->quote_item->data, "chgrp ", 6) ||
1125 curl_strnequal(sshc->quote_item->data, "chmod ", 6) ||
1126 curl_strnequal(sshc->quote_item->data, "chown ", 6) ) {
1149 else if(curl_strnequal(sshc->quote_item->data, "ln ", 3) ||
1150 curl_strnequal(sshc->quote_item
[all...]

Completed in 46 milliseconds