Home
last modified time | relevance | path

Searched refs:grantpt (Results 1 – 25 of 93) sorted by relevance

1234

/glibc-2.36/login/
Dtst-grantpt.c43 ret = grantpt (fd); in test_ebadf()
65 ret = grantpt (fd); in test_einval()
86 TEST_COMPARE (grantpt (ptmx), 0); in test_not_ptmx()
97 TEST_COMPARE (grantpt (pts), -1); in test_not_ptmx()
Dgrantpt.c25 grantpt (int fd __attribute__ ((unused))) in grantpt() function
30 libc_hidden_def (grantpt)
31 stub_warning (grantpt)
DMakefile30 utmp_file utmpname updwtmp getpt grantpt unlockpt ptsname \
33 CFLAGS-grantpt.c += -DLIBEXECDIR='"$(libexecdir)"'
46 tests := tst-utmp tst-utmpx tst-grantpt tst-ptsname tst-getlogin tst-updwtmpx \
DVersions33 getpt; getutxent; getutxid; getutxline; grantpt;
Dopenpty.c102 if (grantpt (ptmx)) in __openpty()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dgrantpt.c25 grantpt (int fd) in grantpt() function
41 libc_hidden_def (grantpt)
/glibc-2.36/sysdeps/unix/
Dgrantpt.c99 grantpt (int fd) in grantpt() function
260 libc_hidden_def (grantpt)
/glibc-2.36/support/
Dsupport_openpty.c66 if (grantpt (outer)) in support_openpty()
/glibc-2.36/posix/
Dtst-spawn6.c218 TEST_VERIFY_EXIT (grantpt (ptmx) == 0); in do_test()
Dtst-regex.input1220 * sysdeps/unix/grantpt.c: Likewise.
2337 * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
6104 * sysdeps/unix/grantpt.c (grantpt): Change check of return value
7096 * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
8282 * sysdeps/unix/grantpt.c (argv): Fix consts.
9445 * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
9446 (grantpt): Delete superfluous cast.
9762 (routines): Add getpt, grantpt, unlockpt, ptsname.
9773 * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
9783 * sysdeps/generic/grantpt.c: Likewise.
[all …]
/glibc-2.36/include/
Dstdlib.h144 libc_hidden_proto (grantpt)
/glibc-2.36/
Dconfig.h.in251 /* The pt_chown binary is being built and used by grantpt. */
DINSTALL220 The file 'pt_chown' is a helper binary for 'grantpt' (*note
453 program is invoked by the 'grantpt' function; it sets the permissions on
/glibc-2.36/conform/data/
Dstdlib.h-data81 function int grantpt (int)
/glibc-2.36/manual/
Dterminal.texi1974 @deftypefun int grantpt (int @var{filedes})
1978 @c grantpt @mtslocale @ascudlopen @ascuplugin @ascuheap @asulock @acucorrupt @aculock @acsfd @acsmem
1979 @c unix/grantpt:pts_name @acsuheap @acsmem
2003 The @code{grantpt} function changes the ownership and access permission
2016 @code{grantpt}.
2018 The normal return value from @code{grantpt} is @math{0}; a value of
2132 if (grantpt (master) < 0 || unlockpt (master) < 0)
2167 @c grantpt @mtslocale @ascudlopen @ascuplugin @ascuheap @asulock @acucorrupt @aculock @acsfd @acsm…
Dinstall.texi246 @findex grantpt
248 The file @file{pt_chown} is a helper binary for @code{grantpt}
492 This program is invoked by the @code{grantpt} function; it sets the
/glibc-2.36/stdlib/
Dstdlib.h999 extern int grantpt (int __fd) __THROW;
/glibc-2.36/ChangeLog.old/
DChangeLog.81220 * sysdeps/unix/grantpt.c: Likewise.
2337 * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
6104 * sysdeps/unix/grantpt.c (grantpt): Change check of return value
7096 * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
8282 * sysdeps/unix/grantpt.c (argv): Fix consts.
9445 * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
9446 (grantpt): Delete superfluous cast.
9762 (routines): Add getpt, grantpt, unlockpt, ptsname.
9773 * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
9783 * sysdeps/generic/grantpt.c: Likewise.
[all …]
DChangeLog.91586 * sysdeps/unix/grantpt.c: Likewise.
4889 * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
4919 `grantpt' helper program protocol to ...
4925 * sysdeps/unix/sysv/linux/grantpt.c: New file.
4930 * sysdeps/unix/grantpt.c: Largely rewritten. (pts_name): New
4931 function. (grantpt): Use pts_name, check group and permission
DChangeLog.13606 * sysdeps/unix/grantpt.c (grantpt): Likewise.
754 * sysdeps/unix/grantpt.c (pts_name): Set errno when __ptsname_r fails.
2711 * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
4857 * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
5442 * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
7708 * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
11181 * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
11184 * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
11188 * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
11191 * login/tst-grantpt.c: New file.
[all …]
DChangeLog.171744 * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
1746 (grantpt): Pass stat64 pointer to pts_name. Remove stat call here.
1754 * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
1756 * sysdeps/unix/sysv/linux/grantpt.c: New file.
1760 * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
3386 * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
3412 * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
3414 * sysdeps/unix/grantpt.c: ...here.
3418 * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
3422 * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
[all …]
/glibc-2.36/po/
Dbe.po2357 …nal passed on file descriptor `%d'. This is the helper program for the `grantpt' function. It is…
2358 …зенаму файлавым дэскрыптарам `%d'. Гэта дапаможная праграма для функцыі `grantpt'. Яна не прызнача…
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist1035 GLIBC_2.35 grantpt F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist1047 GLIBC_2.36 grantpt F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist1074 GLIBC_2.33 grantpt F

1234