Searched defs:url (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Dmnt_vcs.c174 register char* url; local
178 (url = strtok( buf+9, " \t\r\n" )) &&
180 printf("%s -> %s\n", mnt, url);
H A Difs_agent.c177 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/lib/package/
H A Dpackage.mk81 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/INIT/
H A Dpackage.mk81 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:

Completed in 25 milliseconds