Searched refs:remote (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/src/bin/sharutils/src/
H A Dremsync6 # Synchronization tool for remote directories.
42 $NEWLY_CREATED_SCAN = 2; # Instead of 1, when by remote request
74 remote [ADDRESS [DIRECTORY]] declare remote ADDRESS, modify its DIRECTORY
77 delete TYPE DATA delete the remote, scan or ignore having DATA
358 print "REMOTE:\n" if @remote;
452 ## Synopsis: `remote'.
461 foreach (@remote)
464 print " [$index]\t$_ $remote{$_}\n";
468 ## Create a new remote give
[all...]
H A Dremsync.in6 # Synchronization tool for remote directories.
42 $NEWLY_CREATED_SCAN = 2; # Instead of 1, when by remote request
74 remote [ADDRESS [DIRECTORY]] declare remote ADDRESS, modify its DIRECTORY
77 delete TYPE DATA delete the remote, scan or ignore having DATA
358 print "REMOTE:\n" if @remote;
452 ## Synopsis: `remote'.
461 foreach (@remote)
464 print " [$index]\t$_ $remote{$_}\n";
468 ## Create a new remote give
[all...]
/haiku-fatelf/src/preferences/bluetooth/
H A DRemoteDevicesView.cpp147 RemoteDevice* remote = dynamic_cast<RemoteDevice*>(device->Device()); local
149 if (remote != NULL)
150 remote->Authenticate();
158 RemoteDevice* remote = dynamic_cast<RemoteDevice*>(device->Device()); local
160 if (remote != NULL)
161 remote->Disconnect();
/haiku-fatelf/src/apps/codycam/
H A DFileUploadClient.cpp46 FileUploadClient::PutFile(const string& local, const string& remote, ftp_mode mode) argument
54 FileUploadClient::GetFile(const string& remote, const string& local, ftp_mode mode) argument
61 // Note: this only works for local remote moves, cross filesystem moves
H A DFileUploadClient.h24 virtual bool PutFile(const string& local, const string& remote,
27 virtual bool GetFile(const string& remote, const string& local,
H A DSftpClient.h32 const string& remote,
35 bool GetFile(const string& remote,
H A DFtpClient.h34 bool PutFile(const string& local, const string& remote,
37 bool GetFile(const string& remote, const string& local,
H A DSpawningUploadClient.h19 virtual bool PutFile(const string& local, const string& remote,
22 virtual bool GetFile(const string& remote, const string& local,
H A DSpawningUploadClient.cpp161 SpawningUploadClient::PutFile(const string& local, const string& remote, ftp_mode mode) argument
169 SpawningUploadClient::GetFile(const string& remote, const string& local, ftp_mode mode) argument
176 // Note: this only works for local remote moves, cross filesystem moves
H A DSftpClient.cpp131 SftpClient::PutFile(const string& local, const string& remote, ftp_mode mode) argument
137 cmd << " " << local.c_str() << " " << remote.c_str() << "\n";
163 SftpClient::GetFile(const string& remote, const string& local, ftp_mode mode) argument
171 // Note: this only works for local remote moves, cross filesystem moves
H A DFtpClient.cpp185 FtpClient::PutFile(const string& local, const string& remote, ftp_mode mode) argument
207 cmd += remote;
266 FtpClient::GetFile(const string& remote, const string& local, ftp_mode mode) argument
288 cmd += remote;
341 // Note: this only works for local remote moves, cross filesystem moves
583 // Here we send a "pasv" command and connect to the remote server
/haiku-fatelf/src/libs/libtelnet/
H A Dmisc.c68 auth_encrypt_init(char *local, char *remote, const char *name undef1, int server undef1) argument
70 RemoteHostName = remote;
/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit11 # *) local and remote branch names
12 # *) local and remote tag names
122 svn-remote.*.url)
128 done < <(git config -z --get-regexp '^(svn-remote\..*\.url|bash\.showupstream)$' 2>/dev/null | tr '\0\n' '\n ')
519 for i in $(git ls-remote "${1-}" 2>/dev/null); do
538 for i in $(git ls-remote "${1-}" 2>/dev/null); do
575 # Try to find a remote branch that matches the completion word
590 for i in $(git ls-remote "$dir" 2>/dev/null); do
611 # __git_refs_remotes requires 1 argument (to pass to ls-remote)
615 for i in $(git ls-remote "
[all...]
/haiku-fatelf/src/libs/icon/
H A DIcon.cpp96 VectorPath* remote = shape->Paths()->PathAtFast(j); local
97 int32 index = other.fPaths->IndexOf(remote);
100 printf("failed to match remote and "
/haiku-fatelf/src/bin/network/ftp/
H A Dftp.c442 "421 Service not available, remote server timed out. Connection closed\n",
450 "421 Service not available, remote server has closed connection.\n",
583 len = strlcat(msgbuf, " aborted. Waiting for remote to finish abort.\n",
590 sendrequest(const char *cmd, const char *local, const char *remote, argument
622 if (remote)
623 fprintf(ttyout, "remote: %s\n", remote);
626 proxtrans(cmd, local, remote);
700 if (remote) {
701 if (command("%s %s", cmd, remote) !
889 recvrequest(const char *cmd, const char *local, const char *remote, const char *lmode, int printnames, int ignorespecial) argument
1873 proxtrans(const char *cmd, const char *local, const char *remote) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Detherdrv.c122 * address of the remote target
124 static struct sockaddr_in remote, *ia = &remote; variable in typeref:struct:sockaddr_in
253 * Purpose: Request assigned port numbers from remote target
260 * port numbers. If the remote target does not
285 * port on the remote target
423 if (from.sin_addr.s_addr != remote.sin_addr.s_addr)
491 * Post-conditions: Will have updated struct sockaddr_in remote (*ia)
492 * with the address of the remote target.
552 * fetch the port numbers assigned by the remote targe
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dtail.c126 bool remote; member in struct:File_spec
879 bool remote = true; /* be conservative (poll by default). */ local
908 remote = false;
913 return remote;
916 /* Without inotify support, whether a file is remote is irrelevant.
981 error (0, 0, _("%s has been replaced with a remote file. "
984 f->remote = true;
1218 /* Return true if any of the N_FILES files in F is remote, i.e., has
1227 if (0 <= f[i].fd && f[i].remote)
1760 f->remote
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote-vx.c1 /* Memory-access and commands for remote VxWorks processes, for GDB.
225 error ("Can't create process on remote target machine");
333 Returns -1 if remote wait failed, task status otherwise. */
356 /* Suspend the remote task.
379 /* Read a register or registers from the remote system. */
423 if an error status is returned by the remote debug server. This is
472 /* Copy LEN bytes to or from remote inferior's memory starting at MEMADDR
514 if an error status is returned by the remote debug server. */
528 /* Request a block from the remote debug server; if RPC fails,
592 time has special meaning for the VxWorks remote debu
[all...]
H A DChangeLog-3.x371 * remote.c, inferior.h (remote_{read,write}_inferior_memory):
400 * remote-multi.shar (remote_utils.c, putpkt): Change csum to unsigned.
421 * remote.c (remote_close): Set remote_desc to -1.
500 * remote.c (remote_desc): Initialize to -1.
1510 * remote.c (remote_open): Close remote_desc if it's already been
1514 remote_server.c, remote_utils.c: Combined into remote-multi.shar.
1515 * remote-multi.shar: Created (Vikram Koka's remote stub).
1516 * remote-sa.m68k.shar: Created (Glenn Engel's remcom.c).
1517 * README: Updated to reflect new organization of remote stub
[all...]
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnettest_bsd.h33 int so_rcvavoid; /* do we want the remote to avoid copies on */
35 int so_sndavoid; /* do we want the remote to avoid send copies? */
55 int so_rcvavoid; /* could the remote avoid receive copies? */
56 int so_sndavoid; /* could the remote avoid send copies? */
66 int num_cpus; /* how many CPUs had the remote? */
84 int so_rcvavoid; /* do we want the remote to avoid copies on */
86 int so_sndavoid; /* do we want the remote to avoid send copies? */
106 int so_rcvavoid; /* could the remote avoid receive copies? */
107 int so_sndavoid; /* could the remote avoid send copies? */
117 int num_cpus; /* how many CPUs had the remote
[all...]
H A Dnettest_bsd.c34 /* rem_cpu_rate() find the remote cpu maxrate */
166 rss_size_req = -1, /* requested remote socket send buffer size */
167 rsr_size_req = -1, /* requested remote socket recv buffer size */
168 rss_size, /* remote socket send buffer size */
169 rsr_size, /* remote socket recv buffer size */
202 remote_connected = 0; /* remote socket type, connected/non-connected */
341 twice the remote's SO_RCVBUF or twice our SO_SNDBUF */ \
438 -P local[,remote] Set the local/remote port for the data socket\n\
441 -S send[,recv] Set remote socke
722 complete_addrinfos(struct addrinfo **remote,struct addrinfo **local, char remote_host[], int type, int protocol, int flags) argument
[all...]
/haiku-fatelf/src/kits/app/
H A DLooper.cpp1309 bool remote = message->IsSourceRemote(); local
1311 || (source == B_REMOTE_SOURCE && remote)
1312 || (source == B_LOCAL_SOURCE && !remote)) {
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_hyper.c155 dest->remote = pdc_false;
395 /* remote flag */
397 dest->remote = pdc_true;
411 if (dest->remote) {
H A Dp_intern.h264 pdc_bool remote; /* local or remote target file */ member in struct:__anon4965
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src998 # assistant",) and remote administration was considered important for the
1012 # sequence and remote "VT100" sequence.) But I doubt many people are trying
3938 vremote|virtual remote terminal,
4027 # create heartburn for people running remote xterm's.
6710 # remote or keyboard.
9448 # From: jwb Wed Mar 31 13:25:09 1982 remote from ihuxp

Completed in 182 milliseconds

12