/bionic/libc/bionic/ |
ptsname.c | 34 char* ptsname( int fd ) function
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdlib.cpp | 97 using ::ptsname;
|
/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...] |
/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...] |
/bionic/libstdc++/include/ |
cstdlib | 98 using ::ptsname;
|
/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;
|
/bionic/libc/include/ |
stdlib.h | 124 extern char* ptsname(int);
|
/development/ndk/platforms/android-3/include/ |
stdlib.h | 134 extern char* ptsname(int);
|
/development/ndk/platforms/android-8/include/ |
stdlib.h | 135 extern char* ptsname(int);
|
/development/ndk/platforms/android-9/include/ |
stdlib.h | 135 extern char* ptsname(int);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
stdlib.h | 134 extern char* ptsname(int);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
stdlib.h | 134 extern char* ptsname(int);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
stdlib.h | 134 extern char* ptsname(int);
|