OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posix_openpt
(Results
1 - 7
of
7
) sorted by null
/external/bison/darwin-lib/
stdlib.h
767
_GL_FUNCDECL_SYS (
posix_openpt
, int, (int flags));
769
_GL_CXXALIAS_SYS (
posix_openpt
, int, (int flags));
770
_GL_CXXALIASWARN (
posix_openpt
);
772
# undef
posix_openpt
macro
774
_GL_WARN_ON_USE (
posix_openpt
, "
posix_openpt
is not portable - "
775
"use gnulib module
posix_openpt
for portability");
[
all
...]
/external/bison/linux-lib/
stdlib.h
767
_GL_FUNCDECL_SYS (
posix_openpt
, int, (int flags));
769
_GL_CXXALIAS_SYS (
posix_openpt
, int, (int flags));
770
_GL_CXXALIASWARN (
posix_openpt
);
772
# undef
posix_openpt
macro
774
_GL_WARN_ON_USE (
posix_openpt
, "
posix_openpt
is not portable - "
775
"use gnulib module
posix_openpt
for portability");
[
all
...]
/external/bison/lib/
stdlib.in.h
445
_GL_FUNCDECL_SYS (
posix_openpt
, int, (int flags));
447
_GL_CXXALIAS_SYS (
posix_openpt
, int, (int flags));
448
_GL_CXXALIASWARN (
posix_openpt
);
450
# undef
posix_openpt
452
_GL_WARN_ON_USE (
posix_openpt
, "
posix_openpt
is not portable - "
453
"use gnulib module
posix_openpt
for portability");
/external/chromium_org/chromeos/process_proxy/
process_proxy.cc
195
pt_pair[PT_MASTER_FD] = HANDLE_EINTR(
posix_openpt
(O_RDWR | O_NOCTTY));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h
832
extern int
posix_openpt
(int __oflag) __wur;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
832
extern int
posix_openpt
(int __oflag) __wur;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
832
extern int
posix_openpt
(int __oflag) __wur;
Completed in 72 milliseconds