Home
last modified time | relevance | path

Searched refs:ctermid (Results 1 – 25 of 755) sorted by last modified time

12345678910>>...31

/dports/x11/kitty/kitty-0.23.1/kittens/icat/
H A Dmain.py501 with open(os.ctermid()) as tty:
507 sys.stdout = open(os.ctermid(), 'w')
514 sys.stdin = open(os.ctermid(), 'r')
576 with open(os.ctermid()) as tty:
/dports/x11/kitty/kitty-0.23.1/kittens/show_error/
H A Dmain.py26 sys.stdin = open(os.ctermid())
/dports/x11/kitty/kitty-0.23.1/kittens/clipboard/
H A Dmain.py97 sys.stdin = open(os.ctermid(), 'r')
/dports/x11/kitty/kitty-0.23.1/kittens/hints/
H A Dmain.py675 sys.stdin = open(os.ctermid())
/dports/sysutils/sec/sec-2.9.0/
H A Dsec13280 $tty = POSIX::ctermid();
/dports/sysutils/php81-posix/php-8.1.1/ext/posix/
H A Dposix.c479 if (NULL == ctermid(buffer)) { in PHP_FUNCTION()
/dports/sysutils/php73-posix/php-7.3.33/ext/posix/
H A Dposix.c750 if (NULL == ctermid(buffer)) { in PHP_FUNCTION()
/dports/sysutils/php74-posix/php-7.4.27/ext/posix/
H A Dposix.c761 if (NULL == ctermid(buffer)) { in PHP_FUNCTION()
/dports/sysutils/byobu/byobu-5.133/usr/lib/byobu/include/
H A Dconfig.py.in110 fd = os.open(os.ctermid(), os.O_RDONLY)
/dports/sysutils/php80-posix/php-8.0.15/ext/posix/
H A Dposix.c473 if (NULL == ctermid(buffer)) { in PHP_FUNCTION()
/dports/sysutils/tdir/tdir-1.73/
H A Dtdir40 fd = os.open(os.ctermid(), os.O_RDONLY)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dist/
H A Dnominate.pl134 $SVN .= " --non-interactive" if $YES or not defined ctermid;
H A Dbackport.pl134 $SVN .= " --non-interactive" if $YES or not defined ctermid;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/unzip/
H A Dttyio.c673 if ((f = fopen(ctermid(NULL), "r")) == NULL)
/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c2361 int fd = open(ctermid(NULL), O_WRONLY, 0200); in spawn()
8389 fd = open(ctermid(NULL), O_RDONLY, 0400);
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dposix.c1055 char *result = ctermid (buf);
/dports/lang/python310/Python-3.10.1/
H A Dconfigure11943 clock confstr close_range copy_file_range ctermid dup3 execv explicit_bzero \
/dports/lang/guile1/guile-1.8.8/
H A Dconfigure.in758 AC_CHECK_FUNCS([DINFINITY DQNAN cexp chsize clog clog10 ctermid fesetround ftime ftruncate fchown g…
/dports/lang/python38/Python-3.8.12/
H A Dconfigure11534 clock confstr close_range copy_file_range ctermid dup3 execv explicit_bzero \
H A Dpyconfig.h.in163 /* Define to 1 if you have the `ctermid' function. */
H A Dconfigure.ac3593 clock confstr close_range copy_file_range ctermid dup3 execv explicit_bzero \
/dports/lang/python38/Python-3.8.12/Modules/
H A Dposixmodule.c2823 ret = ctermid(buffer); in os_ctermid_impl()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dconfigure.ac719 AC_CHECK_FUNCS([clock_gettime closefrom ctermid])
H A Dconfig.h.in50 /* Define to 1 if you have the `ctermid' function. */
/dports/lang/python37/Python-3.7.12/
H A Dconfigure11493 clock close_range confstr ctermid dup3 execv faccessat fchmod fchmodat fchown \

12345678910>>...31