OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptycommand
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
tty.c
145
char *
ptycommand
= NULL; /* Command to run on other side of pty */
variable
192
{ "pty", o_string, &
ptycommand
,
413
using_pty = notty ||
ptycommand
!= NULL || pty_socket != NULL;
431
*
ptycommand
, pty_socket, notty or devnam.
452
if (demand && connect_script == 0 &&
ptycommand
== NULL
467
if (
ptycommand
!= NULL && notty) {
471
if (pty_socket != NULL && (
ptycommand
!= NULL || notty)) {
621
if (
ptycommand
!= NULL) {
628
/* don't leak these to the
ptycommand
*/
632
ok = device_script(
ptycommand
, opipe[0], ipipe[1], 1) ==
[
all
...]
pppd.h
289
extern char *
ptycommand
; /* Command to run on other side of pty */
[
all
...]
/external/dropbear/
svr-chansession.c
48
static int
ptycommand
(struct Channel *channel, struct ChanSess *chansess);
564
* noptycommand or
ptycommand
as appropriate.
619
ret =
ptycommand
(channel, chansess);
734
static int
ptycommand
(struct Channel *channel, struct ChanSess *chansess) {
function
745
TRACE(("enter
ptycommand
"))
778
TRACE(("leave
ptycommand
: error redirecting filedesc"))
826
TRACE(("continue
ptycommand
: parent"))
842
TRACE(("leave
ptycommand
"))
Completed in 292 milliseconds