| /src/share/examples/refuse/ian/libfetch/ |
| fetch.c | 62 { URL_MALFORMED, FETCH_URL, "Malformed URL" }, 63 { URL_BAD_SCHEME, FETCH_URL, "Invalid URL scheme" }, 72 * Select the appropriate protocol for the URL scheme, and return a 73 * read-only stream connected to the document referenced by the URL. 77 fetchXGet(struct url *URL, struct url_stat *us, const char *flags) 83 if (strcasecmp(URL->scheme, SCHEME_FILE) == 0) 84 return (fetchXGetFile(URL, us, flags)); 85 else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0) 86 return (fetchXGetFTP(URL, us, flags)) [all...] |
| http.c | 680 _http_connect(struct url *URL, struct url *purl, const char *flags) 700 if (purl && strcasecmp(URL->scheme, SCHEME_HTTPS) != 0) { 701 URL = purl; 702 } else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0) { 708 if ((conn = _fetch_connect(URL->host, URL->port, af, verbose)) == NULL) 711 if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 && 732 static struct url * 807 struct url *url, *new; local [all...] |
| /src/external/bsd/fetch/dist/libfetch/ |
| fetch.c | 66 { URL_MALFORMED, FETCH_URL, "Malformed URL" }, 67 { URL_BAD_SCHEME, FETCH_URL, "Invalid URL scheme" }, 76 * Select the appropriate protocol for the URL scheme, and return a 77 * read-only stream connected to the document referenced by the URL. 81 fetchXGet(struct url *URL, struct url_stat *us, const char *flags) 88 if (strcasecmp(URL->scheme, SCHEME_FILE) == 0) 89 return (fetchXGetFile(URL, us, flags)); 90 else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0) 91 return (fetchXGetFTP(URL, us, flags)) [all...] |
| http.c | 725 http_connect(struct url *URL, struct url *purl, const char *flags, int *cached) 727 struct url *curl; 752 curl = (purl != NULL) ? purl : URL; 753 if (purl && strcasecmp(URL->scheme, SCHEME_HTTPS) != 0) { 754 URL = purl; 755 } else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0) { 769 if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 && purl) { 771 URL->host, URL->port) 874 struct url *url, *new; local 1333 struct url *url; member in struct:index_parser [all...] |
| common.c | 279 fetch_connect(struct url *url, int af, int verbose) 288 fetch_info("looking up %s", url->host); 291 snprintf(pbuf, sizeof(pbuf), "%d", url->port); 296 if ((error = getaddrinfo(url->host, pbuf, &hints, &res0)) != 0) { 303 fetch_info("connecting to %s:%d", url->host, url->port); 331 conn->cache_url = fetchCopyURL(url); 378 fetch_cache_get(const struct url *url, int af [all...] |
| /src/external/public-domain/xz/dist/src/liblzma/ |
| liblzma.pc.in | 15 URL: @PACKAGE_URL@
|
| /src/external/mit/libuv/ |
| mkpc | 23 URL: http://libuv.org/
|
| /src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
| tests.sh | 176 URL="http://10.53.0.3:${EXTRAPORT1}/bind9.xsl" 177 ${CURL} --silent --show-error --fail --output bind9.xsl.1 $URL 251 URL="http://10.53.0.2:${EXTRAPORT1}/xml/v3/server" 254 URL="http://10.53.0.2:${EXTRAPORT1}/json/v1/server" 257 "${CURL}" -D regular.headers "$URL" 2>/dev/null \ 259 "${CURL}" -D compressed.headers --compressed "$URL" 2>/dev/null \ 620 URL="http://10.53.0.3:${EXTRAPORT1}/xml/v3/status" 621 "${CURL}" --silent --include --get "$URL" --next --get --header @header.in$n "$URL" >curl.out$n && ret=1 646 URL="http://10.53.0.3:${EXTRAPORT1}/xml/v3/status [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Format/ |
| SortJavaScriptImports.cpp | 62 // URL, followed by an export of the symbol, allowing this code to treat both 83 // The URL imported, e.g. `import .. from 'url';`. Empty for `export {a, b};`. 84 StringRef URL; 114 if (LHS.URL.empty() != RHS.URL.empty()) 115 return LHS.URL.empty() < RHS.URL.empty(); 116 if (int Res = LHS.URL.compare_lower(RHS.URL)) [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| patch_tester.sh | 46 [-svnpath URL] [-stop] [-nopristinecache] 68 URL is the location of the GCC SVN repository. The default is 374 current_branch=`svn info $SOURCE | grep "^URL:" | sed -e "s/URL: //g" -e "s,${svnpath},,g"`
|
| /src/external/gpl3/gcc/dist/contrib/ |
| patch_tester.sh | 46 [-svnpath URL] [-stop] [-nopristinecache] 68 URL is the location of the GCC SVN repository. The default is 374 current_branch=`svn info $SOURCE | grep "^URL:" | sed -e "s/URL: //g" -e "s,${svnpath},,g"`
|
| /src/external/zlib/pigz/dist/ |
| pigz.spec | 10 URL: http://www.zlib.net/pigz
|
| /src/external/bsd/byacc/dist/package/ |
| mingw-byacc.spec | 13 URL: https://invisible-island.net/%{name}/
|
| byacc.spec | 14 URL: https://invisible-island.net/%{name}/
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| xml.h | 71 TT, CODE, COMMAND_TAG, ENV, FILE_TAG, OPTION, SAMP, KBD, URL, KEY,
|
| cmds.c | 338 { "url", cm_uref, BRACE_ARGS }, 882 /* Just show a url (http://example.org/..., for example), don't link to it. */ 887 xml_insert_element (URL, arg);
|
| /src/external/bsd/ntp/dist/scripts/update-leap/ |
| update-leap-opts.def | 15 name = source-url; 18 descrip = 'The URL of the master copy of the leapseconds file'; 20 Specify the URL of the master copy to download
|
| update-leap.sh | 60 -s Specify the URL of the master copy to download
|
| update-leap.in | 423 -u Specify the URL of the master copy to download
|
| /src/external/gpl2/grep/dist/ |
| grep.spec | 133 - fix download URL
|
| /src/external/mit/libcbor/dist/docs/doxygen/search/ |
| search.js | 465 // it takes it from the URL query. 471 if (!search) // get search word from URL
|
| /src/usr.sbin/sysinst/ |
| msg.mi.pl | 489 * $1 = URL protocol used ftp
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| configure | 1460 --with-bugurl=URL Direct users to URL to report a bug 14234 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| configure | 1460 --with-bugurl=URL Direct users to URL to report a bug 14168 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/ |
| configure | 1451 --with-bugurl=URL Direct users to URL to report a bug 4679 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
|