/openbsd/lib/libutil/ |
H A D | uucplock.c | 61 uu_lock(const char *ttyname) in uu_lock() argument 72 ttyname); in uu_lock() 123 uu_lock_txfr(const char *ttyname, pid_t pid) in uu_lock_txfr() argument 128 snprintf(lckname, sizeof(lckname), _PATH_UUCPLOCK LOCKFMT, ttyname); in uu_lock_txfr() 144 uu_unlock(const char *ttyname) in uu_unlock() argument 148 (void)snprintf(tbuf, sizeof(tbuf), _PATH_UUCPLOCK LOCKFMT, ttyname); in uu_unlock()
|
/openbsd/lib/libc/gen/ |
H A D | ttyname.c | 47 ttyname(int fd) in ttyname() function 49 _THREAD_PRIVATE_KEY(ttyname); in ttyname() 50 char *bufp = (char *) _THREAD_PRIVATE(ttyname, buf, NULL); in ttyname() 64 DEF_WEAK(ttyname);
|
H A D | ttyslot.c | 48 if ((name = ttyname(cnt))) { in ttyslot()
|
H A D | Makefile.inc | 25 timespec_get.c tolower_.c tree.c ttyname.c \ 57 ttyname.3 ualarm.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3
|
/openbsd/usr.sbin/wsmoused/ |
H A D | wsmoused.c | 88 .ttyname = NULL, 494 if ((mouse.ttyname = strdup(optarg)) == NULL) in main() 513 if (mouse.ttyname == NULL) in main() 514 mouse.ttyname = DEFAULT_TTY; in main() 517 if ((mouse.cfd = open(mouse.ttyname, O_RDWR)) == -1) in main() 518 logerr(1, "cannot open %s", mouse.ttyname); in main()
|
H A D | wsmoused.h | 95 char *ttyname; /* wsdisplay control tty device */ member
|
/openbsd/lib/libcurses/ |
H A D | nc_termios.h | 160 #undef ttyname 161 #define ttyname(fd) NULL macro
|
/openbsd/usr.bin/tty/ |
H A D | tty.c | 64 t = ttyname(STDIN_FILENO); in main()
|
/openbsd/games/hunt/hunt/ |
H A D | connect.c | 55 Ttyname = ttyname(STDOUT_FILENO); in do_connect()
|
/openbsd/usr.bin/mesg/ |
H A D | mesg.c | 63 if ((tty = ttyname(STDERR_FILENO)) == NULL) in main()
|
/openbsd/usr.bin/biff/ |
H A D | biff.c | 60 if ((name = ttyname(STDERR_FILENO)) == NULL) in main()
|
/openbsd/regress/lib/libpthread/execve/ |
H A D | execve.c | 80 CHECKn(ttynm = ttyname(STDOUT_FILENO)); in main()
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ |
H A D | _fork_pty.py | 48 child_name = os.ttyname(tty_fd)
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | inflow.c | 512 new_tty_prefork (char *ttyname) in new_tty_prefork() argument 516 inferior_thisrun_terminal = ttyname; in new_tty_prefork()
|
/openbsd/usr.bin/rwall/ |
H A D | rwall.c | 134 (void)fprintf(fp, " (%s) at %d:%02d ...\n", ttyname(2), in makemsg()
|
/openbsd/gnu/usr.bin/texinfo/m4/ |
H A D | check-decl.m4 | 65 ttyname], , , $headers)
|
/openbsd/sys/arch/amd64/stand/pxeboot/ |
H A D | devopen.c | 150 ttyname(int fd) in ttyname() function
|
/openbsd/sys/arch/i386/stand/pxeboot/ |
H A D | devopen.c | 150 ttyname(int fd) in ttyname() function
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | dev_i386.c | 175 ttyname(int fd) in ttyname() function
|
/openbsd/sys/arch/amd64/stand/libsa/ |
H A D | dev_i386.c | 158 ttyname(int fd) in ttyname() function
|
/openbsd/sys/arch/i386/stand/libsa/ |
H A D | dev_i386.c | 158 ttyname(int fd) in ttyname() function
|
/openbsd/sys/arch/alpha/stand/nboot/ |
H A D | machdep.c | 180 ttyname(int fd) in ttyname() function
|
/openbsd/sys/arch/hppa/stand/libsa/ |
H A D | dev_hppa.c | 174 ttyname(fd) in ttyname() function
|
/openbsd/usr.bin/tmux/ |
H A D | cmd-find.c | 90 if (wp->fd != -1 && strcmp(wp->tty, c->ttyname) == 0) in cmd_find_inside_pane() 1298 if (*c->ttyname == '\0') in cmd_find_client() 1300 if (strcmp(copy, c->ttyname) == 0) in cmd_find_client() 1302 if (strncmp(c->ttyname, _PATH_DEV, (sizeof _PATH_DEV) - 1) != 0) in cmd_find_client() 1304 if (strcmp(copy, c->ttyname + (sizeof _PATH_DEV) - 1) == 0) in cmd_find_client()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5009000 | 48 ttyname # Z added by devel/scanprov
|