Searched refs:unlockpt (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/stdlib/
H A Dgrantpt.c91 * unlockpt call for cloning pty implementation.
96 unlockpt(int fd) function
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dsol2-3.h67 if (unlockpt (fd) == -1) \
H A Dusg5-4-2.h64 if (unlockpt(fd) == -1) \
H A Ddgux.h322 if (unlockpt(fd) == -1) \
H A Dusg5-4.h157 if (unlockpt (fd) == -1) \
H A Dgnu-linux.h77 /* Note that grantpt and unlockpt may fork. We must block SIGCHLD to
85 if (grantpt (fd) == -1 || unlockpt (fd) == -1 \
/macosx-10.10.1/Libc-1044.1.2/util/
H A Dpty.c83 if (grantpt(master) < 0 || unlockpt(master) < 0
/macosx-10.10.1/screen-22/screen/
H A Dpty.c253 int unlockpt __P((int)), grantpt __P((int));
272 if ((m = ptsname(f)) == NULL || grantpt(f) || unlockpt(f))
H A Dconfigure5026 ptsname(0);grantpt(0);unlockpt(0);
/macosx-10.10.1/vim-55/src/
H A Dpty.c283 int unlockpt __ARGS((int));
297 if ((m = ptsname(f)) == NULL || grantpt(f) || unlockpt(f))
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-openpty.c111 if (unlockpt(ptm) < 0)
/macosx-10.10.1/sudo-73/src/
H A Dget_pty.c140 if (unlockpt(*master) != 0) {
/macosx-10.10.1/ruby-106/ruby/ext/pty/
H A Dpty.c255 if (unlockpt(masterfd) == -1) goto error;
324 extern int unlockpt(int);
340 if(unlockpt(masterfd) == -1) goto error;
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Drkpty.c124 unlockpt(master);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdlib.h285 int unlockpt(int);
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dpty_termios.c403 if (-1 == (int)unlockpt(master)) {
406 sprintf(exp_pty_error,"unlockpt(%s) failed.", expErrnoMsg(errno));
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzpty.c195 if (grantpt(mfd) || unlockpt(mfd) || !(name = ptsname(mfd))) {
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c404 unlockpt(p);
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c437 unlockpt(p);
/macosx-10.10.1/uucp-11/uucp/
H A Dtstuu.c392 if (unlockpt (om) != 0
/macosx-10.10.1/vim-55/src/auto/
H A Dconfigure10182 ptsname(0);grantpt(0);unlockpt(0);
/macosx-10.10.1/zsh-61/zsh/
H A Dconfigure8260 grantpt unlockpt ptsname \
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfigure25231 unlockpt \

Completed in 271 milliseconds