OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grantpt
(Results
1 - 25
of
156
) sorted by null
1
2
3
4
5
6
7
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libutil-2.11.1.so
libutil.so
libutil.so.1
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libutil-2.11.1.so
libutil.so
libutil.so.1
/packages/apps/Terminal/jni/
forkpty.cpp
40
if (
grantpt
(ptm) || unlockpt(ptm) || ((devname = (char *) ptsname(ptm)) == 0)) {
/bionic/libc/bionic/
pty.cpp
41
int
grantpt
(int) {
function
/external/bison/lib/
stdlib.in.h
258
_GL_FUNCDECL_SYS (
grantpt
, int, (int fd));
260
_GL_CXXALIAS_SYS (
grantpt
, int, (int fd));
261
_GL_CXXALIASWARN (
grantpt
);
263
# undef
grantpt
265
_GL_WARN_ON_USE (
grantpt
, "
grantpt
is not portable - "
266
"use gnulib module
grantpt
for portability");
/bionic/libstdc++/include/
cstdlib
98
using ::
grantpt
;
/external/bison/m4/
stdlib_h.m4
22
]], [_Exit atoll canonicalize_file_name getloadavg getsubopt
grantpt
/ndk/sources/cxx-stl/gabi++/include/
cstdlib
100
using ::
grantpt
;
/ndk/sources/cxx-stl/system/include/
cstdlib
100
using ::
grantpt
;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib
97
using ::
grantpt
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib
97
using ::
grantpt
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib
101
using ::
grantpt
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib
101
using ::
grantpt
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib
101
using ::
grantpt
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib
101
using ::
grantpt
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib
101
using ::
grantpt
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib
101
using ::
grantpt
;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib
100
using ::
grantpt
;
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib
100
using ::
grantpt
;
/prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdlib
100
using ::
grantpt
;
/system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp
100
using ::
grantpt
;
Completed in 1013 milliseconds
1
2
3
4
5
6
7