Searched refs:url (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/INIT/ |
H A D | hurl.sh | 20 : copy http url data 34 [+NAME?hurl - copy http url data] 47 [a:authorize?The url authorization user name and password, separated 53 url 81 url=$1 87 do test 0 != $verbose && echo "$command: url=$url" >&2 88 case $url in 89 *://*/*)prot=${url%%:*} 90 url [all...] |
H A D | package.sh | 86 default_url=default.url 329 will be downloaded. If \aurl\a matches \b*.url\b then it is interpreted 333 \b$PACKAGEROOT/lib/package/tgz/default.url\b, if it exists, are used. 334 If \b$PACKAGEROOT/lib/package/tgz/default.url\b does not exist then it 730 url=\$URL/package 731 (wget -O - \$url||curl -L \$url||hurl \$url) > bin/package 889 url=\$URL/package 890 (wget -O - \$url||cur [all...] |
H A D | package.mk | 81 url = http://www.research.att.com/sw/download macro 639 $(url) $("\\") 645 See $(url) for details. If multiple architectures may be built under 647 to use. To update previously downloaded packages from the same url simply run:
|
/ast/src/cmd/cs/vcs_src/ |
H A D | mnt_vcs.c | 174 register char* url; local 178 (url = strtok( buf+9, " \t\r\n" )) && 180 printf("%s -> %s\n", mnt, url);
|
H A D | ifs_agent.c | 177 AgentMount( ml, url, localpath, option ) 179 char *url; 187 /* url format: "proto:/user:pass@host:port/remote-path" */ 189 strncpy( proto, url, sizeof(proto) ); 304 char *ptr, *url, *urlend; local 327 /* split localpath and url */ 328 url = ptr+1; 331 AgentMount( ml, url, lpath, NULL ); 577 * Usage: mount url local-path option 578 * url forma [all...] |
/ast/src/cmd/html/ |
H A D | mm2bb.sh | 24 # \h'0*\w"URL"'HOT-TEXT\h'0' link goto with alternate url 27 # .xx link="URL\tHOT-TEXT" link goto with url request 203 -e 's%\\h'\''0\*\\w"\([abcdefghijklmnopqrstuvwxyz]*:[^"]*\)"'\''\([^'\'']*\)\\h'\''0'\''%[url=\1]\2[/url]%g' \ 204 -e 's%\\h'\''0\*\\w"\(/[^"]*\)"'\''\([^'\'']*\)\\h'\''0'\''%[url=\1]\2[/url]%g' \ 205 -e 's%\\h'\''0\*\\w"\([^"]*\)"'\''\([^'\'']*\)\\h'\''0'\''%[url=\1]\2[/url]%g' \ 206 -e 's%\\h'\''0\*1'\''\([^:/'\'']*\)\\h'\''0'\''%[url=\1]\1[/url] [all...] |
H A D | mm2twiki.sh | 24 # \h'0*\w"URL"'HOT-TEXT\h'0' link goto with alternate url 27 # .xx link="URL\tHOT-TEXT" link goto with url request 209 -e 's%<\([abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789][-._abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*@[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.]*\)>%[size='$size_small']\<[url=mailto:\1]\1[/url]\>[/size]%g' \ 525 url=${val%%' '*} 529 url=${val%%'\\t'*} 532 *) url=$val 536 case $url in 540 case $url in 542 eval url [all...] |
H A D | mm2html.sh | 24 # \h'0*\w"URL"'HOT-TEXT\h'0' link goto with alternate url 32 # .xx link="URL\tHOT-TEXT" link goto with url request 33 # .xx linkframe="URL\tHOT-TEXT" link goto with url request (no target=_top) 731 url=${val%%' '*} 735 url=${val%%'\\t'*} 738 *) url=$val 742 case $url in 746 case $url in 748 eval url=\"$url\" [all...] |
/ast/lib/package/ |
H A D | package.mk | 81 url = http://www.research.att.com/sw/download macro 639 $(url) $("\\") 645 See $(url) for details. If multiple architectures may be built under 647 to use. To update previously downloaded packages from the same url simply run:
|
/ast/src/cmd/ksh93/tests/ |
H A D | builtins.sh | 283 if [[ $( printf 'foo://ab_c%(url)q\n' $'<>"& \'\tabc') != 'foo://ab_c%3C%3E%22%26%20%27%09abc' ]] 284 then err_exit 'printf %(url)q not working'
|
Completed in 24 milliseconds