• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/

Lines Matching refs:OPT_VALUE

134     OPT_VALUE,
152 { "accept", 'A', OPT_VALUE, "accept", -1 },
160 { "base", 'B', OPT_VALUE, "base", -1 },
161 { "bind-address", 0, OPT_VALUE, "bindaddress", -1 },
162 { IF_SSL ("ca-certificate"), 0, OPT_VALUE, "cacertificate", -1 },
163 { IF_SSL ("ca-directory"), 0, OPT_VALUE, "cadirectory", -1 },
165 { IF_SSL ("certificate"), 0, OPT_VALUE, "certificate", -1 },
166 { IF_SSL ("certificate-type"), 0, OPT_VALUE, "certificatetype", -1 },
169 { "connect-timeout", 0, OPT_VALUE, "connecttimeout", -1 },
174 { "cut-dirs", 0, OPT_VALUE, "cutdirs", -1 },
176 { "default-page", 0, OPT_VALUE, "defaultpage", -1 },
179 { "directory-prefix", 'P', OPT_VALUE, "dirprefix", -1 },
181 { "dns-timeout", 0, OPT_VALUE, "dnstimeout", -1 },
182 { "domains", 'D', OPT_VALUE, "domains", -1 },
184 { "dot-style", 0, OPT_VALUE, "dotstyle", -1 }, /* deprecated */
185 { "egd-file", 0, OPT_VALUE, "egdfile", -1 },
186 { "exclude-directories", 'X', OPT_VALUE, "excludedirectories", -1 },
187 { "exclude-domains", 0, OPT_VALUE, "excludedomains", -1 },
190 { "follow-tags", 0, OPT_VALUE, "followtags", -1 },
193 { "ftp-password", 0, OPT_VALUE, "ftppassword", -1 },
197 { "ftp-user", 0, OPT_VALUE, "ftpuser", -1 },
199 { "header", 0, OPT_VALUE, "header", -1 },
205 { "http-passwd", 0, OPT_VALUE, "httppassword", -1 }, /* deprecated */
206 { "http-password", 0, OPT_VALUE, "httppassword", -1 },
207 { "http-user", 0, OPT_VALUE, "httpuser", -1 },
210 { "ignore-tags", 0, OPT_VALUE, "ignoretags", -1 },
211 { "include-directories", 'I', OPT_VALUE, "includedirectories", -1 },
216 { "input-file", 'i', OPT_VALUE, "input", -1 },
219 { "level", 'l', OPT_VALUE, "reclevel", -1 },
220 { "limit-rate", 0, OPT_VALUE, "limitrate", -1 },
221 { "load-cookies", 0, OPT_VALUE, "loadcookies", -1 },
222 { "local-encoding", 0, OPT_VALUE, "localencoding", -1 },
223 { "max-redirect", 0, OPT_VALUE, "maxredirect", -1 },
228 { "output-document", 'O', OPT_VALUE, "outputdocument", -1 },
229 { "output-file", 'o', OPT_VALUE, "logfile", -1 },
233 { "password", 0, OPT_VALUE, "password", -1 },
234 { "post-data", 0, OPT_VALUE, "postdata", -1 },
235 { "post-file", 0, OPT_VALUE, "postfile", -1 },
236 { "prefer-family", 0, OPT_VALUE, "preferfamily", -1 },
238 { IF_SSL ("private-key"), 0, OPT_VALUE, "privatekey", -1 },
239 { IF_SSL ("private-key-type"), 0, OPT_VALUE, "privatekeytype", -1 },
240 { "progress", 0, OPT_VALUE, "progress", -1 },
243 { "proxy__compat", 'Y', OPT_VALUE, "useproxy", -1 }, /* back-compatible */
244 { "proxy-passwd", 0, OPT_VALUE, "proxypassword", -1 }, /* deprecated */
245 { "proxy-password", 0, OPT_VALUE, "proxypassword", -1 },
246 { "proxy-user", 0, OPT_VALUE, "proxyuser", -1 },
248 { "quota", 'Q', OPT_VALUE, "quota", -1 },
249 { "random-file", 0, OPT_VALUE, "randomfile", -1 },
251 { "read-timeout", 0, OPT_VALUE, "readtimeout", -1 },
253 { "referer", 0, OPT_VALUE, "referer", -1 },
254 { "reject", 'R', OPT_VALUE, "reject", -1 },
256 { "remote-encoding", 0, OPT_VALUE, "remoteencoding", -1 },
261 { "save-cookies", 0, OPT_VALUE, "savecookies", -1 },
263 { IF_SSL ("secure-protocol"), 0, OPT_VALUE, "secureprotocol", -1 },
268 { "timeout", 'T', OPT_VALUE, "timeout", -1 },
270 { "tries", 't', OPT_VALUE, "tries", -1 },
271 { "user", 0, OPT_VALUE, "user", -1 },
272 { "user-agent", 'U', OPT_VALUE, "useragent", -1 },
276 { "wait", 'w', OPT_VALUE, "wait", -1 },
277 { "waitretry", 0, OPT_VALUE, "waitretry", -1 },
344 case OPT_VALUE:
924 case OPT_VALUE: