| /minix3/external/bsd/fetch/dist/libfetch/ |
| H A D | fetch.c | 81 fetchXGet(struct url *URL, struct url_stat *us, const char *flags) in fetchXGet() argument 88 if (strcasecmp(URL->scheme, SCHEME_FILE) == 0) in fetchXGet() 89 return (fetchXGetFile(URL, us, flags)); in fetchXGet() 90 else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0) in fetchXGet() 91 return (fetchXGetFTP(URL, us, flags)); in fetchXGet() 92 else if (strcasecmp(URL->scheme, SCHEME_HTTP) == 0) in fetchXGet() 93 return (fetchXGetHTTP(URL, us, flags)); in fetchXGet() 94 else if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0) in fetchXGet() 95 return (fetchXGetHTTP(URL, us, flags)); in fetchXGet() 105 fetchGet(struct url *URL, const char *flags) in fetchGet() argument [all …]
|
| H A D | http.c | 709 http_connect(struct url *URL, struct url *purl, const char *flags, int *cached) in http_connect() argument 733 if (purl && strcasecmp(URL->scheme, SCHEME_HTTPS) != 0) { in http_connect() 734 URL = purl; in http_connect() 735 } else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0) { in http_connect() 741 if ((conn = fetch_cache_get(URL, af)) != NULL) { in http_connect() 746 if ((conn = fetch_connect(URL, af, verbose)) == NULL) in http_connect() 749 if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 && in http_connect() 819 http_request(struct url *URL, const char *op, struct url_stat *us, in http_request() argument 846 url = URL; in http_request() 1125 if (url != URL) in http_request() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
| H A D | Version.cpp | 32 StringRef URL(SVN_REPOSITORY); in getClangRepositoryPath() 34 StringRef URL(""); in getClangRepositoryPath() 40 if (URL.empty()) { in getClangRepositoryPath() 41 URL = SVNRepository.slice(SVNRepository.find(':'), in getClangRepositoryPath() 46 URL = URL.slice(0, URL.find("/src/tools/clang")); in getClangRepositoryPath() 49 size_t Start = URL.find("cfe/"); in getClangRepositoryPath() 51 URL = URL.substr(Start + 4); in getClangRepositoryPath() 53 return URL; in getClangRepositoryPath() 59 StringRef URL(LLVM_REPOSITORY); in getLLVMRepositoryPath() local 61 StringRef URL(""); in getLLVMRepositoryPath() [all …]
|
| /minix3/external/bsd/file/dist/magic/magdir/ |
| H A D | os2 | 10 >24 search/1 >\ (URL=<%s>) 12 # OS/2 URL objects 15 #0 string http: OS/2 URL object text 17 #0 string mailto: OS/2 URL object text 19 #0 string news: OS/2 URL object text 21 #0 string ftp: OS/2 URL object text 23 #0 string file: OS/2 URL object text
|
| H A D | mathcad | 5 # URL: http://www.mathsoft.com/
|
| H A D | inform | 6 # URL: http://www.inform-fiction.org/
|
| H A D | mozilla | 6 # URL: http://www.mozilla.org/
|
| H A D | luks | 5 # URL: http://luks.endorphin.org/spec
|
| H A D | sisu | 2 # URL: http://www.sisudoc.org/
|
| H A D | chord | 12 # URL: http://www.power-tab.net/
|
| H A D | mail.news | 59 # URL: http://www.cyrusimap.org/docs/cyrus-imapd/2.4.6/internal/bytecode.php 60 # URL: http://git.cyrusimap.org/cyrus-imapd/tree/sieve/bytecode.h?h=master
|
| H A D | erlang | 5 # URL: http://www.erlang.org/faq/x779.html#AEN812
|
| /minix3/minix/commands/fetch/ |
| H A D | fetch.c | 371 query_auth(struct url *URL) in query_auth() argument 376 URL->scheme, URL->host, URL->port); in query_auth() 379 if (fgets(URL->user, sizeof URL->user, stdin) == NULL) in query_auth() 381 for (i = strlen(URL->user); i >= 0; --i) in query_auth() 382 if (URL->user[i] == '\r' || URL->user[i] == '\n') in query_auth() 383 URL->user[i] = '\0'; in query_auth() 385 nopwd = read_password("Password: ", URL->pwd, sizeof(URL->pwd)); in query_auth() 389 for (i = strlen(URL->pwd); i >= 0; --i) in query_auth() 390 if (URL->pwd[i] == '\r' || URL->pwd[i] == '\n') in query_auth() 391 URL->pwd[i] = '\0'; in query_auth() [all …]
|
| /minix3/external/lgpl3/mpc/ |
| H A D | fetch.sh | 8 URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.4.0/mpc-1.0.1.tar.gz" 20 $FETCH $URL
|
| /minix3/external/gpl2/gmake/ |
| H A D | fetch.sh | 14 URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.4.0/make-3.81.tar.bz2" 21 $FETCH $URL
|
| /minix3/external/lgpl3/mpfr/ |
| H A D | fetch.sh | 8 URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.4.0/mpfr-3.1.2.tar.bz2" 20 $FETCH $URL
|
| /minix3/external/lgpl3/gmp/ |
| H A D | fetch.sh | 8 URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.4.0/gmp-5.1.3.tar.bz2" 20 $FETCH $URL
|
| /minix3/gnu/dist/ |
| H A D | fetch.sh | 14 URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.4.0/texinfo-4.8.tar.bz2" 21 $FETCH $URL
|
| /minix3/external/gpl3/binutils/ |
| H A D | fetch.sh | 8 URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.4.0/binutils-2.23.2.tar.bz2" 20 $FETCH $URL
|
| /minix3/external/gpl3/gcc/ |
| H A D | fetch.sh | 12 URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.4.0/gcc-4.8.5.tar.bz2" 50 $FETCH $URL
|
| /minix3/external/bsd/bind/dist/contrib/sdb/ldap/ |
| H A D | INSTALL.ldap | 60 URL. The number 172800 is the TTL which will be used for all entries that 62 the URL, say "ldap://host/base???(o=internal)". 66 into the URL as extensions, according to RFC 2255. If you want simple 68 URL will be something like this: 72 This URL may also include a filter part if you need it. Note that in
|
| /minix3/external/mit/expat/dist/ |
| H A D | expat.pc.in | 9 URL: http://www.libexpat.org
|
| /minix3/external/bsd/flex/dist/po/ |
| H A D | Makevars | 23 # This is the email address or URL to which the translators shall report 35 # can write to without being subscribed, or the URL of a web page through
|
| /minix3/external/public-domain/xz/dist/src/liblzma/ |
| H A D | liblzma.pc.in | 15 URL: @PACKAGE_URL@
|
| /minix3/crypto/external/bsd/heimdal/dist/tools/ |
| H A D | heimdal-gssapi.pc.in | 10 URL: http://www.pdc.kth.se/heimdal/
|