/bionic/libc/bionic/ |
ptsname.c | 34 char* ptsname( int fd ) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
pt_chown | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
pt_chown | |
/external/bison/lib/ |
stdlib.in.h | 462 # undef ptsname 463 # define ptsname rpl_ptsname 465 _GL_FUNCDECL_RPL (ptsname, char *, (int fd)); 466 _GL_CXXALIAS_RPL (ptsname, char *, (int fd)); 469 _GL_FUNCDECL_SYS (ptsname, char *, (int fd)); 471 _GL_CXXALIAS_SYS (ptsname, char *, (int fd)); 473 _GL_CXXALIASWARN (ptsname); 475 # undef ptsname 477 _GL_WARN_ON_USE (ptsname, "ptsname is not portable - [all...] |
/external/bison/darwin-lib/ |
stdlib.h | 784 # undef ptsname 785 # define ptsname rpl_ptsname 787 _GL_FUNCDECL_RPL (ptsname, char *, (int fd)); 788 _GL_CXXALIAS_RPL (ptsname, char *, (int fd)); 791 _GL_FUNCDECL_SYS (ptsname, char *, (int fd)); 793 _GL_CXXALIAS_SYS (ptsname, char *, (int fd)); 795 _GL_CXXALIASWARN (ptsname); 797 # undef ptsname macro 799 _GL_WARN_ON_USE (ptsname, "ptsname is not portable - [all...] |
/external/bison/linux-lib/ |
stdlib.h | 784 # undef ptsname 785 # define ptsname rpl_ptsname 787 _GL_FUNCDECL_RPL (ptsname, char *, (int fd)); 788 _GL_CXXALIAS_RPL (ptsname, char *, (int fd)); 791 _GL_FUNCDECL_SYS (ptsname, char *, (int fd)); 793 _GL_CXXALIAS_SYS (ptsname, char *, (int fd)); 795 _GL_CXXALIASWARN (ptsname); 797 # undef ptsname macro 799 _GL_WARN_ON_USE (ptsname, "ptsname is not portable - [all...] |
/bionic/libstdc++/include/ |
cstdlib | 98 using ::ptsname;
|
/external/bison/m4/ |
stdlib_h.m4 | 24 posix_openpt ptsname ptsname_r random random_r realpath rpmatch
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdlib | 97 using ::ptsname;
|
/ndk/sources/cxx-stl/system/include/ |
cstdlib | 97 using ::ptsname;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cstdlib | 94 using ::ptsname;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cstdlib | 94 using ::ptsname;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cstdlib | 98 using ::ptsname;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cstdlib | 98 using ::ptsname;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cstdlib | 98 using ::ptsname;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cstdlib | 98 using ::ptsname;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cstdlib | 98 using ::ptsname;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cstdlib | 98 using ::ptsname;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cstdlib | 97 using ::ptsname;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
cstdlib | 97 using ::ptsname;
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdlib.cpp | 97 using ::ptsname;
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/bionic/libc/include/ |
stdlib.h | 124 extern char* ptsname(int);
|