Home | History | Annotate | Download | only in openssh

Lines Matching defs:in

7  * copyright notice and this permission notice appear in all copies.
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
80 /* Are we in batchfile mode? */
290 "!command Execute 'command' in local shell\n"
1027 * Undo escaping of glob sequences in place. Used to undo extra escaping
1028 * applied in makeargv() when the string is destined for a function that
1071 * use in parsing incomplete commandlines during tab autocompletion.
1076 * argument is placed in *lastquote ("\0", "'" or "\"").
1135 /* Unescape quote we are in */
1665 /* If an unignored error occurs in batch mode we should abort. */
1681 /* Display entries in 'list' after skipping the first 'len' chars */
1720 * characters common to all entries in "list".
1907 /* Count the number of escaped characters in the input string. */
2184 connect_to_server(char *path, char **args, int *in, int *out)
2193 *in = pin[0];
2202 *in = *out = inout[0];
2214 close(*in);
2220 * The underlying ssh is in the same process group, so we must
2265 int in, out, ch, err;
2442 connect_to_server(ssh_program, args.list, &in, &out);
2447 connect_to_server(sftp_direct, args.list, &in, &out);
2451 conn = do_init(in, out, copy_buffer_len, num_requests, limit_kbps);
2465 shutdown(in, SHUT_RDWR);
2469 close(in);