Searched refs:exp_pty_error (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexpect_comm.h59 EXTERN char *exp_pty_error; /* place to pass a string generated */ variable
H A Dpty_termios.c197 char *exp_pty_error; variable
381 exp_pty_error = 0;
398 exp_pty_error = buf;
399 sprintf(exp_pty_error,"grantpt(%s) failed - likely reason is that your system administrator (in a rage of blind passion to rid the system of security holes) removed setuid from the utility used internally by grantpt to change pty permissions. Tell your system admin to reestablish setuid on the utility. Get the utility name by running Expect under truss or trace.", expErrnoMsg(errno));
405 exp_pty_error = buf;
406 sprintf(exp_pty_error,"unlockpt(%s) failed.", expErrnoMsg(errno));
643 exp_pty_error = buf;
644 sprintf(exp_pty_error,"open(%s,rw) = %d (%s)",slave_name,slave,expErrnoMsg(errno));
H A Dpty_sgttyb.c46 char *exp_pty_error; variable
186 exp_pty_error = 0;
H A Dexp_pty.c169 exp_pty_error = buf;
170 sprintf(exp_pty_error,"can't create %s, errno = %d\n",locksrc, errno);
H A Dpty_unicos.c80 char *exp_pty_error; variable
211 exp_pty_error = 0;
H A Dexp_command.c851 if (exp_pty_error) {
852 exp_error(interp,"%s",exp_pty_error);
1180 if (exp_pty_error) {
1181 expErrorLog("open(slave pty): %s\r\n",exp_pty_error);

Completed in 75 milliseconds