Searched defs:remote (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/INIT/ |
H A D | package.sh | 184 [+[remote::[[master]]::]]]]PACKAGEROOT?The absolute remote package 185 root directory and optionally the remote protocol (rsh 192 then \bditto\b(1) is used to sync the remote \bsrc\b 196 disabled. These directories must exist on the remote side: 1003 [remote:[[master]:]]PACKAGEROOT 1004 The absolute remote package root directory and 1005 optionally the remote prorocol (rsh or ssh) if 1012 : then ditto(1) is used to sync the remote src 1017 on the remote sid 4271 remote() # host no-exec-background function [all...] |
/ast/src/cmd/cs/ |
H A D | cs.c | 77 " to initiate remote connections.]:[flags]" 392 int remote = 0; local 465 remote = 1; 541 if (remote) 575 remote = !access(cs.mount, F_OK); 576 sfprintf(sfstdout, "%s%s\n", cspath(fd, 0), remote ? ".A" : ""); 577 if (remote) 708 error(1, "%s: remote connect stream", path);
|
/ast/src/cmd/cs/vcs_src/ |
H A D | ifs_agent.c | 187 /* url format: "proto:/user:pass@host:port/remote-path" */ 188 /* split proto & user:pass@host:port, and remote-path */ 206 /* split the remote-path */ 495 char remote[ STRLEN ]; local 499 ag_make_remote( mitem, srv->rpath, remote, sizeof(remote) ); 500 sfsprintf( buf, STRLEN, " %s (fd=%d)\n", remote, srv->mitem->mode ); 578 * url format: protocol:/user:passwd@host:port/remote-path 588 char remote[ STRLEN ], *option; local 605 ag_make_remote( mi, mi->rpath, remote, sizeo [all...] |
/ast/src/lib/libcs/ |
H A D | csopen.c | 109 remote(register Cs_t* state, const char* host, const char* user, const char* path, int agent, register char** av, register char* fv) function 214 remote(state, on, user, path, 0, av, fv); 237 * hack around remote 293 * use remote agent to initiate and authenticate service on path 310 remote(state, host, user, path, 1, av, fv);
|
/ast/src/cmd/ss/ |
H A D | ssd.c | 221 static Proc_t* remote; variable 226 if (remote) 228 kill(remote->pid, SIGKILL); 229 procclose(remote); 270 if (remote && remove(flush)) close(open(flush, O_WRONLY|O_CREAT|O_TRUNC, 0)); 325 * start remote status daemon 343 * loop until remote status daemon starts 357 if (!(remote = procopen(av[0], av, NiL, NiL, PROC_UID|PROC_GID))) 359 while (!kill(remote->pid, 0)) 361 procclose(remote); [all...] |
/ast/src/cmd/coshell/ |
H A D | service.h | 25 * remote coshell service definitions 52 char remote[MISCLEN];/* remote shell path */ \ 178 #define SETREMOTE (1L<<29) /* (global) remote was set */ 191 char remote[MISCLEN]; member in struct:__anon58 209 char* remote; member in struct:__anon58::__anon59 318 char* remote; member in struct:__anon66
|
Completed in 20 milliseconds